[INFO] fetching crate mozjs_sys 0.67.1...
[INFO] checking mozjs_sys-0.67.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate mozjs_sys 0.67.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate mozjs_sys 0.67.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate mozjs_sys 0.67.1
[INFO] finished tweaking crates.io crate mozjs_sys 0.67.1
[INFO] tweaked toml for crates.io crate mozjs_sys 0.67.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 57 packages to latest compatible versions
[INFO] [stderr]       Adding bindgen v0.51.1 (available: v0.70.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f9afc3f18423c9c0cd063c1f10ba62ccbfa5e7a51c59312349dc2f7097c7e7c
[INFO] running `Command { std: "docker" "start" "-a" "9f9afc3f18423c9c0cd063c1f10ba62ccbfa5e7a51c59312349dc2f7097c7e7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f9afc3f18423c9c0cd063c1f10ba62ccbfa5e7a51c59312349dc2f7097c7e7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f9afc3f18423c9c0cd063c1f10ba62ccbfa5e7a51c59312349dc2f7097c7e7c", kill_on_drop: false }`
[INFO] [stdout] 9f9afc3f18423c9c0cd063c1f10ba62ccbfa5e7a51c59312349dc2f7097c7e7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bfcb9d959cb18b24d0eb69791b1ac9bdc1d32fe6a591cf25a0fff41e125079b7
[INFO] running `Command { std: "docker" "start" "-a" "bfcb9d959cb18b24d0eb69791b1ac9bdc1d32fe6a591cf25a0fff41e125079b7", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling clang-sys v0.28.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling bindgen v0.51.1
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling libz-sys v1.1.20
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling cexpr v0.3.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling mozjs_sys v0.67.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `mozjs_sys v0.67.1 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/mozjs_sys-22fe1a47736f5c31/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   [[ /opt/rustwide/workdir/mozjs/js/src/configure -ot /opt/rustwide/workdir/mozjs/js/src/configure.in ]] && touch /opt/rustwide/workdir/mozjs/js/src/configure || true
[INFO] [stderr]   [[ /opt/rustwide/workdir/mozjs/js/src/old-configure -ot /opt/rustwide/workdir/mozjs/js/src/old-configure.in ]] && touch /opt/rustwide/workdir/mozjs/js/src/old-configure || true
[INFO] [stderr]   ! [[ /opt/rustwide/workdir/mozjs/js/src/configure.in -ot /opt/rustwide/workdir/mozjs/js/src/configure ]] && touch /opt/rustwide/workdir/mozjs/js/src/configure || true
[INFO] [stderr]   ! [[ /opt/rustwide/workdir/mozjs/js/src/old-configure.in -ot /opt/rustwide/workdir/mozjs/js/src/old-configure ]] && touch /opt/rustwide/workdir/mozjs/js/src/old-configure || true
[INFO] [stderr]   if [[ /opt/rustwide/workdir/mozjs/js/src/configure -nt /opt/rustwide/target/debug/build/mozjs_sys-6b92252c7a2f8982/out/config.status ]] ; then \
[INFO] [stderr]     cd /opt/rustwide/target/debug/build/mozjs_sys-6b92252c7a2f8982/out && \
[INFO] [stderr]     PYTHON="python2" MOZ_TOOLS="" \
[INFO] [stderr]     CC="gcc" CFLAGS="" \
[INFO] [stderr]     CPP="gcc -E" CPPFLAGS="" \
[INFO] [stderr]     CXX="g++" CXXFLAGS="" \
[INFO] [stderr]     AS="" AR="ar" \
[INFO] [stderr]     STLPORT_LIBS="" \
[INFO] [stderr]     RUST_TARGET="x86_64-unknown-linux-gnu" RUST_HOST="x86_64-unknown-linux-gnu" \
[INFO] [stderr]     /opt/rustwide/workdir/mozjs/js/src/configure --disable-jemalloc --disable-js-shell --disable-tests --disable-shared-js --build-backends=RecursiveMake --enable-posix-nspr-emulation --disable-shared-js || (cat config.log && exit 1) ; \
[INFO] [stderr]   fi
[INFO] [stderr]   Creating Python environment
[INFO] [stderr]   New python executable in /opt/rustwide/target/debug/build/mozjs_sys-6b92252c7a2f8982/out/_virtualenvs/init/bin/python2
[INFO] [stderr]   Also creating executable in /opt/rustwide/target/debug/build/mozjs_sys-6b92252c7a2f8982/out/_virtualenvs/init/bin/python
[INFO] [stderr]   Installing setuptools, pip, wheel...done.
[INFO] [stderr]   Traceback (most recent call last):
[INFO] [stderr]     File "/opt/rustwide/workdir/mozjs/third_party/python/psutil/setup.py", line 224, in <module>
[INFO] [stderr]       ETHTOOL_MACRO = get_ethtool_macro()
[INFO] [stderr]     File "/opt/rustwide/workdir/mozjs/third_party/python/psutil/setup.py", line 212, in get_ethtool_macro
[INFO] [stderr]       compiler.compile([f.name])
[INFO] [stderr]     File "/usr/lib/python2.7/distutils/ccompiler.py", line 566, in compile
[INFO] [stderr]       depends, extra_postargs)
[INFO] [stderr]     File "/usr/lib/python2.7/distutils/ccompiler.py", line 362, in _setup_compile
[INFO] [stderr]       self.mkpath(os.path.dirname(obj))
[INFO] [stderr]     File "/usr/lib/python2.7/distutils/ccompiler.py", line 883, in mkpath
[INFO] [stderr]       mkpath(name, mode, dry_run=self.dry_run)
[INFO] [stderr]     File "/usr/lib/python2.7/distutils/dir_util.py", line 76, in mkpath
[INFO] [stderr]       "could not create '%s': %s" % (head, exc.args[-1]))
[INFO] [stderr]   distutils.errors.DistutilsFileError: could not create 'tmp': Read-only file system
[INFO] [stderr] 
[INFO] [stderr]   Error processing command. Ignoring because optional. (optional:setup.py:third_party/python/psutil:build_ext:--inplace)
[INFO] [stderr]   Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
[INFO] [stderr]   Reexecuting in the virtualenv
[INFO] [stderr]   checking for vcs source checkout... no
[INFO] [stderr]   checking for a shell... /usr/bin/sh
[INFO] [stderr]   checking for host system type... x86_64-pc-linux-gnu
[INFO] [stderr]   checking for target system type... x86_64-pc-linux-gnu
[INFO] [stderr]   checking for Python 3... /usr/bin/python3 (3.10.12)
[INFO] [stderr]   checking whether cross compiling... no
[INFO] [stderr]   checking for yasm... not found
[INFO] [stderr]   checking for the target C compiler... /usr/bin/gcc
[INFO] [stderr]   checking whether the target C compiler can be used... yes
[INFO] [stderr]   checking the target C compiler version... 11.4.0
[INFO] [stderr]   checking the target C compiler works... yes
[INFO] [stderr]   checking for the target C++ compiler... /usr/bin/g++
[INFO] [stderr]   checking whether the target C++ compiler can be used... yes
[INFO] [stderr]   checking the target C++ compiler version... 11.4.0
[INFO] [stderr]   checking the target C++ compiler works... yes
[INFO] [stderr]   checking for the host C compiler... /usr/bin/gcc
[INFO] [stderr]   checking whether the host C compiler can be used... yes
[INFO] [stderr]   checking the host C compiler version... 11.4.0
[INFO] [stderr]   checking the host C compiler works... yes
[INFO] [stderr]   checking for the host C++ compiler... /usr/bin/g++
[INFO] [stderr]   checking whether the host C++ compiler can be used... yes
[INFO] [stderr]   checking the host C++ compiler version... 11.4.0
[INFO] [stderr]   checking the host C++ compiler works... yes
[INFO] [stderr]   checking for 64-bit OS... yes
[INFO] [stderr]   checking for llvm_profdata... /usr/bin/llvm-profdata
[INFO] [stderr]   checking for nasm... /usr/bin/nasm
[INFO] [stderr]   checking nasm version... 2.15.05
[INFO] [stderr]   checking for linker... bfd
[INFO] [stderr]   checking for the assembler... /usr/bin/gcc
[INFO] [stderr]   checking whether the C compiler supports -fsanitize=fuzzer-no-link... no
[INFO] [stderr]   checking for ar... /usr/bin/ar
[INFO] [stderr]   checking for pkg_config... /usr/bin/pkg-config
[INFO] [stderr]   checking for pkg-config version... 0.29.2
[INFO] [stderr]   checking for stdint.h... yes
[INFO] [stderr]   checking for inttypes.h... yes
[INFO] [stderr]   checking for malloc.h... yes
[INFO] [stderr]   checking for alloca.h... yes
[INFO] [stderr]   checking for sys/byteorder.h... no
[INFO] [stderr]   checking for getopt.h... yes
[INFO] [stderr]   checking for unistd.h... yes
[INFO] [stderr]   checking for nl_types.h... yes
[INFO] [stderr]   checking for cpuid.h... yes
[INFO] [stderr]   checking for sys/statvfs.h... yes
[INFO] [stderr]   checking for sys/statfs.h... yes
[INFO] [stderr]   checking for sys/vfs.h... yes
[INFO] [stderr]   checking for sys/mount.h... yes
[INFO] [stderr]   checking for sys/quota.h... yes
[INFO] [stderr]   checking for linux/quota.h... yes
[INFO] [stderr]   checking for linux/if_addr.h... yes
[INFO] [stderr]   checking for linux/rtnetlink.h... yes
[INFO] [stderr]   checking for sys/queue.h... yes
[INFO] [stderr]   checking for sys/types.h... yes
[INFO] [stderr]   checking for netinet/in.h... yes
[INFO] [stderr]   checking for byteswap.h... yes
[INFO] [stderr]   checking for linux/perf_event.h... yes
[INFO] [stderr]   checking for perf_event_open system call... yes
[INFO] [stderr]   checking whether the C compiler supports -Wbitfield-enum-conversion... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wbitfield-enum-conversion... no
[INFO] [stderr]   checking whether the C compiler supports -Wshadow-field-in-constructor-modified... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... no
[INFO] [stderr]   checking whether the C compiler supports -Wunreachable-code-return... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wunreachable-code-return... no
[INFO] [stderr]   checking whether the C compiler supports -Wclass-varargs... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wclass-varargs... no
[INFO] [stderr]   checking whether the C compiler supports -Wfloat-overflow-conversion... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wfloat-overflow-conversion... no
[INFO] [stderr]   checking whether the C compiler supports -Wfloat-zero-conversion... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wfloat-zero-conversion... no
[INFO] [stderr]   checking whether the C compiler supports -Wloop-analysis... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wloop-analysis... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wc++1z-compat... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wc++2a-compat... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wcomma... no
[INFO] [stderr]   checking whether the C compiler supports -Wduplicated-cond... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wduplicated-cond... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
[INFO] [stderr]   checking whether the C compiler supports -Wstring-conversion... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wstring-conversion... no
[INFO] [stderr]   checking whether the C compiler supports -Wtautological-overlap-compare... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wtautological-overlap-compare... no
[INFO] [stderr]   checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... no
[INFO] [stderr]   checking whether the C compiler supports -Wtautological-unsigned-zero-compare... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-inline-new-delete... no
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=maybe-uninitialized... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=array-bounds... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=array-bounds... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=free-nonheap-object... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=free-nonheap-object... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=multistatement-macros... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=multistatement-macros... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=return-std-move... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=return-std-move... no
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=class-memaccess... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=class-memaccess... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=atomic-alignment... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=atomic-alignment... no
[INFO] [stderr]   checking whether the C compiler supports -Wno-error=deprecated-copy... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-error=deprecated-copy... yes
[INFO] [stderr]   checking whether the C compiler supports -Wformat... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wformat... yes
[INFO] [stderr]   checking whether the C compiler supports -Wformat-security... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wformat-security... yes
[INFO] [stderr]   checking whether the C compiler supports -Wformat-overflow=2... yes
[INFO] [stderr]   checking whether the C++ compiler supports -Wformat-overflow=2... yes
[INFO] [stderr]   checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... no
[INFO] [stderr]   checking whether the C++ compiler supports -Wno-noexcept-type... yes
[INFO] [stderr]   checking whether the C++ compiler supports -fno-sized-deallocation... yes
[INFO] [stderr]   checking for rustc... /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc
[INFO] [stderr]   checking for cargo... /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/cargo
[INFO] [stderr]   checking rustc version... 1.85.0-nightly
[INFO] [stderr]   checking cargo version... 1.85.0-nightly
[INFO] [stderr]   checking for rustdoc... /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustdoc
[INFO] [stderr]   checking for rustfmt... /opt/rustwide/cargo-home/bin/rustfmt
[INFO] [stderr]   checking for llvm-config... /usr/bin/llvm-config
[INFO] [stderr]   checking bindgen cflags... -x c++ -fno-sized-deallocation -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1
[INFO] [stderr]   checking for awk... /usr/bin/mawk
[INFO] [stderr]   checking for perl... /usr/bin/perl
[INFO] [stderr]   checking for minimum required perl version >= 5.006... 5.034000
[INFO] [stderr]   checking for full perl installation... yes
[INFO] [stderr]   checking for gmake... /usr/bin/gmake
[INFO] [stderr]   checking for watchman... not found
[INFO] [stderr]   checking for xargs... /usr/bin/xargs
[INFO] [stderr]   checking for rpmbuild... not found
[INFO] [stderr]   checking for llvm-objdump... /usr/lib/llvm-14/bin/llvm-objdump
[INFO] [stderr]   checking for autoconf... INFO: checking for vcs source checkout... 
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking for a shell... 
[INFO] [stderr]   INFO: /usr/bin/sh
[INFO] [stderr]   INFO: checking for host system type... 
[INFO] [stderr]   INFO: x86_64-pc-linux-gnu
[INFO] [stderr]   INFO: checking for target system type... 
[INFO] [stderr]   INFO: x86_64-pc-linux-gnu
[INFO] [stderr]   INFO: checking for Python 3... 
[INFO] [stderr]   INFO: /usr/bin/python3 (3.10.12)
[INFO] [stderr]   INFO: checking whether cross compiling... 
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking for yasm... 
[INFO] [stderr]   DEBUG: yasm: Trying yasm
[INFO] [stderr]   INFO: not found
[INFO] [stderr]   INFO: checking for the target C compiler... 
[INFO] [stderr]   DEBUG: _cc: Trying gcc
[INFO] [stderr]   INFO: /usr/bin/gcc
[INFO] [stderr]   INFO: checking whether the target C compiler can be used... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.YN_vzB.c` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -E /tmp/conftest.YN_vzB.c`
[INFO] [stderr]   DEBUG: COMPILER = gcc
[INFO] [stderr]   DEBUG: VERSION = 11.4.0
[INFO] [stderr]   DEBUG: STDC_VERSION = 201710L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.FqamXJ.c` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -E /tmp/conftest.FqamXJ.c`
[INFO] [stderr]   DEBUG: COMPILER = gcc
[INFO] [stderr]   DEBUG: VERSION = 11.4.0
[INFO] [stderr]   DEBUG: STDC_VERSION = 199901L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking the target C compiler version... 
[INFO] [stderr]   INFO: 11.4.0
[INFO] [stderr]   INFO: checking the target C compiler works... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.d1Lw0K.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -c /tmp/conftest.d1Lw0K.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for the target C++ compiler... 
[INFO] [stderr]   DEBUG: _cxx: Trying g++
[INFO] [stderr]   INFO: /usr/bin/g++
[INFO] [stderr]   INFO: checking whether the target C++ compiler can be used... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.lu6OX9.cpp` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -E /tmp/conftest.lu6OX9.cpp`
[INFO] [stderr]   DEBUG: COMPILER = gcc
[INFO] [stderr]   DEBUG: VERSION = 11.4.0
[INFO] [stderr]   DEBUG: cplusplus = 201703L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking the target C++ compiler version... 
[INFO] [stderr]   INFO: 11.4.0
[INFO] [stderr]   INFO: checking the target C++ compiler works... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.a0jBdL.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.a0jBdL.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for the host C compiler... 
[INFO] [stderr]   DEBUG: _host_cc: Trying /usr/bin/gcc
[INFO] [stderr]   INFO: /usr/bin/gcc
[INFO] [stderr]   INFO: checking whether the host C compiler can be used... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.ZYssP5.c` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -E /tmp/conftest.ZYssP5.c`
[INFO] [stderr]   DEBUG: COMPILER = gcc
[INFO] [stderr]   DEBUG: VERSION = 11.4.0
[INFO] [stderr]   DEBUG: STDC_VERSION = 201710L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.xEajjN.c` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -E /tmp/conftest.xEajjN.c`
[INFO] [stderr]   DEBUG: COMPILER = gcc
[INFO] [stderr]   DEBUG: VERSION = 11.4.0
[INFO] [stderr]   DEBUG: STDC_VERSION = 199901L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking the host C compiler version... 
[INFO] [stderr]   INFO: 11.4.0
[INFO] [stderr]   INFO: checking the host C compiler works... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.If_3RO.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -c /tmp/conftest.If_3RO.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for the host C++ compiler... 
[INFO] [stderr]   DEBUG: _host_cxx: Trying /usr/bin/g++
[INFO] [stderr]   INFO: /usr/bin/g++
[INFO] [stderr]   INFO: checking whether the host C++ compiler can be used... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.7vb24W.cpp` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -E /tmp/conftest.7vb24W.cpp`
[INFO] [stderr]   DEBUG: COMPILER = gcc
[INFO] [stderr]   DEBUG: VERSION = 11.4.0
[INFO] [stderr]   DEBUG: cplusplus = 201703L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking the host C++ compiler version... 
[INFO] [stderr]   INFO: 11.4.0
[INFO] [stderr]   INFO: checking the host C++ compiler works... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.5ggXQy.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.5ggXQy.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for 64-bit OS... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.Ogse59.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | static_assert(sizeof(void *) == 8, "")
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.Ogse59.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for llvm_profdata... 
[INFO] [stderr]   DEBUG: llvm_profdata: Trying llvm-profdata
[INFO] [stderr]   INFO: /usr/bin/llvm-profdata
[INFO] [stderr]   INFO: checking for nasm... 
[INFO] [stderr]   DEBUG: nasm: Trying nasm
[INFO] [stderr]   INFO: /usr/bin/nasm
[INFO] [stderr]   INFO: checking nasm version... 
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/nasm -v`
[INFO] [stderr]   INFO: 2.15.05
[INFO] [stderr]   INFO: checking for linker... 
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wl,--version`
[INFO] [stderr]   INFO: bfd
[INFO] [stderr]   INFO: checking for the assembler... 
[INFO] [stderr]   DEBUG: _as: Trying /usr/bin/gcc
[INFO] [stderr]   INFO: /usr/bin/gcc
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Wa,--version -c -o /dev/null -x assembler -`
[INFO] [stderr]   INFO: checking whether the C compiler supports -fsanitize=fuzzer-no-link... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.rh8Vj3.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -fsanitize=fuzzer-no-link -c /tmp/conftest.rh8Vj3.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized argument to '-fsanitize=' option: 'fuzzer-no-link'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking for ar... 
[INFO] [stderr]   DEBUG: ar: Trying ar
[INFO] [stderr]   INFO: /usr/bin/ar
[INFO] [stderr]   INFO: checking for pkg_config... 
[INFO] [stderr]   DEBUG: pkg_config: Trying pkg-config
[INFO] [stderr]   INFO: /usr/bin/pkg-config
[INFO] [stderr]   INFO: checking for pkg-config version... 
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/pkg-config --version`
[INFO] [stderr]   INFO: 0.29.2
[INFO] [stderr]   INFO: checking for stdint.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.7t368O.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <stdint.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.7t368O.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for inttypes.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.qRz58g.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <inttypes.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.qRz58g.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for malloc.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.0Dk2Dz.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <malloc.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.0Dk2Dz.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for alloca.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.KHx_MM.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <alloca.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.KHx_MM.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/byteorder.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.w3iQWw.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/byteorder.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.w3iQWw.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | /tmp/conftest.w3iQWw.cpp:1:10: fatal error: sys/byteorder.h: No such file or directory
[INFO] [stderr]   DEBUG: |     1 | #include <sys/byteorder.h>
[INFO] [stderr]   DEBUG: |       |          ^~~~~~~~~~~~~~~~~
[INFO] [stderr]   DEBUG: | compilation terminated.
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking for getopt.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.QiHtNX.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <getopt.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.QiHtNX.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for unistd.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.DozMOF.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <unistd.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.DozMOF.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for nl_types.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.EC8Npw.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <nl_types.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.EC8Npw.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for cpuid.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.mKp5Iu.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <cpuid.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.mKp5Iu.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/statvfs.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.vbTAzz.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/statvfs.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.vbTAzz.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/statfs.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.8mj0uW.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/statfs.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.8mj0uW.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/vfs.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.YTFqno.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/vfs.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.YTFqno.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/mount.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.cOzMyd.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/mount.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.cOzMyd.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/quota.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.aw35HV.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/quota.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr);
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.aw35HV.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for linux/quota.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.IMfkUC.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/socket.h>
[INFO] [stderr]   DEBUG: | #include <linux/quota.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.IMfkUC.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for linux/if_addr.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.NB8S2m.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/socket.h>
[INFO] [stderr]   DEBUG: | #include <linux/if_addr.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.NB8S2m.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for linux/rtnetlink.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.EE8Pq0.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/socket.h>
[INFO] [stderr]   DEBUG: | #include <linux/rtnetlink.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.EE8Pq0.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/queue.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest._UctQ4.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/queue.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest._UctQ4.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for sys/types.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.RBb59U.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <sys/types.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.RBb59U.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for netinet/in.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.3VsgZp.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <netinet/in.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.3VsgZp.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for byteswap.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.mCenPO.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <byteswap.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.mCenPO.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for linux/perf_event.h... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.FqgQnl.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <linux/perf_event.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.FqgQnl.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for perf_event_open system call... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.deLwPB.cpp` with content:
[INFO] [stderr]   DEBUG: | #include <asm/unistd.h>
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | return sizeof(__NR_perf_event_open);
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.deLwPB.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wbitfield-enum-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.Ct1j2Y.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wbitfield-enum-conversion -c /tmp/conftest.Ct1j2Y.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wbitfield-enum-conversion'; did you mean '-Wno-enum-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wbitfield-enum-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.XkzqbH.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wbitfield-enum-conversion -c /tmp/conftest.XkzqbH.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wbitfield-enum-conversion'; did you mean '-Wno-enum-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wshadow-field-in-constructor-modified... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.lezUPo.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wshadow-field-in-constructor-modified -c /tmp/conftest.lezUPo.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wshadow-field-in-constructor-modified'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.xYcVjg.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wshadow-field-in-constructor-modified -c /tmp/conftest.xYcVjg.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wshadow-field-in-constructor-modified'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wunreachable-code-return... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.Lferx6.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wunreachable-code-return -c /tmp/conftest.Lferx6.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wunreachable-code-return... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.i59oUq.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wunreachable-code-return -c /tmp/conftest.i59oUq.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wclass-varargs... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.CwWGfY.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wclass-varargs -c /tmp/conftest.CwWGfY.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wclass-varargs'; did you mean '-Wno-varargs'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wclass-varargs... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.60gokL.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wclass-varargs -c /tmp/conftest.60gokL.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wclass-varargs'; did you mean '-Wno-varargs'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wfloat-overflow-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.1vtJ5W.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wfloat-overflow-conversion -c /tmp/conftest.1vtJ5W.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wfloat-overflow-conversion'; did you mean '-Wfloat-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wfloat-overflow-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.tgLJuI.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wfloat-overflow-conversion -c /tmp/conftest.tgLJuI.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wfloat-overflow-conversion'; did you mean '-Wfloat-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wfloat-zero-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.UTAdRj.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wfloat-zero-conversion -c /tmp/conftest.UTAdRj.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wfloat-zero-conversion'; did you mean '-Wfloat-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wfloat-zero-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.14lfog.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wfloat-zero-conversion -c /tmp/conftest.14lfog.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wfloat-zero-conversion'; did you mean '-Wfloat-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wloop-analysis... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.MhE7oF.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wloop-analysis -c /tmp/conftest.MhE7oF.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wloop-analysis'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wloop-analysis... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.gwpiZp.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wloop-analysis -c /tmp/conftest.gwpiZp.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wloop-analysis'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wc++1z-compat... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.C75_L7.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wc++1z-compat -c /tmp/conftest.C75_L7.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wc++2a-compat... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.oR9bn6.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wc++2a-compat -c /tmp/conftest.oR9bn6.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wcomma... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.HVP4nX.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wcomma -c /tmp/conftest.HVP4nX.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wcomma'; did you mean '-Wcomment'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wduplicated-cond... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.TUVjGo.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wduplicated-cond -c /tmp/conftest.TUVjGo.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wduplicated-cond... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.0YEfOA.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wduplicated-cond -c /tmp/conftest.0YEfOA.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.S5PiM3.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wimplicit-fallthrough -c /tmp/conftest.S5PiM3.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wstring-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.8aMqyF.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wstring-conversion -c /tmp/conftest.8aMqyF.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wstring-conversion... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.LK3q2f.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wstring-conversion -c /tmp/conftest.LK3q2f.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wtautological-overlap-compare... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.v1rEp9.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wtautological-overlap-compare -c /tmp/conftest.v1rEp9.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wtautological-overlap-compare'; did you mean '-Wtautological-compare'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wtautological-overlap-compare... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.KwfK15.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wtautological-overlap-compare -c /tmp/conftest.KwfK15.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wtautological-overlap-compare'; did you mean '-Wtautological-compare'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.XYoIYN.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wtautological-unsigned-enum-zero-compare -c /tmp/conftest.XYoIYN.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wtautological-unsigned-enum-zero-compare'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest._8Kx5z.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wtautological-unsigned-enum-zero-compare -c /tmp/conftest._8Kx5z.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wtautological-unsigned-enum-zero-compare'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wtautological-unsigned-zero-compare... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.EeTwv6.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wtautological-unsigned-zero-compare -c /tmp/conftest.EeTwv6.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wtautological-unsigned-zero-compare'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.mHcPjq.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wtautological-unsigned-zero-compare -c /tmp/conftest.mHcPjq.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wtautological-unsigned-zero-compare'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.jmA1pk.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Winline-new-delete -c /tmp/conftest.jmA1pk.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Winline-new-delete'; did you mean '-Wmismatched-new-delete'?
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.IEMrFT.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=maybe-uninitialized -c /tmp/conftest.IEMrFT.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.2LLpRT.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=maybe-uninitialized -c /tmp/conftest.2LLpRT.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.YEDNpO.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=deprecated-declarations -c /tmp/conftest.YEDNpO.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.wfwkwA.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=deprecated-declarations -c /tmp/conftest.wfwkwA.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=array-bounds... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.MueWZz.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=array-bounds -c /tmp/conftest.MueWZz.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.wMWb_Z.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=array-bounds -c /tmp/conftest.wMWb_Z.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.y7fZXs.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=free-nonheap-object -c /tmp/conftest.y7fZXs.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=free-nonheap-object... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.GOnyUl.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=free-nonheap-object -c /tmp/conftest.GOnyUl.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=multistatement-macros... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.iJoskf.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=multistatement-macros -c /tmp/conftest.iJoskf.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=multistatement-macros... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.Sl5ClL.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=multistatement-macros -c /tmp/conftest.Sl5ClL.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=return-std-move... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.guUpnv.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=return-std-move -c /tmp/conftest.guUpnv.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | cc1: error: '-Wno-error=return-std-move': no option '-Wreturn-std-move'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=return-std-move... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.67eWYO.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=return-std-move -c /tmp/conftest.67eWYO.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | cc1plus: error: '-Wno-error=return-std-move': no option '-Wreturn-std-move'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=class-memaccess... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.Sgjyke.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=class-memaccess -c /tmp/conftest.Sgjyke.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.maP3KX.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=class-memaccess -c /tmp/conftest.maP3KX.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=atomic-alignment... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.8F5U3Q.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=atomic-alignment -c /tmp/conftest.8F5U3Q.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | cc1: error: '-Wno-error=atomic-alignment': no option '-Watomic-alignment'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=atomic-alignment... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.FhzCzp.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=atomic-alignment -c /tmp/conftest.FhzCzp.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | cc1plus: error: '-Wno-error=atomic-alignment': no option '-Watomic-alignment'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-error=deprecated-copy... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.Ck9U8D.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=deprecated-copy -c /tmp/conftest.Ck9U8D.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-error=deprecated-copy... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.dF_9ao.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=deprecated-copy -c /tmp/conftest.dF_9ao.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wformat... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.O2OaCi.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat -c /tmp/conftest.O2OaCi.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wformat... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.STl8qS.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat -c /tmp/conftest.STl8qS.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wformat-security... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.qAjY9h.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat-security -c /tmp/conftest.qAjY9h.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wformat-security... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.mDvKn_.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat-security -c /tmp/conftest.mDvKn_.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wformat-overflow=2... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.6y4G2K.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat-overflow=2 -c /tmp/conftest.6y4G2K.c`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wformat-overflow=2... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.VbkoOe.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat-overflow=2 -c /tmp/conftest.VbkoOe.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.xbuaKJ.c` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wgnu-zero-variadic-macro-arguments -c /tmp/conftest.xbuaKJ.c`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | gcc: error: unrecognized command-line option '-Wgnu-zero-variadic-macro-arguments'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.3qUYe6.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wgnu-zero-variadic-macro-arguments -c /tmp/conftest.3qUYe6.cpp`
[INFO] [stderr]   DEBUG: The command returned non-zero exit status 1.
[INFO] [stderr]   DEBUG: Its error output was:
[INFO] [stderr]   DEBUG: | g++: error: unrecognized command-line option '-Wgnu-zero-variadic-macro-arguments'
[INFO] [stderr]   INFO: no
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -Wno-noexcept-type... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.8sJhbC.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -Wnoexcept-type -c /tmp/conftest.8sJhbC.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking whether the C++ compiler supports -fno-sized-deallocation... 
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.JeMFNI.cpp` with content:
[INFO] [stderr]   DEBUG: | int
[INFO] [stderr]   DEBUG: | main(void)
[INFO] [stderr]   DEBUG: | {
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: |   ;
[INFO] [stderr]   DEBUG: |   return 0;
[INFO] [stderr]   DEBUG: | }
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/g++ -Werror -fno-sized-deallocation -c /tmp/conftest.JeMFNI.cpp`
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for rustc... 
[INFO] [stderr]   DEBUG: rustc: Trying /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc
[INFO] [stderr]   INFO: /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc
[INFO] [stderr]   INFO: checking for cargo... 
[INFO] [stderr]   DEBUG: cargo: Trying /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/cargo
[INFO] [stderr]   INFO: /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/cargo
[INFO] [stderr]   INFO: checking rustc version... 
[INFO] [stderr]   DEBUG: Executing: `/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc --version --verbose`
[INFO] [stderr]   INFO: 1.85.0-nightly
[INFO] [stderr]   INFO: checking cargo version... 
[INFO] [stderr]   DEBUG: Executing: `/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/cargo --version --verbose`
[INFO] [stderr]   INFO: 1.85.0-nightly
[INFO] [stderr]   DEBUG: Executing: `/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc --print target-list`
[INFO] [stderr]   DEBUG: Creating `/tmp/conftestLlgrbX.rs` with content:
[INFO] [stderr]   DEBUG: | pub extern fn hello() { println!("Hello world"); }
[INFO] [stderr]   DEBUG: Executing: `/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftestx3wtUo.rlib /tmp/conftestLlgrbX.rs`
[INFO] [stderr]   DEBUG: Creating `/tmp/conftestDIAOv1.rs` with content:
[INFO] [stderr]   DEBUG: | pub extern fn hello() { println!("Hello world"); }
[INFO] [stderr]   DEBUG: Executing: `/opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustc --crate-type staticlib --target=x86_64-unknown-linux-gnu -o /tmp/conftestHXDNUN.rlib /tmp/conftestDIAOv1.rs`
[INFO] [stderr]   INFO: checking for rustdoc... 
[INFO] [stderr]   DEBUG: rustdoc: Trying /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustdoc
[INFO] [stderr]   INFO: /opt/rustwide/rustup-home/toolchains/31561a63598a0f21fc74c024747ef1310fdd2eb2/bin/rustdoc
[INFO] [stderr]   INFO: checking for rustfmt... 
[INFO] [stderr]   DEBUG: rustfmt: Trying rustfmt
[INFO] [stderr]   INFO: /opt/rustwide/cargo-home/bin/rustfmt
[INFO] [stderr]   INFO: checking for llvm-config... 
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-6.0
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-mp-6.0
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config60
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-5.0
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-mp-5.0
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config50
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-4.0
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-mp-4.0
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config40
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-3.9
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config-mp-3.9
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config39
[INFO] [stderr]   DEBUG: llvm_config: Trying llvm-config
[INFO] [stderr]   INFO: /usr/bin/llvm-config
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/llvm-config --version`
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/llvm-config --libdir`
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/llvm-config --bindir`
[INFO] [stderr]   DEBUG: Creating `/tmp/conftest.gU6kBE.cpp` with content:
[INFO] [stderr]   DEBUG: | #if defined(_MSC_VER)
[INFO] [stderr]   DEBUG: | #if defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang-cl"
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #elif defined(__clang__)
[INFO] [stderr]   DEBUG: | %COMPILER "clang"
[INFO] [stderr]   DEBUG: | #  if !__cplusplus || __has_builtin(__builtin_bitreverse8)
[INFO] [stderr]   DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
[INFO] [stderr]   DEBUG: | #  endif
[INFO] [stderr]   DEBUG: | #elif defined(__GNUC__)
[INFO] [stderr]   DEBUG: | %COMPILER "gcc"
[INFO] [stderr]   DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | 
[INFO] [stderr]   DEBUG: | #if __cplusplus
[INFO] [stderr]   DEBUG: | %cplusplus __cplusplus
[INFO] [stderr]   DEBUG: | #elif __STDC_VERSION__
[INFO] [stderr]   DEBUG: | %STDC_VERSION __STDC_VERSION__
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __i386__ || _M_IX86
[INFO] [stderr]   DEBUG: | %CPU "x86"
[INFO] [stderr]   DEBUG: | #elif __x86_64__ || _M_X64
[INFO] [stderr]   DEBUG: | %CPU "x86_64"
[INFO] [stderr]   DEBUG: | #elif __arm__ || _M_ARM
[INFO] [stderr]   DEBUG: | %CPU "arm"
[INFO] [stderr]   DEBUG: | #elif __aarch64__ || _M_ARM64
[INFO] [stderr]   DEBUG: | %CPU "aarch64"
[INFO] [stderr]   DEBUG: | #elif __ia64__
[INFO] [stderr]   DEBUG: | %CPU "ia64"
[INFO] [stderr]   DEBUG: | #elif __s390x__
[INFO] [stderr]   DEBUG: | %CPU "s390x"
[INFO] [stderr]   DEBUG: | #elif __s390__
[INFO] [stderr]   DEBUG: | %CPU "s390"
[INFO] [stderr]   DEBUG: | #elif __powerpc64__
[INFO] [stderr]   DEBUG: | %CPU "ppc64"
[INFO] [stderr]   DEBUG: | #elif __powerpc__
[INFO] [stderr]   DEBUG: | %CPU "ppc"
[INFO] [stderr]   DEBUG: | #elif __alpha__
[INFO] [stderr]   DEBUG: | %CPU "Alpha"
[INFO] [stderr]   DEBUG: | #elif __hppa__
[INFO] [stderr]   DEBUG: | %CPU "hppa"
[INFO] [stderr]   DEBUG: | #elif __sparc__ && __arch64__
[INFO] [stderr]   DEBUG: | %CPU "sparc64"
[INFO] [stderr]   DEBUG: | #elif __sparc__
[INFO] [stderr]   DEBUG: | %CPU "sparc"
[INFO] [stderr]   DEBUG: | #elif __mips64
[INFO] [stderr]   DEBUG: | %CPU "mips64"
[INFO] [stderr]   DEBUG: | #elif __mips__
[INFO] [stderr]   DEBUG: | %CPU "mips32"
[INFO] [stderr]   DEBUG: | #elif __sh__
[INFO] [stderr]   DEBUG: | %CPU "sh4"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __FreeBSD_kernel__
[INFO] [stderr]   DEBUG: | %KERNEL "kFreeBSD"
[INFO] [stderr]   DEBUG: | #elif __DragonFly__
[INFO] [stderr]   DEBUG: | %KERNEL "DragonFly"
[INFO] [stderr]   DEBUG: | #elif __OpenBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "OpenBSD"
[INFO] [stderr]   DEBUG: | #elif __sun__
[INFO] [stderr]   DEBUG: | %KERNEL "SunOS"
[INFO] [stderr]   DEBUG: | #elif __FreeBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "FreeBSD"
[INFO] [stderr]   DEBUG: | #elif __linux__
[INFO] [stderr]   DEBUG: | %KERNEL "Linux"
[INFO] [stderr]   DEBUG: | #elif _WIN32 || __CYGWIN__
[INFO] [stderr]   DEBUG: | %KERNEL "WINNT"
[INFO] [stderr]   DEBUG: | #elif __NetBSD__
[INFO] [stderr]   DEBUG: | %KERNEL "NetBSD"
[INFO] [stderr]   DEBUG: | #elif __APPLE__
[INFO] [stderr]   DEBUG: | %KERNEL "Darwin"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __ANDROID__
[INFO] [stderr]   DEBUG: | %OS "Android"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "little"
[INFO] [stderr]   DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[INFO] [stderr]   DEBUG: | %ENDIANNESS "big"
[INFO] [stderr]   DEBUG: | #endif
[INFO] [stderr]   DEBUG: Executing: `/usr/lib/llvm-14/bin/clang -E /tmp/conftest.gU6kBE.cpp`
[INFO] [stderr]   DEBUG: COMPILER = clang
[INFO] [stderr]   DEBUG: VERSION = 14.0.0
[INFO] [stderr]   DEBUG: cplusplus = 201402L
[INFO] [stderr]   DEBUG: CPU = x86_64
[INFO] [stderr]   DEBUG: KERNEL = Linux
[INFO] [stderr]   DEBUG: ENDIANNESS = little
[INFO] [stderr]   INFO: checking bindgen cflags... 
[INFO] [stderr]   INFO: -x c++ -fno-sized-deallocation -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_LINUX=1
[INFO] [stderr]   INFO: checking for awk... 
[INFO] [stderr]   DEBUG: awk: Trying gawk
[INFO] [stderr]   DEBUG: awk: Trying mawk
[INFO] [stderr]   INFO: /usr/bin/mawk
[INFO] [stderr]   INFO: checking for perl... 
[INFO] [stderr]   DEBUG: perl: Trying perl5
[INFO] [stderr]   DEBUG: perl: Trying perl
[INFO] [stderr]   INFO: /usr/bin/perl
[INFO] [stderr]   INFO: checking for minimum required perl version >= 5.006... 
[INFO] [stderr]   DEBUG: Executing: `/usr/bin/perl -e 'print $]'`
[INFO] [stderr]   INFO: 5.034000
[INFO] [stderr]   INFO: checking for full perl installation... 
[INFO] [stderr]   INFO: yes
[INFO] [stderr]   INFO: checking for gmake... 
[INFO] [stderr]   DEBUG: gmake: Trying gmake
[INFO] [stderr]   INFO: /usr/bin/gmake
[INFO] [stderr]   INFO: checking for watchman... 
[INFO] [stderr]   INFO: not found
[INFO] [stderr]   INFO: checking for xargs... 
[INFO] [stderr]   DEBUG: xargs: Trying xargs
[INFO] [stderr]   INFO: /usr/bin/xargs
[INFO] [stderr]   INFO: checking for rpmbuild... 
[INFO] [stderr]   DEBUG: rpmbuild: Trying rpmbuild
[INFO] [stderr]   INFO: not found
[INFO] [stderr]   DEBUG: Executing: `/usr/lib/llvm-14/bin/clang --print-prog-name=llvm-objdump`
[INFO] [stderr]   INFO: checking for llvm-objdump... 
[INFO] [stderr]   DEBUG: llvm_objdump: Trying /usr/lib/llvm-14/bin/llvm-objdump
[INFO] [stderr]   INFO: /usr/lib/llvm-14/bin/llvm-objdump
[INFO] [stderr]   INFO: checking for autoconf... 
[INFO] [stderr]   ERROR: Could not find autoconf 2.13
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   gmake: *** No targets specified and no makefile found.  Stop.
[INFO] [stderr]   ERROR: Could not find autoconf 2.13
[INFO] [stderr]   gmake: *** [makefile.cargo:195: maybe-configure] Error 1
[INFO] [stderr]   thread 'main' panicked at build.rs:111:5:
[INFO] [stderr]   assertion failed: result.success()
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55bef913920a - std::backtrace_rs::backtrace::libunwind::trace::h49438d59a450c8cd
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stderr]      1:     0x55bef913920a - std::backtrace_rs::backtrace::trace_unsynchronized::h00f8204a39c7607d
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55bef913920a - std::sys::backtrace::_print_fmt::hfb4570bcf6575231
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x55bef913920a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::haa24b3ebc15b8405
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x55bef91641b3 - core::fmt::rt::Argument::fmt::h640632ca911b1954
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/fmt/rt.rs:177:76
[INFO] [stderr]      5:     0x55bef91641b3 - core::fmt::write::hd87dd4a80fd6ed54
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/fmt/mod.rs:1189:21
[INFO] [stderr]      6:     0x55bef91354d3 - std::io::Write::write_fmt::h63c69be3cb79728d
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/io/mod.rs:1887:15
[INFO] [stderr]      7:     0x55bef9139052 - std::sys::backtrace::BacktraceLock::print::h0cabd5ee17b200b1
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      8:     0x55bef913a84c - std::panicking::default_hook::{{closure}}::hfecf31e00fd6a324
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:268:22
[INFO] [stderr]      9:     0x55bef913a692 - std::panicking::default_hook::h4b1c6fd76f5e43f2
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:295:9
[INFO] [stderr]     10:     0x55bef913ae87 - std::panicking::rust_panic_with_hook::h43e69ada3ffc0134
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:801:13
[INFO] [stderr]     11:     0x55bef913ace6 - std::panicking::begin_panic_handler::{{closure}}::h541e54997b7f9317
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:667:13
[INFO] [stderr]     12:     0x55bef91396e9 - std::sys::backtrace::__rust_end_short_backtrace::h77e9f2cf7d6f5724
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/sys/backtrace.rs:170:18
[INFO] [stderr]     13:     0x55bef913a9ac - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:665:5
[INFO] [stderr]     14:     0x55bef9162500 - core::panicking::panic_fmt::h8656b4a1ebe7eef6
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/panicking.rs:76:14
[INFO] [stderr]     15:     0x55bef916258c - core::panicking::panic::hbc081bdb6c27c363
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/panicking.rs:148:5
[INFO] [stderr]     16:     0x55bef8c2d79b - build_script_build::build_jsapi::h6f3056f687e06377
[INFO] [stderr]     17:     0x55bef8c2c536 - build_script_build::main::h12b54403a07d6ab9
[INFO] [stderr]     18:     0x55bef8c2b3d3 - core::ops::function::FnOnce::call_once::h4efebad4ac820bda
[INFO] [stderr]     19:     0x55bef8c2af86 - std::sys::backtrace::__rust_begin_short_backtrace::hb7687c2f6cceaa8b
[INFO] [stderr]     20:     0x55bef8c2af69 - std::rt::lang_start::{{closure}}::hf1d0aa0ecc768403
[INFO] [stderr]     21:     0x55bef91309d7 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h5de4a2bf18b34b48
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     22:     0x55bef91309d7 - std::panicking::try::do_call::h18e58ebf513e1dfb
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:557:40
[INFO] [stderr]     23:     0x55bef91309d7 - std::panicking::try::hd66d4cce67b2d3a6
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:520:19
[INFO] [stderr]     24:     0x55bef91309d7 - std::panic::catch_unwind::h7d20459bfb46fa18
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panic.rs:358:14
[INFO] [stderr]     25:     0x55bef91309d7 - std::rt::lang_start_internal::{{closure}}::h08530640535ea25a
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/rt.rs:174:48
[INFO] [stderr]     26:     0x55bef91309d7 - std::panicking::try::do_call::hef1d5032756af4de
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:557:40
[INFO] [stderr]     27:     0x55bef91309d7 - std::panicking::try::h72abeda96f937582
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panicking.rs:520:19
[INFO] [stderr]     28:     0x55bef91309d7 - std::panic::catch_unwind::hff9195ddaed64075
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/panic.rs:358:14
[INFO] [stderr]     29:     0x55bef91309d7 - std::rt::lang_start_internal::h506b703bddcb88cd
[INFO] [stderr]                                  at /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/rt.rs:174:20
[INFO] [stderr]     30:     0x55bef8c2af47 - std::rt::lang_start::hdb4bbde042781308
[INFO] [stderr]     31:     0x55bef8c30745 - main
[INFO] [stderr]     32:     0x7000f1679d90 - <unknown>
[INFO] [stderr]     33:     0x7000f1679e40 - __libc_start_main
[INFO] [stderr]     34:     0x55bef8c2a925 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "bfcb9d959cb18b24d0eb69791b1ac9bdc1d32fe6a591cf25a0fff41e125079b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfcb9d959cb18b24d0eb69791b1ac9bdc1d32fe6a591cf25a0fff41e125079b7", kill_on_drop: false }`
[INFO] [stdout] bfcb9d959cb18b24d0eb69791b1ac9bdc1d32fe6a591cf25a0fff41e125079b7
