[INFO] crate mozjs 0.10.1 is already in cache [INFO] extracting crate mozjs 0.10.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/mozjs/0.10.1 [INFO] extracting crate mozjs 0.10.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/mozjs/0.10.1 [INFO] validating manifest of mozjs-0.10.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mozjs-0.10.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mozjs-0.10.1 [INFO] removed 14 missing tests [INFO] finished frobbing mozjs-0.10.1 [INFO] frobbed toml for mozjs-0.10.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/mozjs/0.10.1/Cargo.toml [INFO] started frobbing mozjs-0.10.1 [INFO] removed 14 missing tests [INFO] finished frobbing mozjs-0.10.1 [INFO] frobbed toml for mozjs-0.10.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/mozjs/0.10.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mozjs-0.10.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/mozjs/0.10.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 53b6eb1b6adae2454cbdfedcc2de59293c5f061acd89b3256be911a2ecd71f89 [INFO] running `"docker" "start" "-a" "53b6eb1b6adae2454cbdfedcc2de59293c5f061acd89b3256be911a2ecd71f89"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/vec_conversion.rs [INFO] [stderr] * /opt/crater/workdir/tests/runtime.rs [INFO] [stderr] * /opt/crater/workdir/tests/capture_stack.rs [INFO] [stderr] * /opt/crater/workdir/tests/rooting.rs [INFO] [stderr] * /opt/crater/workdir/tests/enumerate.rs [INFO] [stderr] * /opt/crater/workdir/tests/callback.rs [INFO] [stderr] * /opt/crater/workdir/tests/panic.rs [INFO] [stderr] * /opt/crater/workdir/tests/evaluate.rs [INFO] [stderr] * /opt/crater/workdir/tests/custom_auto_rooter_macro.rs [INFO] [stderr] * /opt/crater/workdir/tests/runtime_no_outlive.rs [INFO] [stderr] * /opt/crater/workdir/tests/typedarray_panic.rs [INFO] [stderr] * /opt/crater/workdir/tests/custom_auto_rooter.rs [INFO] [stderr] * /opt/crater/workdir/tests/typedarray.rs [INFO] [stderr] * /opt/crater/workdir/tests/stack_limit.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling bindgen v0.49.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling mozjs v0.10.1 (/opt/crater/workdir) [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling mozjs_sys v0.61.13 [INFO] [stderr] error: failed to run custom build command for `mozjs_sys v0.61.13` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/mozjs_sys-5316e49021ac1971/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] [[ /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure -ot /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure.in ]] && touch /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure || true [INFO] [stderr] [[ /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/old-configure -ot /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/old-configure.in ]] && touch /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/old-configure || true [INFO] [stderr] ! [[ /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure.in -ot /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure ]] && touch /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure || true [INFO] [stderr] ! [[ /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/old-configure.in -ot /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/old-configure ]] && touch /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/old-configure || true [INFO] [stderr] if [[ /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure -nt /opt/crater/target/debug/build/mozjs_sys-650700c2e13771c8/out/config.status ]] ; then \ [INFO] [stderr] cd /opt/crater/target/debug/build/mozjs_sys-650700c2e13771c8/out && \ [INFO] [stderr] PYTHON="python2" MOZ_TOOLS="" \ [INFO] [stderr] CC="gcc" CFLAGS="" \ [INFO] [stderr] CPP="gcc -E" CPPFLAGS="" \ [INFO] [stderr] CXX="g++" CXXFLAGS="" \ [INFO] [stderr] AS="" AR="ar" \ [INFO] [stderr] STLPORT_LIBS="" \ [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/js/src/configure --disable-jemalloc --disable-js-shell --disable-tests --disable-shared-js --build-backends=RecursiveMake --disable-shared-js || (cat config.log && exit 1) ; \ [INFO] [stderr] fi [INFO] [stderr] Creating Python environment [INFO] [stderr] New python executable in /opt/crater/target/debug/build/mozjs_sys-650700c2e13771c8/out/_virtualenv/bin/python2 [INFO] [stderr] Also creating executable in /opt/crater/target/debug/build/mozjs_sys-650700c2e13771c8/out/_virtualenv/bin/python [INFO] [stderr] Installing setuptools, pip, wheel...done. [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/third_party/python/psutil/setup.py", line 224, in [INFO] [stderr] ETHTOOL_MACRO = get_ethtool_macro() [INFO] [stderr] File "/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/mozjs/third_party/python/psutil/setup.py", line 212, in get_ethtool_macro [INFO] [stderr] compiler.compile([f.name]) [INFO] [stderr] File "/usr/lib/python2.7/distutils/ccompiler.py", line 566, in compile [INFO] [stderr] depends, extra_postargs) [INFO] [stderr] File "/usr/lib/python2.7/distutils/ccompiler.py", line 362, in _setup_compile [INFO] [stderr] self.mkpath(os.path.dirname(obj)) [INFO] [stderr] File "/usr/lib/python2.7/distutils/ccompiler.py", line 882, in mkpath [INFO] [stderr] mkpath(name, mode, dry_run=self.dry_run) [INFO] [stderr] File "/usr/lib/python2.7/distutils/dir_util.py", line 76, in mkpath [INFO] [stderr] "could not create '%s': %s" % (head, exc.args[-1])) [INFO] [stderr] distutils.errors.DistutilsFileError: could not create 'tmp': Read-only file system [INFO] [stderr] [INFO] [stderr] Error processing command. Ignoring because optional. (optional:setup.py:third_party/python/psutil:build_ext:--inplace) [INFO] [stderr] Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt) [INFO] [stderr] Reexecuting in the virtualenv [INFO] [stderr] checking for vcs source checkout... no [INFO] [stderr] checking for a shell... /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 a shell... /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 android platform directory... no [INFO] [stderr] checking for android sysroot directory... no [INFO] [stderr] checking for android system directory... no [INFO] [stderr] checking for the Android toolchain directory... not found [INFO] [stderr] checking for android platform directory... no [INFO] [stderr] checking for android system directory... no [INFO] [stderr] checking for android sysroot directory... no [INFO] [stderr] checking for the Android toolchain directory... not found [INFO] [stderr] checking for vcs source checkout... no [INFO] [stderr] checking whether cross compiling... no [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 for Python 3... /usr/bin/python3 (3.5.3) [INFO] [stderr] checking for pkg_config... /usr/bin/pkg-config [INFO] [stderr] checking for pkg-config version... 0.29 [INFO] [stderr] checking for yasm... not found [INFO] [stderr] checking for android ndk version... no [INFO] [stderr] checking for GoogleVR SDK... Not specified [INFO] [stderr] checking the target C compiler version... 6.3.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... 6.3.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... 6.3.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... 6.3.0 [INFO] [stderr] checking the host C++ compiler works... yes [INFO] [stderr] checking for 64-bit OS... yes [INFO] [stderr] checking bindgen cflags... no [INFO] [stderr] checking for linker... gold [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for malloc.h... yes [INFO] [stderr] checking for alloca.h... yes [INFO] [stderr] checking for sys/byteorder.h... no [INFO] [stderr] checking for getopt.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking for nl_types.h... yes [INFO] [stderr] checking for cpuid.h... yes [INFO] [stderr] checking for sys/statvfs.h... yes [INFO] [stderr] checking for sys/statfs.h... yes [INFO] [stderr] checking for sys/vfs.h... yes [INFO] [stderr] checking for sys/mount.h... yes [INFO] [stderr] checking for sys/quota.h... yes [INFO] [stderr] checking for linux/quota.h... yes [INFO] [stderr] checking for linux/if_addr.h... yes [INFO] [stderr] checking for linux/rtnetlink.h... yes [INFO] [stderr] checking for sys/queue.h... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for netinet/in.h... yes [INFO] [stderr] checking for byteswap.h... yes [INFO] [stderr] checking for linux/perf_event.h... yes [INFO] [stderr] checking for perf_event_open system call... yes [INFO] [stderr] checking whether the C compiler supports -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 -Wloop-analysis... no [INFO] [stderr] checking whether the C++ compiler supports -Wloop-analysis... no [INFO] [stderr] checking whether the C++ compiler supports -Wc++1z-compat... 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... no [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 -Wno-inline-new-delete... no [INFO] [stderr] checking whether the C compiler supports -Wno-error=maybe-uninitialized... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... yes [INFO] [stderr] checking whether the C compiler supports -Wno-error=deprecated-declarations... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes [INFO] [stderr] checking whether the C compiler supports -Wno-error=array-bounds... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=array-bounds... yes [INFO] [stderr] checking whether the C compiler supports -Wno-error=free-nonheap-object... yes [INFO] [stderr] checking whether the C++ compiler supports -Wno-error=free-nonheap-object... yes [INFO] [stderr] checking whether the C compiler supports -Wformat... yes [INFO] [stderr] checking whether the C++ compiler supports -Wformat... yes [INFO] [stderr] checking whether the C compiler supports -Wformat-security... no [INFO] [stderr] checking whether the C++ compiler supports -Wformat-security... no [INFO] [stderr] checking whether the C compiler supports -Wformat-overflow=2... no [INFO] [stderr] checking whether the C++ compiler supports -Wformat-overflow=2... no [INFO] [stderr] checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... no [INFO] [stderr] checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... no [INFO] [stderr] checking whether the C++ compiler supports -Wno-noexcept-type... no [INFO] [stderr] checking whether the C++ compiler supports -fno-sized-deallocation... yes [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.024001 [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 autoconf... INFO: checking for vcs source checkout... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for a shell... [INFO] [stderr] INFO: /bin/sh [INFO] [stderr] INFO: checking for host system type... [INFO] [stderr] INFO: x86_64-pc-linux-gnu [INFO] [stderr] INFO: checking for target system type... [INFO] [stderr] INFO: x86_64-pc-linux-gnu [INFO] [stderr] INFO: checking for a shell... [INFO] [stderr] INFO: /bin/sh [INFO] [stderr] INFO: checking for host system type... [INFO] [stderr] INFO: x86_64-pc-linux-gnu [INFO] [stderr] INFO: checking for target system type... [INFO] [stderr] INFO: x86_64-pc-linux-gnu [INFO] [stderr] INFO: checking for android platform directory... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for android sysroot directory... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for android system directory... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for the Android toolchain directory... [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for android platform directory... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for android system directory... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for android sysroot directory... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for the Android toolchain directory... [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for vcs source checkout... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether cross compiling... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for the target C compiler... [INFO] [stderr] DEBUG: _cc: Trying gcc [INFO] [stderr] INFO: /usr/bin/gcc [INFO] [stderr] INFO: checking whether the target C compiler can be used... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.12tz01.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) [INFO] [stderr] DEBUG: | #if defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #else [INFO] [stderr] DEBUG: | %COMPILER "msvc" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) [INFO] [stderr] DEBUG: | %COMPILER "gcc" [INFO] [stderr] DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | #if __cplusplus [INFO] [stderr] DEBUG: | %cplusplus __cplusplus [INFO] [stderr] DEBUG: | #elif __STDC_VERSION__ [INFO] [stderr] DEBUG: | %STDC_VERSION __STDC_VERSION__ [INFO] [stderr] DEBUG: | #elif __STDC__ [INFO] [stderr] DEBUG: | %STDC_VERSION 198900L [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__ [INFO] [stderr] DEBUG: | %CPU "aarch64" [INFO] [stderr] DEBUG: | #elif __ia64__ [INFO] [stderr] DEBUG: | %CPU "ia64" [INFO] [stderr] DEBUG: | #elif __s390x__ [INFO] [stderr] DEBUG: | %CPU "s390x" [INFO] [stderr] DEBUG: | #elif __s390__ [INFO] [stderr] DEBUG: | %CPU "s390" [INFO] [stderr] DEBUG: | #elif __powerpc64__ [INFO] [stderr] DEBUG: | %CPU "ppc64" [INFO] [stderr] DEBUG: | #elif __powerpc__ [INFO] [stderr] DEBUG: | %CPU "ppc" [INFO] [stderr] DEBUG: | #elif __alpha__ [INFO] [stderr] DEBUG: | %CPU "Alpha" [INFO] [stderr] DEBUG: | #elif __hppa__ [INFO] [stderr] DEBUG: | %CPU "hppa" [INFO] [stderr] DEBUG: | #elif __sparc__ && __arch64__ [INFO] [stderr] DEBUG: | %CPU "sparc64" [INFO] [stderr] DEBUG: | #elif __sparc__ [INFO] [stderr] DEBUG: | %CPU "sparc" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "little" [INFO] [stderr] DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "big" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -E /tmp/conftest.12tz01.c` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 6.3.0 [INFO] [stderr] DEBUG: STDC_VERSION = 201112L [INFO] [stderr] DEBUG: CPU = x86_64 [INFO] [stderr] DEBUG: KERNEL = Linux [INFO] [stderr] DEBUG: ENDIANNESS = little [INFO] [stderr] DEBUG: Creating `/tmp/conftest.AThO51.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) [INFO] [stderr] DEBUG: | #if defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #else [INFO] [stderr] DEBUG: | %COMPILER "msvc" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) [INFO] [stderr] DEBUG: | %COMPILER "gcc" [INFO] [stderr] DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | #if __cplusplus [INFO] [stderr] DEBUG: | %cplusplus __cplusplus [INFO] [stderr] DEBUG: | #elif __STDC_VERSION__ [INFO] [stderr] DEBUG: | %STDC_VERSION __STDC_VERSION__ [INFO] [stderr] DEBUG: | #elif __STDC__ [INFO] [stderr] DEBUG: | %STDC_VERSION 198900L [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__ [INFO] [stderr] DEBUG: | %CPU "aarch64" [INFO] [stderr] DEBUG: | #elif __ia64__ [INFO] [stderr] DEBUG: | %CPU "ia64" [INFO] [stderr] DEBUG: | #elif __s390x__ [INFO] [stderr] DEBUG: | %CPU "s390x" [INFO] [stderr] DEBUG: | #elif __s390__ [INFO] [stderr] DEBUG: | %CPU "s390" [INFO] [stderr] DEBUG: | #elif __powerpc64__ [INFO] [stderr] DEBUG: | %CPU "ppc64" [INFO] [stderr] DEBUG: | #elif __powerpc__ [INFO] [stderr] DEBUG: | %CPU "ppc" [INFO] [stderr] DEBUG: | #elif __alpha__ [INFO] [stderr] DEBUG: | %CPU "Alpha" [INFO] [stderr] DEBUG: | #elif __hppa__ [INFO] [stderr] DEBUG: | %CPU "hppa" [INFO] [stderr] DEBUG: | #elif __sparc__ && __arch64__ [INFO] [stderr] DEBUG: | %CPU "sparc64" [INFO] [stderr] DEBUG: | #elif __sparc__ [INFO] [stderr] DEBUG: | %CPU "sparc" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "little" [INFO] [stderr] DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "big" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -E /tmp/conftest.AThO51.c` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 6.3.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 for Python 3... [INFO] [stderr] INFO: /usr/bin/python3 (3.5.3) [INFO] [stderr] INFO: checking for pkg_config... [INFO] [stderr] DEBUG: pkg_config: Trying pkg-config [INFO] [stderr] INFO: /usr/bin/pkg-config [INFO] [stderr] INFO: checking for pkg-config version... [INFO] [stderr] DEBUG: Executing: `/usr/bin/pkg-config --version` [INFO] [stderr] INFO: 0.29 [INFO] [stderr] INFO: checking for yasm... [INFO] [stderr] DEBUG: yasm: Trying yasm [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for android ndk version... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for GoogleVR SDK... [INFO] [stderr] INFO: Not specified [INFO] [stderr] INFO: checking the target C compiler version... [INFO] [stderr] INFO: 6.3.0 [INFO] [stderr] INFO: checking the target C compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.o5B_Oy.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -c /tmp/conftest.o5B_Oy.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for the target C++ compiler... [INFO] [stderr] DEBUG: _cxx: Trying g++ [INFO] [stderr] INFO: /usr/bin/g++ [INFO] [stderr] INFO: checking whether the target C++ compiler can be used... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.u7pdOG.cpp` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) [INFO] [stderr] DEBUG: | #if defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #else [INFO] [stderr] DEBUG: | %COMPILER "msvc" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) [INFO] [stderr] DEBUG: | %COMPILER "gcc" [INFO] [stderr] DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | #if __cplusplus [INFO] [stderr] DEBUG: | %cplusplus __cplusplus [INFO] [stderr] DEBUG: | #elif __STDC_VERSION__ [INFO] [stderr] DEBUG: | %STDC_VERSION __STDC_VERSION__ [INFO] [stderr] DEBUG: | #elif __STDC__ [INFO] [stderr] DEBUG: | %STDC_VERSION 198900L [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__ [INFO] [stderr] DEBUG: | %CPU "aarch64" [INFO] [stderr] DEBUG: | #elif __ia64__ [INFO] [stderr] DEBUG: | %CPU "ia64" [INFO] [stderr] DEBUG: | #elif __s390x__ [INFO] [stderr] DEBUG: | %CPU "s390x" [INFO] [stderr] DEBUG: | #elif __s390__ [INFO] [stderr] DEBUG: | %CPU "s390" [INFO] [stderr] DEBUG: | #elif __powerpc64__ [INFO] [stderr] DEBUG: | %CPU "ppc64" [INFO] [stderr] DEBUG: | #elif __powerpc__ [INFO] [stderr] DEBUG: | %CPU "ppc" [INFO] [stderr] DEBUG: | #elif __alpha__ [INFO] [stderr] DEBUG: | %CPU "Alpha" [INFO] [stderr] DEBUG: | #elif __hppa__ [INFO] [stderr] DEBUG: | %CPU "hppa" [INFO] [stderr] DEBUG: | #elif __sparc__ && __arch64__ [INFO] [stderr] DEBUG: | %CPU "sparc64" [INFO] [stderr] DEBUG: | #elif __sparc__ [INFO] [stderr] DEBUG: | %CPU "sparc" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "little" [INFO] [stderr] DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "big" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -E /tmp/conftest.u7pdOG.cpp` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 6.3.0 [INFO] [stderr] DEBUG: cplusplus = 201402L [INFO] [stderr] DEBUG: CPU = x86_64 [INFO] [stderr] DEBUG: KERNEL = Linux [INFO] [stderr] DEBUG: ENDIANNESS = little [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking the target C++ compiler version... [INFO] [stderr] INFO: 6.3.0 [INFO] [stderr] INFO: checking the target C++ compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.B8oIou.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.B8oIou.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for the host C compiler... [INFO] [stderr] DEBUG: _host_cc: Trying /usr/bin/gcc [INFO] [stderr] INFO: /usr/bin/gcc [INFO] [stderr] INFO: checking whether the host C compiler can be used... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.PJi9tc.c` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) [INFO] [stderr] DEBUG: | #if defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #else [INFO] [stderr] DEBUG: | %COMPILER "msvc" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) [INFO] [stderr] DEBUG: | %COMPILER "gcc" [INFO] [stderr] DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | #if __cplusplus [INFO] [stderr] DEBUG: | %cplusplus __cplusplus [INFO] [stderr] DEBUG: | #elif __STDC_VERSION__ [INFO] [stderr] DEBUG: | %STDC_VERSION __STDC_VERSION__ [INFO] [stderr] DEBUG: | #elif __STDC__ [INFO] [stderr] DEBUG: | %STDC_VERSION 198900L [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__ [INFO] [stderr] DEBUG: | %CPU "aarch64" [INFO] [stderr] DEBUG: | #elif __ia64__ [INFO] [stderr] DEBUG: | %CPU "ia64" [INFO] [stderr] DEBUG: | #elif __s390x__ [INFO] [stderr] DEBUG: | %CPU "s390x" [INFO] [stderr] DEBUG: | #elif __s390__ [INFO] [stderr] DEBUG: | %CPU "s390" [INFO] [stderr] DEBUG: | #elif __powerpc64__ [INFO] [stderr] DEBUG: | %CPU "ppc64" [INFO] [stderr] DEBUG: | #elif __powerpc__ [INFO] [stderr] DEBUG: | %CPU "ppc" [INFO] [stderr] DEBUG: | #elif __alpha__ [INFO] [stderr] DEBUG: | %CPU "Alpha" [INFO] [stderr] DEBUG: | #elif __hppa__ [INFO] [stderr] DEBUG: | %CPU "hppa" [INFO] [stderr] DEBUG: | #elif __sparc__ && __arch64__ [INFO] [stderr] DEBUG: | %CPU "sparc64" [INFO] [stderr] DEBUG: | #elif __sparc__ [INFO] [stderr] DEBUG: | %CPU "sparc" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "little" [INFO] [stderr] DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "big" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -E /tmp/conftest.PJi9tc.c` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 6.3.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: 6.3.0 [INFO] [stderr] INFO: checking the host C compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.pB8OcN.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -c /tmp/conftest.pB8OcN.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for the host C++ compiler... [INFO] [stderr] DEBUG: _host_cxx: Trying /usr/bin/g++ [INFO] [stderr] INFO: /usr/bin/g++ [INFO] [stderr] INFO: checking whether the host C++ compiler can be used... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.BXjK6l.cpp` with content: [INFO] [stderr] DEBUG: | #if defined(_MSC_VER) [INFO] [stderr] DEBUG: | #if defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang-cl" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #else [INFO] [stderr] DEBUG: | %COMPILER "msvc" [INFO] [stderr] DEBUG: | %VERSION _MSC_FULL_VER [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #elif defined(__clang__) [INFO] [stderr] DEBUG: | %COMPILER "clang" [INFO] [stderr] DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) [INFO] [stderr] DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ [INFO] [stderr] DEBUG: | # endif [INFO] [stderr] DEBUG: | #elif defined(__GNUC__) [INFO] [stderr] DEBUG: | %COMPILER "gcc" [INFO] [stderr] DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | #if __cplusplus [INFO] [stderr] DEBUG: | %cplusplus __cplusplus [INFO] [stderr] DEBUG: | #elif __STDC_VERSION__ [INFO] [stderr] DEBUG: | %STDC_VERSION __STDC_VERSION__ [INFO] [stderr] DEBUG: | #elif __STDC__ [INFO] [stderr] DEBUG: | %STDC_VERSION 198900L [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__ [INFO] [stderr] DEBUG: | %CPU "aarch64" [INFO] [stderr] DEBUG: | #elif __ia64__ [INFO] [stderr] DEBUG: | %CPU "ia64" [INFO] [stderr] DEBUG: | #elif __s390x__ [INFO] [stderr] DEBUG: | %CPU "s390x" [INFO] [stderr] DEBUG: | #elif __s390__ [INFO] [stderr] DEBUG: | %CPU "s390" [INFO] [stderr] DEBUG: | #elif __powerpc64__ [INFO] [stderr] DEBUG: | %CPU "ppc64" [INFO] [stderr] DEBUG: | #elif __powerpc__ [INFO] [stderr] DEBUG: | %CPU "ppc" [INFO] [stderr] DEBUG: | #elif __alpha__ [INFO] [stderr] DEBUG: | %CPU "Alpha" [INFO] [stderr] DEBUG: | #elif __hppa__ [INFO] [stderr] DEBUG: | %CPU "hppa" [INFO] [stderr] DEBUG: | #elif __sparc__ && __arch64__ [INFO] [stderr] DEBUG: | %CPU "sparc64" [INFO] [stderr] DEBUG: | #elif __sparc__ [INFO] [stderr] DEBUG: | %CPU "sparc" [INFO] [stderr] DEBUG: | #elif __mips64 [INFO] [stderr] DEBUG: | %CPU "mips64" [INFO] [stderr] DEBUG: | #elif __mips__ [INFO] [stderr] DEBUG: | %CPU "mips32" [INFO] [stderr] DEBUG: | #elif __sh__ [INFO] [stderr] DEBUG: | %CPU "sh4" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if __FreeBSD_kernel__ [INFO] [stderr] DEBUG: | %KERNEL "kFreeBSD" [INFO] [stderr] DEBUG: | #elif __DragonFly__ [INFO] [stderr] DEBUG: | %KERNEL "DragonFly" [INFO] [stderr] DEBUG: | #elif __OpenBSD__ [INFO] [stderr] DEBUG: | %KERNEL "OpenBSD" [INFO] [stderr] DEBUG: | #elif __sun__ [INFO] [stderr] DEBUG: | %KERNEL "SunOS" [INFO] [stderr] DEBUG: | #elif __FreeBSD__ [INFO] [stderr] DEBUG: | %KERNEL "FreeBSD" [INFO] [stderr] DEBUG: | #elif __linux__ [INFO] [stderr] DEBUG: | %KERNEL "Linux" [INFO] [stderr] DEBUG: | #elif _WIN32 || __CYGWIN__ [INFO] [stderr] DEBUG: | %KERNEL "WINNT" [INFO] [stderr] DEBUG: | #elif __NetBSD__ [INFO] [stderr] DEBUG: | %KERNEL "NetBSD" [INFO] [stderr] DEBUG: | #elif __APPLE__ [INFO] [stderr] DEBUG: | %KERNEL "Darwin" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "little" [INFO] [stderr] DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ [INFO] [stderr] DEBUG: | %ENDIANNESS "big" [INFO] [stderr] DEBUG: | #endif [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -E /tmp/conftest.BXjK6l.cpp` [INFO] [stderr] DEBUG: COMPILER = gcc [INFO] [stderr] DEBUG: VERSION = 6.3.0 [INFO] [stderr] DEBUG: cplusplus = 201402L [INFO] [stderr] DEBUG: CPU = x86_64 [INFO] [stderr] DEBUG: KERNEL = Linux [INFO] [stderr] DEBUG: ENDIANNESS = little [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking the host C++ compiler version... [INFO] [stderr] INFO: 6.3.0 [INFO] [stderr] INFO: checking the host C++ compiler works... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.NbdfAb.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.NbdfAb.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for 64-bit OS... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.NSEuZY.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | static_assert(sizeof(void *) == 8, "") [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -c /tmp/conftest.NSEuZY.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking bindgen cflags... [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking for linker... [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -print-prog-name=ld.gold` [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -B /opt/crater/target/debug/build/mozjs_sys-650700c2e13771c8/out/build/unix/gold -Wl,--version` [INFO] [stderr] INFO: gold [INFO] [stderr] INFO: checking for stdint.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest._20VmE.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++ -c /tmp/conftest._20VmE.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for inttypes.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.SjE7O8.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++ -c /tmp/conftest.SjE7O8.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for malloc.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.6B6vAh.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++ -c /tmp/conftest.6B6vAh.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for alloca.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.E0yGa0.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++ -c /tmp/conftest.E0yGa0.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/byteorder.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.fYjBq8.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++ -c /tmp/conftest.fYjBq8.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | /tmp/conftest.fYjBq8.cpp:1:27: fatal error: sys/byteorder.h: No such file or directory [INFO] [stderr] DEBUG: | #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.Rvjz2R.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++ -c /tmp/conftest.Rvjz2R.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for unistd.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.hnBbew.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++ -c /tmp/conftest.hnBbew.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for nl_types.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.4Uf47j.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++ -c /tmp/conftest.4Uf47j.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for cpuid.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.CPNZoo.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++ -c /tmp/conftest.CPNZoo.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/statvfs.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.SpeoOp.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++ -c /tmp/conftest.SpeoOp.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/statfs.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.jnCW2T.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++ -c /tmp/conftest.jnCW2T.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/vfs.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.P1pqjq.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++ -c /tmp/conftest.P1pqjq.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/mount.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.4mxiRu.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++ -c /tmp/conftest.4mxiRu.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/quota.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.YTwFJK.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++ -c /tmp/conftest.YTwFJK.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/quota.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.IXDaTe.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++ -c /tmp/conftest.IXDaTe.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/if_addr.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.XdlvEY.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++ -c /tmp/conftest.XdlvEY.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/rtnetlink.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.poKD6S.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++ -c /tmp/conftest.poKD6S.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/queue.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.HIf3Gz.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++ -c /tmp/conftest.HIf3Gz.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for sys/types.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.Fm17cS.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++ -c /tmp/conftest.Fm17cS.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for netinet/in.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest._2MZYw.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++ -c /tmp/conftest._2MZYw.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for byteswap.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.FYp61I.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++ -c /tmp/conftest.FYp61I.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for linux/perf_event.h... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.CrEnBE.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++ -c /tmp/conftest.CrEnBE.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for perf_event_open system call... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.MP9Rhx.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++ -c /tmp/conftest.MP9Rhx.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wunreachable-code-return... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.dhSzKQ.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wunreachable-code-return -c /tmp/conftest.dhSzKQ.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.DSXi8K.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wunreachable-code-return -c -c /tmp/conftest.DSXi8K.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wunreachable-code-return'; did you mean '-Wunreachable-code'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wclass-varargs... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.bqIaCw.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wclass-varargs -c /tmp/conftest.bqIaCw.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.aU5SKZ.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wclass-varargs -c -c /tmp/conftest.aU5SKZ.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wclass-varargs'; did you mean '-Wno-varargs'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wloop-analysis... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.t_qPeU.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wloop-analysis -c /tmp/conftest.t_qPeU.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.XqueGO.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wloop-analysis -c -c /tmp/conftest.XqueGO.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wloop-analysis' [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wc++1z-compat... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.93CLGR.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wc++1z-compat -c /tmp/conftest.93CLGR.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wc++1z-compat'; did you mean '-Wc++11-compat'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wcomma... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.PSOjEc.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wcomma -c /tmp/conftest.PSOjEc.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wcomma'; did you mean '-Wcomment'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wduplicated-cond... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.Dy9Tiz.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wduplicated-cond -c /tmp/conftest.Dy9Tiz.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wduplicated-cond... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.sKkAkc.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wduplicated-cond -c -c /tmp/conftest.sKkAkc.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wimplicit-fallthrough... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ucV9sn.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wimplicit-fallthrough -c /tmp/conftest.ucV9sn.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wimplicit-fallthrough'; did you mean '-Wno-fallthrough'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wstring-conversion... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.tRVfFk.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wstring-conversion -c /tmp/conftest.tRVfFk.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 '-Wint-conversion'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wstring-conversion... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.Gx49zF.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wstring-conversion -c -c /tmp/conftest.Gx49zF.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wstring-conversion'; did you mean '-Wint-conversion'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-inline-new-delete... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.iI155u.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Winline-new-delete -c /tmp/conftest.iI155u.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Winline-new-delete' [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=maybe-uninitialized... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.rc0YQK.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=maybe-uninitialized -c /tmp/conftest.rc0YQK.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.5xbUmK.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=maybe-uninitialized -c -c /tmp/conftest.5xbUmK.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=deprecated-declarations... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.KkDXk7.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=deprecated-declarations -c /tmp/conftest.KkDXk7.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=deprecated-declarations... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.F_1vXF.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=deprecated-declarations -c -c /tmp/conftest.F_1vXF.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=array-bounds... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.bXJKG5.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=array-bounds -c /tmp/conftest.bXJKG5.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-error=array-bounds... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.wTtZxt.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=array-bounds -c -c /tmp/conftest.wTtZxt.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wno-error=free-nonheap-object... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.mVE4tN.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wno-error=free-nonheap-object -c /tmp/conftest.mVE4tN.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.7YLvlK.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wno-error=free-nonheap-object -c -c /tmp/conftest.7YLvlK.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wformat... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.EHCy5h.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat -c /tmp/conftest.EHCy5h.c` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wformat... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.8fZDch.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat -c -c /tmp/conftest.8fZDch.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking whether the C compiler supports -Wformat-security... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.B0wYGb.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat-security -c /tmp/conftest.B0wYGb.c` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security] [INFO] [stderr] DEBUG: | cc1: all warnings being treated as errors [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wformat-security... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.8QLU1F.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat-security -c -c /tmp/conftest.8QLU1F.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | cc1plus: error: -Wformat-security ignored without -Wformat [-Werror=format-security] [INFO] [stderr] DEBUG: | cc1plus: all warnings being treated as errors [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C compiler supports -Wformat-overflow=2... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.ie1Hru.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wformat-overflow=2 -c /tmp/conftest.ie1Hru.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 '-Wformat-overflow=2'; did you mean '-Wstrict-overflow='? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wformat-overflow=2... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.CkTWWl.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wformat-overflow=2 -c -c /tmp/conftest.CkTWWl.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wformat-overflow=2'; did you mean '-Wstrict-overflow='? [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.EYcIMy.c` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -Werror -Wgnu-zero-variadic-macro-arguments -c /tmp/conftest.EYcIMy.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'; did you mean '-Wno-variadic-macros'? [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.TbCN6L.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wgnu-zero-variadic-macro-arguments -c -c /tmp/conftest.TbCN6L.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wgnu-zero-variadic-macro-arguments'; did you mean '-Wno-variadic-macros'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -Wno-noexcept-type... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.vvK1EG.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -Wnoexcept-type -c /tmp/conftest.vvK1EG.cpp` [INFO] [stderr] DEBUG: The command returned non-zero exit status 1. [INFO] [stderr] DEBUG: Its error output was: [INFO] [stderr] DEBUG: | g++: error: unrecognized command line option '-Wnoexcept-type'; did you mean '-Wnoexcept'? [INFO] [stderr] INFO: no [INFO] [stderr] INFO: checking whether the C++ compiler supports -fno-sized-deallocation... [INFO] [stderr] DEBUG: Creating `/tmp/conftest.GTpE0b.cpp` with content: [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | int [INFO] [stderr] DEBUG: | main(void) [INFO] [stderr] DEBUG: | { [INFO] [stderr] DEBUG: | [INFO] [stderr] DEBUG: | ; [INFO] [stderr] DEBUG: | return 0; [INFO] [stderr] DEBUG: | } [INFO] [stderr] DEBUG: Executing: `/usr/bin/g++ -Werror -fno-sized-deallocation -c /tmp/conftest.GTpE0b.cpp` [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for awk... [INFO] [stderr] DEBUG: awk: Trying gawk [INFO] [stderr] DEBUG: awk: Trying mawk [INFO] [stderr] INFO: /usr/bin/mawk [INFO] [stderr] INFO: checking for perl... [INFO] [stderr] DEBUG: perl: Trying perl5 [INFO] [stderr] DEBUG: perl: Trying perl [INFO] [stderr] INFO: /usr/bin/perl [INFO] [stderr] INFO: checking for minimum required perl version >= 5.006... [INFO] [stderr] DEBUG: Executing: `/usr/bin/perl -e 'print $]'` [INFO] [stderr] INFO: 5.024001 [INFO] [stderr] INFO: checking for full perl installation... [INFO] [stderr] INFO: yes [INFO] [stderr] INFO: checking for gmake... [INFO] [stderr] DEBUG: gmake: Trying gmake [INFO] [stderr] DEBUG: gmake: Trying 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: Trying xargs [INFO] [stderr] INFO: /usr/bin/xargs [INFO] [stderr] INFO: checking for rpmbuild... [INFO] [stderr] DEBUG: rpmbuild: Trying rpmbuild [INFO] [stderr] INFO: not found [INFO] [stderr] INFO: checking for autoconf... [INFO] [stderr] ERROR: Could not find autoconf 2.13 [INFO] [stderr] makefile.cargo:179: recipe for target 'maybe-configure' failed [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] ERROR: Could not find autoconf 2.13 [INFO] [stderr] make: *** [maybe-configure] Error 1 [INFO] [stderr] thread 'main' panicked at 'assertion failed: result.success()', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/build.rs:142:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5619dd17884b - backtrace::backtrace::libunwind::trace::h3a6a6e8afb7ff2de [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5619dd17884b - backtrace::backtrace::trace_unsynchronized::h2220292c79f07c05 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5619dd17884b - std::sys_common::backtrace::_print::h8ff1c2c5cb3b84f7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x5619dd17884b - std::sys_common::backtrace::print::h2254c58d69a73304 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x5619dd17884b - std::panicking::default_hook::{{closure}}::hc21cbd062363cef6 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x5619dd178526 - std::panicking::default_hook::hfea076cda52c2914 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x5619dd178fbd - std::panicking::rust_panic_with_hook::h746830f9f479e849 [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x5619dd15aed5 - std::panicking::begin_panic::h51faee016eb6c5a6 [INFO] [stderr] at /rustc/266783e4e09e4e9d5307c1c8e695659c58bbcac7/src/libstd/panicking.rs:411 [INFO] [stderr] 8: 0x5619dca246a7 - build_script_build::build_jsapi::ha0a67b3aeca05a85 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/build.rs:142 [INFO] [stderr] 9: 0x5619dca238d5 - build_script_build::main::h4647b55513fa6cd3 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.13/build.rs:48 [INFO] [stderr] 10: 0x5619dca29b70 - std::rt::lang_start::{{closure}}::h4ebf268a161da46c [INFO] [stderr] at /rustc/266783e4e09e4e9d5307c1c8e695659c58bbcac7/src/libstd/rt.rs:64 [INFO] [stderr] 11: 0x5619dd1789c3 - std::rt::lang_start_internal::{{closure}}::h14c5bec2472d54ad [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 12: 0x5619dd1789c3 - std::panicking::try::do_call::h88f516924fc6a288 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 13: 0x5619dd18175a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 14: 0x5619dd1794cd - std::panicking::try::ha613ca8bf0a1302a [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 15: 0x5619dd1794cd - std::panic::catch_unwind::h68d4ca98047bc7c5 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 16: 0x5619dd1794cd - std::rt::lang_start_internal::h600c3ba1b556e68a [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 17: 0x5619dca29b49 - std::rt::lang_start::h2f66a7bf0de09b3b [INFO] [stderr] at /rustc/266783e4e09e4e9d5307c1c8e695659c58bbcac7/src/libstd/rt.rs:64 [INFO] [stderr] 18: 0x5619dca2776a - main [INFO] [stderr] 19: 0x7fd5b3c952e1 - __libc_start_main [INFO] [stderr] 20: 0x5619dca1e96a - _start [INFO] [stderr] 21: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "53b6eb1b6adae2454cbdfedcc2de59293c5f061acd89b3256be911a2ecd71f89"` [INFO] running `"docker" "rm" "-f" "53b6eb1b6adae2454cbdfedcc2de59293c5f061acd89b3256be911a2ecd71f89"` [INFO] [stdout] 53b6eb1b6adae2454cbdfedcc2de59293c5f061acd89b3256be911a2ecd71f89