[INFO] cloning repository https://github.com/Redfire75369/spiderfire [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Redfire75369/spiderfire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedfire75369%2Fspiderfire", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedfire75369%2Fspiderfire'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11f14001329b287202bec6978f8c65c9358daf20 [INFO] testing Redfire75369/spiderfire against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedfire75369%2Fspiderfire" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Redfire75369/spiderfire on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-14/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/Redfire75369/spiderfire [INFO] finished tweaking git repo https://github.com/Redfire75369/spiderfire [INFO] tweaked toml for git repo https://github.com/Redfire75369/spiderfire written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Redfire75369/spiderfire already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d192cca7de943f66366eff3217be82371309d16fd73e43b3e689d68514da5b5 [INFO] running `Command { std: "docker" "start" "-a" "6d192cca7de943f66366eff3217be82371309d16fd73e43b3e689d68514da5b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d192cca7de943f66366eff3217be82371309d16fd73e43b3e689d68514da5b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d192cca7de943f66366eff3217be82371309d16fd73e43b3e689d68514da5b5", kill_on_drop: false }` [INFO] [stdout] 6d192cca7de943f66366eff3217be82371309d16fd73e43b3e689d68514da5b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 797f41aeda5748fe34f68a6b955f257ebe86f1d07a22ccefd541672711ee8eeb [INFO] running `Command { std: "docker" "start" "-a" "797f41aeda5748fe34f68a6b955f257ebe86f1d07a22ccefd541672711ee8eeb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling encoding_c_mem v0.2.6 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling encoding_c v0.9.8 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling io-lifetimes v0.5.3 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling rustix v0.33.4 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling abort_on_panic v2.0.0 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling linux-raw-sys v0.0.42 [INFO] [stderr] Compiling indent v0.1.1 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling closure v0.3.0 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling clang-sys v1.3.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling libz-sys v1.1.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libffi-sys v2.0.0 [INFO] [stderr] Compiling mozjs v0.14.1 (https://github.com/servo/rust-mozjs#6dad062b) [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling term-table v1.3.2 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling async-fs v1.5.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling fd-lock v3.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustyline v9.1.2 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling ion-proc v0.1.0 (/opt/rustwide/workdir/ion-proc) [INFO] [stderr] Compiling clap_derive v3.1.4 [INFO] [stderr] Compiling rustyline-derive v0.6.0 [INFO] [stderr] Compiling clap v3.1.6 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling mozjs_sys v0.68.2 (https://github.com/servo/mozjs?rev=4cd3f5b81f4c363c039631bf870e61a00c983f63#4cd3f5b8) [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling libffi v3.0.0 [INFO] [stderr] error: failed to run custom build command for `mozjs_sys v0.68.2 (https://github.com/servo/mozjs?rev=4cd3f5b81f4c363c039631bf870e61a00c983f63#4cd3f5b8)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/mozjs_sys-19cc3025ae0970e0/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:outdir=/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build [INFO] [stderr] [[ '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure -ot '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure.in ]] && touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure || true [INFO] [stderr] [[ '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/old-configure -ot '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/old-configure.in ]] && touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/old-configure || true [INFO] [stderr] ! [[ '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure.in -ot '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure ]] && touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure || true [INFO] [stderr] ! [[ '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/old-configure.in -ot '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/old-configure ]] && touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/old-configure || true [INFO] [stderr] if [[ '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure -nt config.status ]] ; then \ [INFO] [stderr] PYTHON="python2" MOZ_TOOLS="" \ [INFO] [stderr] CC="gcc" CFLAGS="" \ [INFO] [stderr] CPP="gcc -E" CPPFLAGS="-I/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/encoding_c_mem-0.2.6/include " \ [INFO] [stderr] CXX="g++" CXXFLAGS="" \ [INFO] [stderr] AS="" AR="ar" \ [INFO] [stderr] STLPORT_LIBS="" \ [INFO] [stderr] '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs'/js/src/configure --disable-jemalloc --disable-js-shell --disable-tests --disable-export-js --disable-shared-js --build-backends=RecursiveMake || (cat config.log && exit 1) ; \ [INFO] [stderr] fi [INFO] [stderr] Creating Python 3 environment [INFO] [stderr] created virtual environment CPython3.8.10.final.0-64 in 273ms [INFO] [stderr] creator CPython3Posix(dest=/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/_virtualenvs/init_py3, clear=False, no_vcs_ignore=False, global=False) [INFO] [stderr] seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) [INFO] [stderr] added seed packages: pip==20.3.1, setuptools==51.0.0, wheel==0.36.1 [INFO] [stderr] activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator [INFO] [stderr] Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt) [INFO] [stderr] Re-executing 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... /opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/_virtualenvs/init_py3/bin/python (3.8.10) [INFO] [stderr] checking whether cross compiling... no [INFO] [stderr] checking for wget... /usr/bin/wget [INFO] [stderr] checking for ccache... 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... 9.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... 9.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... 9.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... 9.4.0 [INFO] [stderr] checking the host C++ compiler works... yes [INFO] [stderr] checking for 64-bit OS... yes [INFO] [stderr] checking for new enough STL headers from libstdc++... yes [INFO] [stderr] checking for linker... bfd [INFO] [stderr] checking for the assembler... /usr/bin/gcc [INFO] [stderr] checking for ar... /usr/bin/ar [INFO] [stderr] checking for nm... /usr/bin/nm [INFO] [stderr] checking for pkg_config... /usr/bin/pkg-config [INFO] [stderr] checking for pkg-config version... 0.29.1 [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 fts.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 memfd_create in sys/mman.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 -Wempty-init-stmt... 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 -Wno-range-loop-analysis... no [INFO] [stderr] checking whether the C++ compiler supports -Wno-range-loop-analysis... no [INFO] [stderr] checking whether the C++ compiler supports -Wc++2a-compat... no [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 -Wunused-function... yes [INFO] [stderr] checking whether the C++ compiler supports -Wunused-variable... 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-error=tautological-type-limit-compare... no [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=tautological-type-limit-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=coverage-mismatch... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=coverage-mismatch... yes [INFO] [stderr] checking whether the C compiler supports -Wno-error=backend-plugin... no [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=backend-plugin... no [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-multistatement-macros... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-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 -Werror=implicit-function-declaration... yes [INFO] [stderr] checking whether the C compiler supports -Wno-psabi... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-psabi... yes [INFO] [stderr] checking whether the C++ compiler supports -fno-sized-deallocation... yes [INFO] [stderr] checking whether the C++ compiler supports -fno-aligned-new... yes [INFO] [stderr] checking for llvm_profdata... /usr/bin/llvm-profdata [INFO] [stderr] checking for rustfmt... /opt/rustwide/cargo-home/bin/rustfmt [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.030000 [INFO] [stderr] checking for full perl installation... yes [INFO] [stderr] checking for gmake... /usr/bin/make [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 NSIS version... no [INFO] [stderr] checking for llvm-objdump... /usr/bin/llvm-objdump [INFO] [stderr] checking for zlib >= 1.2.3... yes [INFO] [stderr] checking MOZ_ZLIB_CFLAGS... [INFO] [stderr] checking MOZ_ZLIB_LIBS... -lz [INFO] [stderr] checking for m4... /usr/bin/m4 [INFO] [stderr] Refreshing /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/old-configure with /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/build/autoconf/autoconf.sh [INFO] [stderr] DEBUG: python3: running with pid 3268 [INFO] [stderr] DEBUG: python3: sys.executable: '/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/_virtualenvs/init_py3/bin/python' [INFO] [stderr] DEBUG: python3: executable from configuration: None [INFO] [stderr] DEBUG: python3: found executable: '/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/_virtualenvs/init_py3/bin/python' [INFO] [stderr] DEBUG: python3: venv is up to date [INFO] [stderr] 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] DEBUG: Executing: `/usr/bin/sh /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/build/moz.configure/../autoconf/config.guess` [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: /opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/_virtualenvs/init_py3/bin/python (3.8.10) [INFO] [stderr] INFO: checking whether cross compiling... [INFO] [stderr] INFO: no [INFO] [stderr] DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode. [INFO] [stderr] INFO: checking for wget... [INFO] [stderr] DEBUG: wget: Looking for wget [INFO] [stderr] INFO: /usr/bin/wget [INFO] [stderr] INFO: checking for ccache... [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for the target C compiler... [INFO] [stderr] DEBUG: _cc: Looking for 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.a_vv6jnk.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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 /tmp/conftest.a_vv6jnk.c -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.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.b0xc9tfl.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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 /tmp/conftest.b0xc9tfl.c -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.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: 9.4.0 [INFO] [stderr] INFO: checking the target C compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.zu62htid.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 /tmp/conftest.zu62htid.c -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for the target C++ compiler... [INFO] [stderr] DEBUG: _cxx: Looking for 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.zjj9utz7.cpp` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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++ /tmp/conftest.zjj9utz7.cpp -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.4.0 [INFO] [stderr] DEBUG: cplusplus = 201402L [INFO] [stderr] DEBUG: CPU = x86_64 [INFO] [stderr] DEBUG: KERNEL = Linux [INFO] [stderr] DEBUG: ENDIANNESS = little [INFO] [stderr] DEBUG: Creating `/tmp/conftest.h9nglqis.cpp` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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++ -std=gnu++17 /tmp/conftest.h9nglqis.cpp -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.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: 9.4.0 [INFO] [stderr] INFO: checking the target C++ compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.iux1w9rx.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++ -std=gnu++17 /tmp/conftest.iux1w9rx.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for the host C compiler... [INFO] [stderr] DEBUG: _host_cc: Looking for /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.e76ao3e4.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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 /tmp/conftest.e76ao3e4.c -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.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.fjjhrmd5.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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 /tmp/conftest.fjjhrmd5.c -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.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: 9.4.0 [INFO] [stderr] INFO: checking the host C compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.s_iy52mc.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 /tmp/conftest.s_iy52mc.c -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for the host C++ compiler... [INFO] [stderr] DEBUG: _host_cxx: Looking for /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.9nzoa_ln.cpp` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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++ /tmp/conftest.9nzoa_ln.cpp -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.4.0 [INFO] [stderr] DEBUG: cplusplus = 201402L [INFO] [stderr] DEBUG: CPU = x86_64 [INFO] [stderr] DEBUG: KERNEL = Linux [INFO] [stderr] DEBUG: ENDIANNESS = little [INFO] [stderr] DEBUG: Creating `/tmp/conftest.i113gqit.cpp` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # ifdef __apple_build_version__ [INFO] [stderr] DEBUG: | %XCODE 1 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__) [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 __m68k__ [INFO] [stderr] DEBUG: | %CPU "m68k" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __riscv && __riscv_xlen == 64 [INFO] [stderr] DEBUG: | %CPU "riscv64" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [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++ -std=gnu++17 /tmp/conftest.i113gqit.cpp -E` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 9.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: 9.4.0 [INFO] [stderr] INFO: checking the host C++ compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.4839hd8j.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++ -std=gnu++17 /tmp/conftest.4839hd8j.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for 64-bit OS... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.9kv6do7i.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++ -std=gnu++17 /tmp/conftest.9kv6do7i.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for new enough STL headers from libstdc++... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.kycmt4mu.cpp` with content: [INFO] [stderr] DEBUG: | #include [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | #if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE) [INFO] [stderr] DEBUG: | # error libstdc++ not new enough [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if defined(_GLIBCXX_RELEASE) [INFO] [stderr] DEBUG: | # if _GLIBCXX_RELEASE < 7 [INFO] [stderr] DEBUG: | # error libstdc++ not new enough [INFO] [stderr] DEBUG: | # else [INFO] [stderr] DEBUG: | (void) 0 [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -std=gnu++17 /tmp/conftest.kycmt4mu.cpp -c` [INFO] [stderr] INFO: yes [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: Looking for /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 for ar... [INFO] [stderr] DEBUG: ar: Looking for ar [INFO] [stderr] INFO: /usr/bin/ar [INFO] [stderr] INFO: checking for nm... [INFO] [stderr] DEBUG: nm: Looking for nm [INFO] [stderr] INFO: /usr/bin/nm [INFO] [stderr] INFO: checking for pkg_config... [INFO] [stderr] DEBUG: pkg_config: Looking for 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.1 [INFO] [stderr] INFO: checking for stdint.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.dk7ncpjs.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.dk7ncpjs.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for inttypes.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.zq9zx9ni.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.zq9zx9ni.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for malloc.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest._4fvpuff.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest._4fvpuff.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for alloca.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.512h5yqu.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.512h5yqu.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/byteorder.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.jevgjc_p.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.jevgjc_p.cpp -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | /tmp/conftest.jevgjc_p.cpp:1:10: fatal error: sys/byteorder.h: No such file or directory [INFO] [stderr] DEBUG: | 1 | #include [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.uxrw9ej7.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.uxrw9ej7.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for unistd.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.u8mb71aw.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.u8mb71aw.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for nl_types.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.6rzg_6aa.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.6rzg_6aa.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for cpuid.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.oe9og51d.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.oe9og51d.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for fts.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.l2auz800.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.l2auz800.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/statvfs.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.o0tr088l.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.o0tr088l.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/statfs.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.37ic361v.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.37ic361v.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/vfs.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.9fe1vjq6.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.9fe1vjq6.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/mount.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.40o24pe4.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.40o24pe4.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/quota.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.vmppc72a.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.vmppc72a.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/quota.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ode1204p.cpp` with content: [INFO] [stderr] DEBUG: | #include [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.ode1204p.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/if_addr.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.i14wshnp.cpp` with content: [INFO] [stderr] DEBUG: | #include [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.i14wshnp.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/rtnetlink.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.tn26s2f3.cpp` with content: [INFO] [stderr] DEBUG: | #include [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.tn26s2f3.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/queue.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.rts7izyq.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.rts7izyq.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/types.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.3jyjd2ay.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.3jyjd2ay.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for netinet/in.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.yp7psqjr.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.yp7psqjr.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for byteswap.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.3g0929h2.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.3g0929h2.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for memfd_create in sys/mman.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.xxj6z6ve.cpp` with content: [INFO] [stderr] DEBUG: | #include [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | memfd_create("", 0); [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -std=gnu++17 /tmp/conftest.xxj6z6ve.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/perf_event.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.f2o7zwfb.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.f2o7zwfb.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for perf_event_open system call... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.sl_4dh5_.cpp` with content: [INFO] [stderr] DEBUG: | #include [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++ -std=gnu++17 /tmp/conftest.sl_4dh5_.cpp -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wbitfield-enum-conversion... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.mk31rwvy.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 /tmp/conftest.mk31rwvy.c -Werror -Wbitfield-enum-conversion -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’ [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wbitfield-enum-conversion... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.4yj8opdp.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++ -std=gnu++17 /tmp/conftest.4yj8opdp.cpp -Werror -Wbitfield-enum-conversion -c` [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’ [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wshadow-field-in-constructor-modified... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.bd6_94uj.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 /tmp/conftest.bd6_94uj.c -Werror -Wshadow-field-in-constructor-modified -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.fc9zbhse.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++ -std=gnu++17 /tmp/conftest.fc9zbhse.cpp -Werror -Wshadow-field-in-constructor-modified -c` [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.fwq6fgpu.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 /tmp/conftest.fwq6fgpu.c -Werror -Wunreachable-code-return -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.jvcx3_3y.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++ -std=gnu++17 /tmp/conftest.jvcx3_3y.cpp -Werror -Wunreachable-code-return -c` [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.q5sz6kgi.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 /tmp/conftest.q5sz6kgi.c -Werror -Wclass-varargs -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.1yominq4.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++ -std=gnu++17 /tmp/conftest.1yominq4.cpp -Werror -Wclass-varargs -c` [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 -Wempty-init-stmt... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ad2b90xq.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++ -std=gnu++17 /tmp/conftest.ad2b90xq.cpp -Werror -Wempty-init-stmt -c` [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 ‘-Wempty-init-stmt’ [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wfloat-overflow-conversion... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.9m6y69o5.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 /tmp/conftest.9m6y69o5.c -Werror -Wfloat-overflow-conversion -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.udmu5g0c.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++ -std=gnu++17 /tmp/conftest.udmu5g0c.cpp -Werror -Wfloat-overflow-conversion -c` [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.3kygrjqr.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 /tmp/conftest.3kygrjqr.c -Werror -Wfloat-zero-conversion -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.y7tekgte.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++ -std=gnu++17 /tmp/conftest.y7tekgte.cpp -Werror -Wfloat-zero-conversion -c` [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.gqne1_uq.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 /tmp/conftest.gqne1_uq.c -Werror -Wloop-analysis -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.buhsi4qr.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++ -std=gnu++17 /tmp/conftest.buhsi4qr.cpp -Werror -Wloop-analysis -c` [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 -Wno-range-loop-analysis... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ohwmqk6t.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 /tmp/conftest.ohwmqk6t.c -Werror -Wrange-loop-analysis -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 ‘-Wrange-loop-analysis’ [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-range-loop-analysis... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.vu2a7z0k.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++ -std=gnu++17 /tmp/conftest.vu2a7z0k.cpp -Werror -Wrange-loop-analysis -c` [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 ‘-Wrange-loop-analysis’ [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wc++2a-compat... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.njn4pfkq.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++ -std=gnu++17 /tmp/conftest.njn4pfkq.cpp -Werror -Wc++2a-compat -c` [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 ‘-Wc++2a-compat’; did you mean ‘-Wc++-compat’? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wcomma... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ky73sssk.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++ -std=gnu++17 /tmp/conftest.ky73sssk.cpp -Werror -Wcomma -c` [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.guj5hghg.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 /tmp/conftest.guj5hghg.c -Werror -Wduplicated-cond -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wduplicated-cond... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.btop9sph.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++ -std=gnu++17 /tmp/conftest.btop9sph.cpp -Werror -Wduplicated-cond -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.d4namv1t.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++ -std=gnu++17 /tmp/conftest.d4namv1t.cpp -Werror -Wimplicit-fallthrough -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wunused-function... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.knsqp_ep.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++ -std=gnu++17 /tmp/conftest.knsqp_ep.cpp -Werror -Wunused-function -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wunused-variable... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.i43lkczo.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++ -std=gnu++17 /tmp/conftest.i43lkczo.cpp -Werror -Wunused-variable -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wstring-conversion... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.fsbfn1zh.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 /tmp/conftest.fsbfn1zh.c -Werror -Wstring-conversion -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._s_0ss14.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++ -std=gnu++17 /tmp/conftest._s_0ss14.cpp -Werror -Wstring-conversion -c` [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.hc_jolx6.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 /tmp/conftest.hc_jolx6.c -Werror -Wtautological-overlap-compare -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.lyl9219w.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++ -std=gnu++17 /tmp/conftest.lyl9219w.cpp -Werror -Wtautological-overlap-compare -c` [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.dfm7qe1t.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 /tmp/conftest.dfm7qe1t.c -Werror -Wtautological-unsigned-enum-zero-compare -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.xezc219q.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++ -std=gnu++17 /tmp/conftest.xezc219q.cpp -Werror -Wtautological-unsigned-enum-zero-compare -c` [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.hu3iz936.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 /tmp/conftest.hu3iz936.c -Werror -Wtautological-unsigned-zero-compare -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.uce3gdox.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++ -std=gnu++17 /tmp/conftest.uce3gdox.cpp -Werror -Wtautological-unsigned-zero-compare -c` [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-error=tautological-type-limit-compare... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.bk2ykjm_.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 /tmp/conftest.bk2ykjm_.c -Werror -Wno-error=tautological-type-limit-compare -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1: error: ‘-Werror=tautological-type-limit-compare’: no option -Wtautological-type-limit-compare [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.00r68jw3.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++ -std=gnu++17 /tmp/conftest.00r68jw3.cpp -Werror -Wno-error=tautological-type-limit-compare -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1plus: error: ‘-Werror=tautological-type-limit-compare’: no option -Wtautological-type-limit-compare [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.9nhj6xwx.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++ -std=gnu++17 /tmp/conftest.9nhj6xwx.cpp -Werror -Winline-new-delete -c` [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’ [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.d60g5gp7.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 /tmp/conftest.d60g5gp7.c -Werror -Wno-error=maybe-uninitialized -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.1qjdikig.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++ -std=gnu++17 /tmp/conftest.1qjdikig.cpp -Werror -Wno-error=maybe-uninitialized -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.1fj3ysf2.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 /tmp/conftest.1fj3ysf2.c -Werror -Wno-error=deprecated-declarations -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.el_l_wkc.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++ -std=gnu++17 /tmp/conftest.el_l_wkc.cpp -Werror -Wno-error=deprecated-declarations -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=array-bounds... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.syq6zgnd.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 /tmp/conftest.syq6zgnd.c -Werror -Wno-error=array-bounds -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.0ncuucvc.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++ -std=gnu++17 /tmp/conftest.0ncuucvc.cpp -Werror -Wno-error=array-bounds -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=coverage-mismatch... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ld6w6rva.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 /tmp/conftest.ld6w6rva.c -Werror -Wno-error=coverage-mismatch -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=coverage-mismatch... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ww87jkbb.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++ -std=gnu++17 /tmp/conftest.ww87jkbb.cpp -Werror -Wno-error=coverage-mismatch -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=backend-plugin... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ivo8nk4u.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 /tmp/conftest.ivo8nk4u.c -Werror -Wno-error=backend-plugin -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1: error: ‘-Werror=backend-plugin’: no option -Wbackend-plugin [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=backend-plugin... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.nzynzc2d.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++ -std=gnu++17 /tmp/conftest.nzynzc2d.cpp -Werror -Wno-error=backend-plugin -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1plus: error: ‘-Werror=backend-plugin’: no option -Wbackend-plugin [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.scyb5wkd.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 /tmp/conftest.scyb5wkd.c -Werror -Wno-error=free-nonheap-object -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.w23yausx.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++ -std=gnu++17 /tmp/conftest.w23yausx.cpp -Werror -Wno-error=free-nonheap-object -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-multistatement-macros... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.inizil5w.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 /tmp/conftest.inizil5w.c -Werror -Wmultistatement-macros -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-multistatement-macros... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.t9ha36ha.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++ -std=gnu++17 /tmp/conftest.t9ha36ha.cpp -Werror -Wmultistatement-macros -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=return-std-move... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.5yu41cqz.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 /tmp/conftest.5yu41cqz.c -Werror -Wno-error=return-std-move -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1: error: ‘-Werror=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.ym050ru7.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++ -std=gnu++17 /tmp/conftest.ym050ru7.cpp -Werror -Wno-error=return-std-move -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1plus: error: ‘-Werror=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.rpzzukbx.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 /tmp/conftest.rpzzukbx.c -Werror -Wno-error=class-memaccess -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=class-memaccess... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.3ahm1g3l.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++ -std=gnu++17 /tmp/conftest.3ahm1g3l.cpp -Werror -Wno-error=class-memaccess -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=atomic-alignment... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.vcxry51p.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 /tmp/conftest.vcxry51p.c -Werror -Wno-error=atomic-alignment -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1: error: ‘-Werror=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._4phuu0x.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++ -std=gnu++17 /tmp/conftest._4phuu0x.cpp -Werror -Wno-error=atomic-alignment -c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1plus: error: ‘-Werror=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.znlbl4qr.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 /tmp/conftest.znlbl4qr.c -Werror -Wno-error=deprecated-copy -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=deprecated-copy... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ssc3vlp0.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++ -std=gnu++17 /tmp/conftest.ssc3vlp0.cpp -Werror -Wno-error=deprecated-copy -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wformat... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.76l98cg5.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 /tmp/conftest.76l98cg5.c -Werror -Wformat -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wformat... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.0iuor_wc.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++ -std=gnu++17 /tmp/conftest.0iuor_wc.cpp -Werror -Wformat -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wformat-security... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.k9wxl8f8.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 /tmp/conftest.k9wxl8f8.c -Werror -Wformat-security -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wformat-security... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.1dzzyjpx.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++ -std=gnu++17 /tmp/conftest.1dzzyjpx.cpp -Werror -Wformat-security -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wformat-overflow=2... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.cisq39a_.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 /tmp/conftest.cisq39a_.c -Werror -Wformat-overflow=2 -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wformat-overflow=2... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.yv0juf9i.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++ -std=gnu++17 /tmp/conftest.yv0juf9i.cpp -Werror -Wformat-overflow=2 -c` [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.1a2c6d_5.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 /tmp/conftest.1a2c6d_5.c -Werror -Wgnu-zero-variadic-macro-arguments -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.kat6z18p.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++ -std=gnu++17 /tmp/conftest.kat6z18p.cpp -Werror -Wgnu-zero-variadic-macro-arguments -c` [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 -Werror=implicit-function-declaration... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.zif4gjyk.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 /tmp/conftest.zif4gjyk.c -Werror=implicit-function-declaration -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-psabi... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.wqhz0ys_.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 /tmp/conftest.wqhz0ys_.c -Werror -Wpsabi -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-psabi... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.nwontmlk.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++ -std=gnu++17 /tmp/conftest.nwontmlk.cpp -Werror -Wpsabi -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -fno-sized-deallocation... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.cmiqd2bv.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++ -std=gnu++17 /tmp/conftest.cmiqd2bv.cpp -Werror -fno-sized-deallocation -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -fno-aligned-new... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.t046f7f6.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++ -std=gnu++17 /tmp/conftest.t046f7f6.cpp -Werror -fno-aligned-new -c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for llvm_profdata... [INFO] [stderr] DEBUG: llvm_profdata: Looking for llvm-profdata [INFO] [stderr] INFO: /usr/bin/llvm-profdata [INFO] [stderr] INFO: checking for rustfmt... [INFO] [stderr] DEBUG: rustfmt: Looking for rustfmt [INFO] [stderr] INFO: /opt/rustwide/cargo-home/bin/rustfmt [INFO] [stderr] INFO: checking for awk... [INFO] [stderr] DEBUG: awk: Looking for gawk [INFO] [stderr] DEBUG: awk: Looking for mawk [INFO] [stderr] INFO: /usr/bin/mawk [INFO] [stderr] INFO: checking for perl... [INFO] [stderr] DEBUG: perl: Looking for perl5 [INFO] [stderr] DEBUG: perl: Looking for 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.030000 [INFO] [stderr] INFO: checking for full perl installation... [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for gmake... [INFO] [stderr] DEBUG: gmake: Looking for gmake [INFO] [stderr] DEBUG: gmake: Looking for make [INFO] [stderr] INFO: /usr/bin/make [INFO] [stderr] INFO: checking for watchman... [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for xargs... [INFO] [stderr] DEBUG: xargs: Looking for xargs [INFO] [stderr] INFO: /usr/bin/xargs [INFO] [stderr] INFO: checking for rpmbuild... [INFO] [stderr] DEBUG: rpmbuild: Looking for rpmbuild [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for NSIS version... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for llvm-objdump... [INFO] [stderr] DEBUG: llvm_objdump: Looking for llvm-objdump [INFO] [stderr] INFO: /usr/bin/llvm-objdump [INFO] [stderr] INFO: checking for zlib >= 1.2.3... [INFO] [stderr] DEBUG: Executing: `/usr/bin/pkg-config --errors-to-stdout --print-errors 'zlib >= 1.2.3'` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking MOZ_ZLIB_CFLAGS... [INFO] [stderr] DEBUG: Executing: `/usr/bin/pkg-config --cflags 'zlib >= 1.2.3'` [INFO] [stderr] INFO: [INFO] [stderr] INFO: checking MOZ_ZLIB_LIBS... [INFO] [stderr] DEBUG: Executing: `/usr/bin/pkg-config --libs 'zlib >= 1.2.3'` [INFO] [stderr] INFO: -lz [INFO] [stderr] INFO: checking for m4... [INFO] [stderr] DEBUG: m4: Looking for gm4 [INFO] [stderr] DEBUG: m4: Looking for m4 [INFO] [stderr] INFO: /usr/bin/m4 [INFO] [stderr] DEBUG: Injecting the following to old-configure: [INFO] [stderr] DEBUG: | _topsrcdir=/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs [INFO] [stderr] DEBUG: | _objdir=/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build [INFO] [stderr] DEBUG: | DIST=/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/dist [INFO] [stderr] DEBUG: | PYTHON3=/opt/rustwide/target/debug/build/mozjs_sys-77cf03920c41574f/out/build/_virtualenvs/init_py3/bin/python [INFO] [stderr] DEBUG: | CROSS_COMPILE='' [INFO] [stderr] DEBUG: | HAVE_64BIT_BUILD=1 [INFO] [stderr] DEBUG: | OS_TARGET=Linux [INFO] [stderr] DEBUG: | OS_ARCH=Linux [INFO] [stderr] DEBUG: | CPU_ARCH=x86_64 [INFO] [stderr] DEBUG: | HOST_OS_ARCH=Linux [INFO] [stderr] DEBUG: | MOZ_BUILD_APP=js [INFO] [stderr] DEBUG: | RELEASE_OR_BETA=1 [INFO] [stderr] DEBUG: | MOZILLA_VERSION=88.0 [INFO] [stderr] DEBUG: | MOZILLA_SYMBOLVERSION=88 [INFO] [stderr] DEBUG: | MOZ_APP_VERSION=88.0 [INFO] [stderr] DEBUG: | MOZ_UPDATE_CHANNEL=default [INFO] [stderr] DEBUG: | COMPILE_ENVIRONMENT=1 [INFO] [stderr] DEBUG: | MOZ_DEBUG='' [INFO] [stderr] DEBUG: | MOZ_OPTIMIZE=1 [INFO] [stderr] DEBUG: | CC='/usr/bin/gcc -std=gnu99' [INFO] [stderr] DEBUG: | ac_cv_prog_CC='/usr/bin/gcc -std=gnu99' [INFO] [stderr] DEBUG: | ac_cv_prog_cc_works=yes [INFO] [stderr] DEBUG: | ac_cv_prog_cc_cross=no [INFO] [stderr] DEBUG: | ac_cv_prog_cc_g=yes [INFO] [stderr] DEBUG: | ac_cv_prog_gcc=yes [INFO] [stderr] DEBUG: | CC_TYPE=gcc [INFO] [stderr] DEBUG: | CPP='/usr/bin/gcc -E -std=gnu99' [INFO] [stderr] DEBUG: | CXX='/usr/bin/g++ -std=gnu++17' [INFO] [stderr] DEBUG: | ac_cv_prog_CXX='/usr/bin/g++ -std=gnu++17' [INFO] [stderr] DEBUG: | ac_cv_prog_cxx_works=yes [INFO] [stderr] DEBUG: | ac_cv_prog_cxx_cross=no [INFO] [stderr] DEBUG: | ac_cv_prog_cxx_g=yes [INFO] [stderr] DEBUG: | ac_cv_prog_gxx=yes [INFO] [stderr] DEBUG: | CXXCPP='/usr/bin/g++ -E -std=gnu++17' [INFO] [stderr] DEBUG: | HOST_CC='/usr/bin/gcc -std=gnu99' [INFO] [stderr] DEBUG: | HOST_CC_TYPE=gcc [INFO] [stderr] DEBUG: | HOST_CXX='/usr/bin/g++ -std=gnu++17' [INFO] [stderr] DEBUG: | MOZ_DEBUG_FLAGS=-g [INFO] [stderr] DEBUG: | LINKER_LDFLAGS='' [INFO] [stderr] DEBUG: | GCC_USE_GNU_LD=1 [INFO] [stderr] DEBUG: | AS='/usr/bin/gcc -std=gnu99' [INFO] [stderr] DEBUG: | ac_cv_prog_AS='/usr/bin/gcc -std=gnu99' [INFO] [stderr] DEBUG: | GNU_AS=1 [INFO] [stderr] DEBUG: | LIBFUZZER_FLAGS=-fsanitize-coverage=trace-pc-guard,trace-cmp [INFO] [stderr] DEBUG: | AR=/usr/bin/ar [INFO] [stderr] DEBUG: | PKG_CONFIG=/usr/bin/pkg-config [INFO] [stderr] DEBUG: | HAVE_MALLOC_H=1 [INFO] [stderr] DEBUG: | WARNINGS_AS_ERRORS=-Werror [INFO] [stderr] DEBUG: | _WARNINGS_CFLAGS='-Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wno-multistatement-macros -Wno-error=class-memaccess -Wno-error=deprecated-copy -Wformat -Wformat-security -Wformat-overflow=2 -Werror=implicit-function-declaration -Wno-psabi' [INFO] [stderr] DEBUG: | _WARNINGS_CXXFLAGS='-Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wduplicated-cond -Wimplicit-fallthrough -Wunused-function -Wunused-variable -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wno-multistatement-macros -Wno-error=class-memaccess -Wno-error=deprecated-copy -Wformat -Wformat-security -Wformat-overflow=2 -Wno-psabi' [INFO] [stderr] DEBUG: | _WARNINGS_HOST_CFLAGS='' [INFO] [stderr] DEBUG: | _WARNINGS_HOST_CXXFLAGS='' [INFO] [stderr] DEBUG: | _COMPILATION_CFLAGS='' [INFO] [stderr] DEBUG: | _COMPILATION_CXXFLAGS='-fno-sized-deallocation -fno-aligned-new' [INFO] [stderr] DEBUG: | _COMPILATION_HOST_CFLAGS='' [INFO] [stderr] DEBUG: | _COMPILATION_HOST_CXXFLAGS='' [INFO] [stderr] DEBUG: | MOZ_LTO_CFLAGS='' [INFO] [stderr] DEBUG: | MOZ_LTO_LDFLAGS='' [INFO] [stderr] DEBUG: | OBJ_SUFFIX=o [INFO] [stderr] DEBUG: | JS_STANDALONE=1 [INFO] [stderr] DEBUG: | AWK=/usr/bin/mawk [INFO] [stderr] DEBUG: | PERL=/usr/bin/perl [INFO] [stderr] DEBUG: | LLVM_OBJDUMP=/usr/bin/llvm-objdump [INFO] [stderr] DEBUG: | MOZ_SYSTEM_ZLIB=1 [INFO] [stderr] INFO: Refreshing /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/old-configure with /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/build/autoconf/autoconf.sh [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] touch: cannot touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/old-configure': Read-only file system [INFO] [stderr] touch: cannot touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/configure': Read-only file system [INFO] [stderr] touch: cannot touch '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/old-configure': Read-only file system [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/../../configure.py", line 231, in [INFO] [stderr] sys.exit(main(sys.argv)) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/../../configure.py", line 55, in main [INFO] [stderr] sandbox.run(os.path.join(os.path.dirname(__file__), "moz.configure")) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 563, in run [INFO] [stderr] func(*args) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 614, in _value_for [INFO] [stderr] return self._value_for_depends(obj) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/util.py", line 1049, in method_call [INFO] [stderr] cache[args] = self.func(instance, *args) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 623, in _value_for_depends [INFO] [stderr] value = obj.result() [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/util.py", line 1049, in method_call [INFO] [stderr] cache[args] = self.func(instance, *args) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 162, in result [INFO] [stderr] return self._func(*resolved_args) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 1298, in wrapped [INFO] [stderr] return new_func(*args, **kwargs) [INFO] [stderr] File "/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/build/moz.configure/old.configure", line 246, in old_configure [INFO] [stderr] with NamedTemporaryFile( [INFO] [stderr] File "/usr/lib/python3.8/tempfile.py", line 679, in NamedTemporaryFile [INFO] [stderr] (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags, output_type) [INFO] [stderr] File "/usr/lib/python3.8/tempfile.py", line 389, in _mkstemp_inner [INFO] [stderr] fd = _os.open(file, flags, 0o600) [INFO] [stderr] OSError: [Errno 30] Read-only file system: '/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/mozjs/js/src/old-configurew77_ghv6' [INFO] [stderr] make: *** [/opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/makefile.cargo:194: maybe-configure] Error 1 [INFO] [stderr] thread 'main' panicked at 'assertion failed: result.success()', /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/build.rs:178:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559de54f5efd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x559de54f5efd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559de54f5efd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x559de54f5efd - ::fmt::h26f189e611080a74 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x559de551b74c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x559de54f20b1 - std::io::Write::write_fmt::ha30651f608022a46 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x559de54f7aa5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x559de54f7aa5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x559de54f7aa5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x559de54f7759 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x559de54f7ff2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x559de54f7e99 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:586:13 [INFO] [stderr] 12: 0x559de54f63b4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x559de54f7c09 - rust_begin_unwind [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x559de4f4fb63 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stderr] 15: 0x559de4f4fa2d - core::panicking::panic::h19a70c01bbabd538 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:48:5 [INFO] [stderr] 16: 0x559de4f51a07 - build_script_build::build_jsapi::h7b1792780c6c5e9f [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/build.rs:178:5 [INFO] [stderr] 17: 0x559de4f501a8 - build_script_build::main::h3dd11704cda3fe91 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/mozjs-fa11ffc7d4f1cc2d/4cd3f5b/build.rs:57:5 [INFO] [stderr] 18: 0x559de4f57ceb - core::ops::function::FnOnce::call_once::h0cfb58d26cb20651 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 19: 0x559de4f5a67e - std::sys_common::backtrace::__rust_begin_short_backtrace::h402e5d300c7cca50 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 20: 0x559de4f58f31 - std::rt::lang_start::{{closure}}::h10d81f9e6f680d05 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:145:18 [INFO] [stderr] 21: 0x559de54ed31e - core::ops::function::impls:: for &F>::call_once::hae31cd38f966dcbc [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 22: 0x559de54ed31e - std::panicking::try::do_call::h4a4c12a32b804624 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stderr] 23: 0x559de54ed31e - std::panicking::try::h87f80f5db1929b60 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stderr] 24: 0x559de54ed31e - std::panic::catch_unwind::hbc53afd5a2bdc195 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stderr] 25: 0x559de54ed31e - std::rt::lang_start_internal::{{closure}}::h2e62ddd08385fac8 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:48 [INFO] [stderr] 26: 0x559de54ed31e - std::panicking::try::do_call::h04b85b79b362213e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stderr] 27: 0x559de54ed31e - std::panicking::try::h428fba6a4941d8ed [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stderr] 28: 0x559de54ed31e - std::panic::catch_unwind::hd73c90258412492e [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stderr] 29: 0x559de54ed31e - std::rt::lang_start_internal::h26255896a96668b5 [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:20 [INFO] [stderr] 30: 0x559de4f58f00 - std::rt::lang_start::hc8d806fd0e28acfa [INFO] [stderr] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:144:17 [INFO] [stderr] 31: 0x559de4f542fc - main [INFO] [stderr] 32: 0x7f3b4e3cf0b3 - __libc_start_main [INFO] [stderr] 33: 0x559de4f4fe5e - _start [INFO] [stderr] 34: 0x0 - [INFO] running `Command { std: "docker" "inspect" "797f41aeda5748fe34f68a6b955f257ebe86f1d07a22ccefd541672711ee8eeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "797f41aeda5748fe34f68a6b955f257ebe86f1d07a22ccefd541672711ee8eeb", kill_on_drop: false }` [INFO] [stdout] 797f41aeda5748fe34f68a6b955f257ebe86f1d07a22ccefd541672711ee8eeb