Facebook
From Social Pheasant, 2 Years ago, written in Plain Text.
This paste is a reply to Untitled from Tiny Crocodile - go back
Embed
Viewing differences between Untitled and Re: Untitled
INFO: Adding configure options from c:\mozilla-source\gecko-dev\mozconfig
INFO:   --with-branding=browser/branding/official
INFO:   --with-l10n-base=C:/l10n-central
INFO:   --with-wasi-sysroot=C:/wasi-sysroot
INFO:   --disable-verify-mar
INFO:   --disable-maintenance-service
INFO:   --disable-crashreporter
INFO: checking for vcs source checkout... 
INFO: git
INFO: checking for a shell... 
INFO: C:/mozilla-build/msys/bin/sh.exe
INFO: checking for host system type... 
INFO: x86_64-pc-mingw32
INFO: checking for target system type... 
INFO: x86_64-pc-mingw32
INFO: checking whether cross compiling... 
INFO: no
INFO: checking for Python 3... 
INFO: c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/_virtualenvs/build/Scripts/python.exe (3.7.9)
INFO: checking for git... 
DEBUG: git: Looking for git
INFO: c:/PROGRA~1/Git/cmd/git.exe
INFO: checking for Git version... 
DEBUG: Executing: `c:/PROGRA~1/Git/cmd/git.exe --version`
INFO: 2.34.1.windows.1
INFO: checking for sparse checkout... 
INFO: no
DEBUG: Prioritizing system over mozbuild state dir in toolchain paths because you are building in release mode.
INFO: checking for wget... 
DEBUG: wget: Looking for wget
INFO: c:/mozilla-build/bin/wget.exe
DEBUG: Executing: `'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe' -format json -products '*' -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64`
INFO: checking for ccache... 
INFO: not found
INFO: checking for the target C compiler... 
DEBUG: _cc: Looking for clang-cl
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: checking whether the target C compiler can be used... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.8i46_ujr.c` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.8i46_ujr.c' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: STDC_VERSION = 201710L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.34xpvwx6.c` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.34xpvwx6.c' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: STDC_VERSION = 199901L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the target C compiler version... 
INFO: 13.0.0
INFO: checking the target C compiler works... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.m4z6k2ap.c` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.m4z6k2ap.c' -c`
INFO: yes
INFO: checking for the target C++ compiler... 
DEBUG: _cxx: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: checking whether the target C++ compiler can be used... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.ii4t6ts4.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.ii4t6ts4.cpp' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201402L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.cfm7ryqi.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.cfm7ryqi.cpp' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201703L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the target C++ compiler version... 
INFO: 13.0.0
INFO: checking the target C++ compiler works... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.ewnm3bse.cpp` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.ewnm3bse.cpp' -c`
INFO: yes
INFO: checking for the host C compiler... 
DEBUG: _host_cc: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: checking whether the host C compiler can be used... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.r0d871en.c` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.r0d871en.c' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: STDC_VERSION = 201710L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.s1lz6zem.c` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.s1lz6zem.c' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: STDC_VERSION = 199901L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the host C compiler version... 
INFO: 13.0.0
INFO: checking the host C compiler works... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.0cpfq0gv.c` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 'C:\Users\e12yu\AppData\Local\Temp\conftest.0cpfq0gv.c' -c`
INFO: yes
INFO: checking for the host C++ compiler... 
DEBUG: _host_cxx: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe
INFO: checking whether the host C++ compiler can be used... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.l85melip.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.l85melip.cpp' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201402L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.8avhtv5v.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.8avhtv5v.cpp' -E`
DEBUG: COMPILER = clang-cl
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201703L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the host C++ compiler version... 
INFO: 13.0.0
INFO: checking the host C++ compiler works... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.4orp2odx.cpp` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.4orp2odx.cpp' -c`
INFO: yes
INFO: checking for 64-bit OS... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.flblsyhy.cpp` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | static_assert(sizeof(void *) == 8, "")
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.flblsyhy.cpp' -c`
INFO: yes
INFO: checking for Windows SDK... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.jnv6st8s.c` with content:
DEBUG: | #include 
DEBUG: | WINVER_MAXVER
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -X -I C:/PROGRA~2/WI3CF2~1/10/include/10.0.18362.0/um -I C:/PROGRA~2/WI3CF2~1/10/include/10.0.18362.0/shared 'C:\Users\e12yu\AppData\Local\Temp\conftest.jnv6st8s.c' -E`
INFO: 0x0a00 in C:/PROGRA~2/WI3CF2~1/10/
INFO: checking for Universal CRT SDK... 
INFO: 10.0.18362.0 in C:/PROGRA~2/WI3CF2~1/10/
INFO: checking for the Debug Interface Access SDK... 
INFO: C:\PROGRA~2\MICROS~2\2017\COMMUN~1\DIA SDK
INFO: checking for linker... 
DEBUG: linker: Looking for lld-link
INFO: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe
INFO: checking for host_linker... 
DEBUG: host_linker: Looking for lld-link
INFO: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe
INFO: checking for the assembler... 
DEBUG: _as: Looking for ml64.exe
INFO: C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
INFO: checking for rc... 
DEBUG: rc: Looking for llvm-rc
INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-rc.exe
INFO: checking for ar... 
DEBUG: ar: Looking for llvm-lib
INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-lib.exe
INFO: checking for pkg_config... 
DEBUG: pkg_config: Looking for pkg-config
INFO: not found
INFO: checking for stdint.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.0koscfdl.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.0koscfdl.cpp' -c`
INFO: yes
INFO: checking for inttypes.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.lf9lroak.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.lf9lroak.cpp' -c`
INFO: yes
INFO: checking for malloc.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.e5d5fai0.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.e5d5fai0.cpp' -c`
INFO: yes
INFO: checking for alloca.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.srhcu6ub.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.srhcu6ub.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.srhcu6ub.cpp(1,10): fatal error: 'alloca.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/byteorder.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.m38halek.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.m38halek.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.m38halek.cpp(1,10): fatal error: 'sys/byteorder.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for getopt.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.nq45bdt8.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.nq45bdt8.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.nq45bdt8.cpp(1,10): fatal error: 'getopt.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for unistd.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.0s53u0a9.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.0s53u0a9.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.0s53u0a9.cpp(1,10): fatal error: 'unistd.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for nl_types.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.s4_8_lpa.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.s4_8_lpa.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.s4_8_lpa.cpp(1,10): fatal error: 'nl_types.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for cpuid.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.iq6kui0k.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.iq6kui0k.cpp' -c`
INFO: yes
INFO: checking for fts.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.gr_1328f.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.gr_1328f.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.gr_1328f.cpp(1,10): fatal error: 'fts.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/statvfs.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.w2vyfndb.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.w2vyfndb.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.w2vyfndb.cpp(1,10): fatal error: 'sys/statvfs.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/statfs.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.d6a0jkk2.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.d6a0jkk2.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.d6a0jkk2.cpp(1,10): fatal error: 'sys/statfs.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/vfs.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.t11kye8e.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.t11kye8e.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.t11kye8e.cpp(1,10): fatal error: 'sys/vfs.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/mount.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.q644x4nb.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.q644x4nb.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.q644x4nb.cpp(1,10): fatal error: 'sys/mount.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/quota.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.8i80rykx.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | quotactl(0, nullptr, 0, (caddr_t)nullptr);
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.8i80rykx.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.8i80rykx.cpp(1,10): fatal error: 'sys/quota.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/queue.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.7cu_dj_o.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.7cu_dj_o.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.7cu_dj_o.cpp(1,10): fatal error: 'sys/queue.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for sys/types.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.27t6_3nn.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.27t6_3nn.cpp' -c`
INFO: yes
INFO: checking for netinet/in.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.vkokekns.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.vkokekns.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.vkokekns.cpp(1,10): fatal error: 'netinet/in.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for byteswap.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.7c37dl42.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.7c37dl42.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.7c37dl42.cpp(1,10): fatal error: 'byteswap.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for memfd_create in sys/mman.h... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.rqmgc1z4.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | memfd_create("", 0);
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.rqmgc1z4.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.rqmgc1z4.cpp(1,10): fatal error: 'sys/mman.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for perf_event_open system call... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.65rdh7bb.cpp` with content:
DEBUG: | #include 
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | return sizeof(__NR_perf_event_open);
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 'C:\Users\e12yu\AppData\Local\Temp\conftest.65rdh7bb.cpp' -c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | C:\Users\e12yu\AppData\Local\Temp\conftest.65rdh7bb.cpp(1,10): fatal error: 'asm/unistd.h' file not found
DEBUG: | #include 
DEBUG: |          ^~~~~~~~~~~~~~
DEBUG: | 1 error generated.
INFO: no
INFO: checking for llvm_profdata... 
DEBUG: llvm_profdata: Looking for llvm-profdata
INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-profdata.exe
INFO: checking for rustc... 
DEBUG: _rustc: Looking for rustc
INFO: c:/Users/e12yu/.cargo/bin/rustc.exe
INFO: checking for cargo... 
DEBUG: _cargo: Looking for cargo
INFO: c:/Users/e12yu/.cargo/bin/cargo.exe
DEBUG: Executing: `c:/Users/e12yu/.cargo/bin/rustc.exe +stable`
DEBUG: Executing: `rustup which rustc`
INFO: Actually using 'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe'
DEBUG: Executing: `c:/Users/e12yu/.cargo/bin/cargo.exe +stable`
DEBUG: Executing: `rustup which cargo`
INFO: Actually using 'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\cargo.exe'
INFO: checking rustc version... 
DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --version --verbose`
INFO: 1.57.0
INFO: checking cargo version... 
DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\cargo.exe' --version --verbose`
INFO: 1.57.0
DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --print target-list`
INFO: checking for rust host triplet... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest47jn45ky.rs` with content:
DEBUG: | pub extern fn hello() { println!("Hello world"); }
DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --crate-type staticlib --target=x86_64-pc-windows-msvc -o 'C:\Users\e12yu\AppData\Local\Temp\conftest4g62qtl3.rlib' 'C:\Users\e12yu\AppData\Local\Temp\conftest47jn45ky.rs'`
INFO: x86_64-pc-windows-msvc
INFO: checking for rust target triplet... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest1qz6uzp8.rs` with content:
DEBUG: | pub extern fn hello() { println!("Hello world"); }
DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --crate-type staticlib --target=x86_64-pc-windows-msvc -o 'C:\Users\e12yu\AppData\Local\Temp\conftestviuco7ed.rlib' 'C:\Users\e12yu\AppData\Local\Temp\conftest1qz6uzp8.rs'`
INFO: x86_64-pc-windows-msvc
INFO: checking for rustdoc... 
DEBUG: rustdoc: Looking for rustdoc
INFO: c:/Users/e12yu/.cargo/bin/rustdoc.exe
DEBUG: Executing: `'C:\Users\e12yu\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe' --print sysroot`
INFO: checking for cbindgen... 
DEBUG: trying cbindgen: c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe --version`
DEBUG: c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe has version 0.19.0
INFO: c:/Users/e12yu/.mozbuild/cbindgen/cbindgen.exe
INFO: checking for rustfmt... 
DEBUG: rustfmt: Looking for rustfmt
INFO: c:/Users/e12yu/.cargo/bin/rustfmt.exe
INFO: checking for clang for bindgen... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.150he5s0.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.150he5s0.cpp' -E`
DEBUG: COMPILER = clang
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201402L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang.exe
INFO: checking for libclang for bindgen... 
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -print-search-dirs`
DEBUG: Trying "libclang.dll" in "c:/Users/e12yu/.mozbuild/clang/bin"
INFO: c:/Users/e12yu/.mozbuild/clang/bin/libclang.dll
INFO: checking that libclang is new enough... 
INFO: yes
INFO: checking bindgen cflags... 
INFO: -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_WIN=1 -DWIN32=1 -D_CRT_USE_BUILTIN_OFFSETOF -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -std=gnu++17
INFO: checking for nodejs... 
INFO: c:\Users\e12yu\.mozbuild\node\node.EXE (12.22.1)
INFO: checking for tar... 
DEBUG: tar: Looking for gnutar
DEBUG: tar: Looking for gtar
DEBUG: tar: Looking for tar
INFO: C:/mozilla-build/msys/bin/tar.exe
INFO: checking for unzip... 
DEBUG: unzip: Looking for unzip
INFO: c:/mozilla-build/bin/unzip.exe
INFO: checking for zip... 
DEBUG: zip: Looking for zip
INFO: c:/mozilla-build/bin/zip.exe
INFO: checking for gn... 
DEBUG: gn: Looking for gn
INFO: not found
INFO: checking for the Mozilla API key... 
INFO: no
INFO: checking for the Google Location Service API key... 
INFO: no
INFO: checking for the Google Safebrowsing API key... 
INFO: no
INFO: checking for the Bing API key... 
INFO: no
INFO: checking for the Adjust SDK key... 
INFO: no
INFO: checking for the Leanplum SDK key... 
INFO: no
INFO: checking for the Pocket API key... 
INFO: no
INFO: checking for midl... 
DEBUG: midl: Looking for midl.exe
INFO: C:/PROGRA~2/WI3CF2~1/10/bin/10.0.18362.0/x64/midl.exe
INFO: checking for llvm-dlltool... 
DEBUG: llvm_dlltool: Looking for llvm-dlltool
INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-dlltool.exe
INFO: checking for fxc... 
DEBUG: fxc: Looking for fxc.exe
INFO: C:/PROGRA~2/WI3CF2~1/10/bin/10.0.18362.0/x64/fxc.exe
INFO: checking for nasm... 
DEBUG: nasm: Looking for nasm
INFO: c:/Users/e12yu/.mozbuild/nasm/nasm.exe
INFO: checking nasm version... 
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/nasm/nasm.exe -v`
INFO: 2.15.05
INFO: checking for D3D compiler DLL... 
INFO: C:/PROGRA~2/WI3CF2~1/10/Redist\D3D\x64\d3dcompiler_47.dll
INFO: checking for the wasm C compiler... 
DEBUG: _wasm_cc: Looking for clang
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang.exe
INFO: checking whether the wasm C compiler can be used... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.lyn6t0cr.c` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.lyn6t0cr.c' -E`
DEBUG: COMPILER = clang
DEBUG: VERSION = 13.0.0
DEBUG: STDC_VERSION = 201710L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.mglevt2b.c` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -std=gnu99 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.mglevt2b.c' -E`
DEBUG: COMPILER = clang
DEBUG: VERSION = 13.0.0
DEBUG: STDC_VERSION = 199901L
DEBUG: CPU = wasm32
DEBUG: KERNEL = WASI
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the wasm C compiler version... 
INFO: 13.0.0
INFO: checking the wasm C compiler works... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.easujfo3.c` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -std=gnu99 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.easujfo3.c' -c`
INFO: yes
INFO: checking for the wasm C++ compiler... 
DEBUG: _wasm_cxx: Looking for c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe
INFO: c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe
INFO: checking whether the wasm C++ compiler can be used... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.xkh68n3e.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe 'C:\Users\e12yu\AppData\Local\Temp\conftest.xkh68n3e.cpp' -E`
DEBUG: COMPILER = clang
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201402L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.un3uv_m1.cpp` with content:
DEBUG: | #if defined(_MSC_VER) && defined(__clang__) && defined(_MT)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  ifdef __apple_build_version__
DEBUG: | %XCODE 1
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__) && !defined(__MINGW32__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: | 
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__ || _M_ARM64
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __m68k__
DEBUG: | %CPU "m68k"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __riscv && __riscv_xlen == 64
DEBUG: | %CPU "riscv64"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #elif __wasm32__
DEBUG: | %CPU "wasm32"
DEBUG: | #endif
DEBUG: | #if __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __wasi__
DEBUG: | %KERNEL "WASI"
DEBUG: | #endif
DEBUG: | #if __ANDROID__
DEBUG: | %OS "Android"
DEBUG: | #endif
DEBUG: | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe -std=gnu++17 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.un3uv_m1.cpp' -E`
DEBUG: COMPILER = clang
DEBUG: VERSION = 13.0.0
DEBUG: cplusplus = 201703L
DEBUG: CPU = wasm32
DEBUG: KERNEL = WASI
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the wasm C++ compiler version... 
INFO: 13.0.0
INFO: checking the wasm C++ compiler works... 
DEBUG: Creating `C:\Users\e12yu\AppData\Local\Temp\conftest.9vyedat0.cpp` with content:
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | 
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe -std=gnu++17 --target=wasm32-wasi 'C:\Users\e12yu\AppData\Local\Temp\conftest.9vyedat0.cpp' -c`
INFO: yes
INFO: checking for dump_syms... 
DEBUG: dump_syms: Looking for dump_syms
INFO: not found
INFO: checking for pdbstr... 
DEBUG: pdbstr: Looking for pdbstr.exe
INFO: not found
INFO: checking for winchecksec... 
DEBUG: winchecksec: Looking for winchecksec.exe
DEBUG: winchecksec: Looking for winchecksec
INFO: not found
INFO: checking for awk... 
DEBUG: awk: Looking for gawk
INFO: C:/mozilla-build/msys/bin/gawk.exe
INFO: checking for perl... 
DEBUG: perl: Looking for perl5
DEBUG: perl: Looking for perl
INFO: C:/mozilla-build/msys/bin/perl.exe
INFO: checking for minimum required perl version >= 5.006... 
DEBUG: Executing: `C:/mozilla-build/msys/bin/perl.exe -e 'print $]'`
INFO: 5.008008
INFO: checking for full perl installation... 
INFO: yes
INFO: checking for gmake... 
DEBUG: gmake: Looking for mingw32-make
DEBUG: gmake: Looking for mozmake
INFO: c:/mozilla-build/bin/mozmake.exe
INFO: checking for watchman... 
DEBUG: Executing: `c:/mozilla-build/bin/watchman.exe --version`
INFO: c:/mozilla-build/bin/watchman.exe
INFO: checking for watchman version... 
INFO: 20210110.135312.0
INFO: checking for xargs... 
DEBUG: xargs: Looking for xargs
INFO: C:/mozilla-build/msys/bin/xargs.exe
INFO: checking for makensisu... 
DEBUG: makensisu: Looking for makensis
INFO: not found
INFO: checking for 7z... 
DEBUG: 7z: Looking for 7z
INFO: c:/mozilla-build/bin/7z.exe
INFO: checking for upx... 
DEBUG: upx: Looking for upx
INFO: c:/mozilla-build/bin/upx.exe
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang --print-prog-name=llvm-objdump`
INFO: checking for llvm-objdump... 
DEBUG: llvm_objdump: Looking for 'c:/Users/e12yu/.mozbuild/clang/bin\llvm-objdump'
INFO: c:/Users/e12yu/.mozbuild/clang/bin/llvm-objdump.exe
DEBUG: Executing: `c:/Users/e12yu/.mozbuild/clang/bin/clang --print-prog-name=llvm-readelf`
INFO: checking for m4... 
DEBUG: m4: Looking for gm4
DEBUG: m4: Looking for m4
INFO: C:/mozilla-build/msys/bin/m4.exe
DEBUG: Injecting the following to old-configure:
DEBUG: | # start of mozconfig values
DEBUG: | _mozconfig_opt=--disable-crashreporter # added
DEBUG: | # end of mozconfig values
DEBUG: | _topsrcdir=c:/mozilla-source/gecko-dev
DEBUG: | _objdir=c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32
DEBUG: | DIST=c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist
DEBUG: | PYTHON3=c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/_virtualenvs/build/Scripts/python.exe
DEBUG: | CROSS_COMPILE=''
DEBUG: | HAVE_64BIT_BUILD=1
DEBUG: | OS_TARGET=WINNT
DEBUG: | OS_ARCH=WINNT
DEBUG: | CPU_ARCH=x86_64
DEBUG: | HOST_OS_ARCH=WINNT
DEBUG: | MOZ_BUILD_APP=browser
DEBUG: | RELEASE_OR_BETA=1
DEBUG: | MOZILLA_VERSION=96.0.2
DEBUG: | MOZILLA_SYMBOLVERSION=96
DEBUG: | MOZ_APP_VERSION=96.0.2
DEBUG: | MOZ_UPDATE_CHANNEL=default
DEBUG: | COMPILE_ENVIRONMENT=1
DEBUG: | MOZ_DEBUG=''
DEBUG: | MOZ_OPTIMIZE=1
DEBUG: | CC='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99'
DEBUG: | ac_cv_prog_CC='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99'
DEBUG: | ac_cv_prog_cc_works=yes
DEBUG: | ac_cv_prog_cc_cross=no
DEBUG: | ac_cv_prog_cc_g=no
DEBUG: | ac_cv_prog_gcc=no
DEBUG: | CC_TYPE=clang-cl
DEBUG: | CPP='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -E -Xclang -std=gnu99'
DEBUG: | CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17'
DEBUG: | ac_cv_prog_CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17'
DEBUG: | ac_cv_prog_cxx_works=yes
DEBUG: | ac_cv_prog_cxx_cross=no
DEBUG: | ac_cv_prog_cxx_g=no
DEBUG: | ac_cv_prog_gxx=no
DEBUG: | CXXCPP='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -E -Xclang -std=c++17'
DEBUG: | HOST_CC='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99'
DEBUG: | HOST_CC_TYPE=clang-cl
DEBUG: | HOST_CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17'
DEBUG: | MOZ_DEBUG_FLAGS=-Z7
DEBUG: | LINKER=c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe
DEBUG: | LINKER_LDFLAGS=''
DEBUG: | AS=C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
DEBUG: | ac_cv_prog_AS=C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
DEBUG: | ac_cv_path_AS=C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
DEBUG: | LIBFUZZER_FLAGS=-fsanitize-coverage=trace-pc-guard,trace-cmp
DEBUG: | AR=c:/Users/e12yu/.mozbuild/clang/bin/llvm-lib.exe
DEBUG: | MOZ_MEMORY=1
DEBUG: | HAVE_MALLOC_H=1
DEBUG: | WARNINGS_AS_ERRORS=-Werror
DEBUG: | _WARNINGS_CFLAGS=''
DEBUG: | _WARNINGS_CXXFLAGS=''
DEBUG: | _WARNINGS_HOST_CFLAGS=''
DEBUG: | _WARNINGS_HOST_CXXFLAGS=''
DEBUG: | _COMPILATION_CFLAGS=''
DEBUG: | _COMPILATION_CXXFLAGS=''
DEBUG: | _COMPILATION_HOST_CFLAGS=''
DEBUG: | _COMPILATION_HOST_CXXFLAGS=''
DEBUG: | OBJ_SUFFIX=obj
DEBUG: | NSPR_CFLAGS=-Ic:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/include/nspr
DEBUG: | NSPR_LIBS='c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/lib/nspr4.lib c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/lib/plc4.lib c:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/lib/plds4.lib'
DEBUG: | MOZ_WIDGET_TOOLKIT=windows
DEBUG: | MOZ_FMP4=1
DEBUG: | MOZ_SERVICES_HEALTHREPORT=1
DEBUG: | MOZ_NORMANDY=1
DEBUG: | MOZ_WEBSPEECH=1
DEBUG: | ACCESSIBILITY=1
DEBUG: | WASM_CC='c:/Users/e12yu/.mozbuild/clang/bin/clang.exe -std=gnu99 --target=wasm32-wasi'
DEBUG: | WASM_CC_TYPE=clang
DEBUG: | WASM_CXX='c:/Users/e12yu/.mozbuild/clang/bin/clang++.exe -std=gnu++17 --target=wasm32-wasi'
DEBUG: | NSS_CFLAGS=-Ic:/mozilla-source/gecko-dev/obj-x86_64-pc-mingw32/dist/include/nss
DEBUG: | AWK=C:/mozilla-build/msys/bin/gawk.exe
DEBUG: | PERL=C:/mozilla-build/msys/bin/perl.exe
DEBUG: | LLVM_OBJDUMP=c:/Users/e12yu/.mozbuild/clang/bin/llvm-objdump.exe
INFO: Refreshing c:/mozilla-source/gecko-dev/old-configure with c:/mozilla-source/gecko-dev\build\autoconf\autoconf.sh
DEBUG: Running C:/mozilla-build/msys/bin/sh.exe c:/mozilla-source/gecko-dev/old-configure --disable-crashreporter --with-branding=browser/branding/official --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:658: checking host system type
configure:679: checking target system type
configure:697: checking build system type
configure:833: checking for Cygwin environment
configure:849: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
configure(845,8): error: use of undeclared identifier '__CYGWIN32__'
return __CYGWIN__;
       ^
configure(843,20): note: expanded from macro '__CYGWIN__'
#define __CYGWIN__ __CYGWIN32__
                   ^
1 error generated.
configure: failed program was:
#line 838 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:866: checking for mingw32 environment
configure:878: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
configure(874,8): error: use of undeclared identifier '__MINGW32__'
return __MINGW32__;
       ^
1 error generated.
configure: failed program was:
#line 871 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:897: checking for executable suffix
configure:907: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
configure:1581: checking for gcc
configure:1694: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) works
configure:1749: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) is a cross-compiler
configure:1754: checking whether we are using GNU C
configure:1782: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 accepts -g
configure:1823: checking for c++
configure:1855: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) works
configure:1910: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) is a cross-compiler
configure:1915: checking whether we are using GNU C++
configure:1943: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 accepts -g
configure:1979: checking for C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
configure:2033: checking for strip
configure:2068: checking for otool
configure:2156: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
configure:2185: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 -c  -TP  conftest.C 1>&5
configure:2907: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
configure:5816: checking for malloc.h
configure:5829: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
configure:5864: checking for strndup
configure:5896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
configure(5880,6): warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup();
     ^
configure(5880,6): note: 'strndup' is a builtin with type 'char *(const char *, unsigned long long)'
1 warning generated.
lld-link: error: undefined symbol: strndup
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 5869 "configure"
#define strndup innocuous_strndup
#include "confdefs.h"
#undef strndup
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strndup(); below.  */
#define strndup innocuous_strndup
#include 
#undef strndup
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strndup();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strndup) || defined (__stub___strndup)
choke me
#else
strndup();
#endif

; return 0; }
configure:5864: checking for posix_memalign
configure:5896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: error: undefined symbol: posix_memalign
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 5869 "configure"
#define posix_memalign innocuous_posix_memalign
#include "confdefs.h"
#undef posix_memalign
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char posix_memalign(); below.  */
#define posix_memalign innocuous_posix_memalign
#include 
#undef posix_memalign
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char posix_memalign();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_posix_memalign) || defined (__stub___posix_memalign)
choke me
#else
posix_memalign();
#endif

; return 0; }
configure:5864: checking for memalign
configure:5896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
configure(5880,6): warning: incompatible redeclaration of library function 'memalign' [-Wincompatible-library-redeclaration]
char memalign();
     ^
configure(5880,6): note: 'memalign' is a builtin with type 'void *(unsigned long long, unsigned long long)'
1 warning generated.
lld-link: error: undefined symbol: memalign
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 5869 "configure"
#define memalign innocuous_memalign
#include "confdefs.h"
#undef memalign
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char memalign(); below.  */
#define memalign innocuous_memalign
#include 
#undef memalign
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char memalign();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_memalign) || defined (__stub___memalign)
choke me
#else
memalign();
#endif

; return 0; }
configure:5927: checking for malloc_usable_size
configure:5959: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: error: undefined symbol: malloc_usable_size
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 5932 "configure"
#define malloc_usable_size innocuous_malloc_usable_size
#include "confdefs.h"
#undef malloc_usable_size
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char malloc_usable_size(); below.  */
#define malloc_usable_size innocuous_malloc_usable_size
#include 
#undef malloc_usable_size
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char malloc_usable_size();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_malloc_usable_size) || defined (__stub___malloc_usable_size)
choke me
#else
malloc_usable_size();
#endif

; return 0; }
configure:5989: checking whether malloc_usable_size definition can use const argument
configure:6000: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
configure:6022: checking for valloc in malloc.h
configure:6047: checking for valloc in unistd.h
configure(6050,10): fatal error: 'unistd.h' file not found
#include 
         ^~~~~~~~~~
1 error generated.
configure:6072: checking for _aligned_malloc in malloc.h
configure:6484: checking if app-specific confvars.sh exists
configure:6969: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
configure(6963,10): fatal error: 'linux/ethtool.h' file not found
#include 
         ^~~~~~~~~~~~~~~~~
1 error generated.
configure: failed program was:
#line 6962 "configure"
#include "confdefs.h"
#include 
int main() {
 struct ethtool_cmd cmd; cmd.speed_hi = 0; 
; return 0; }
configure:7420: checking for fdatasync
configure:7452: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: error: undefined symbol: fdatasync
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 7425 "configure"
#define fdatasync innocuous_fdatasync
#include "confdefs.h"
#undef fdatasync
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fdatasync(); below.  */
#define fdatasync innocuous_fdatasync
#include 
#undef fdatasync
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char fdatasync();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fdatasync) || defined (__stub___fdatasync)
choke me
#else
fdatasync();
#endif

; return 0; }
configure:7499: checking for valid C compiler optimization flags
configure:7510: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -O2 -Qunused-arguments  conftest.c 1>&5
configure:8047: checking what kind of list files are supported by the linker
configure:8052: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -o conftest.obj -c   -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
configure:8059: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE conftest.list  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: error: conftest.list: unknown file type
configure:8063: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE -Wl,-filelist,conftest.list  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: warning: ignoring unknown argument '-Wl,-filelist,conftest.list'
lld-link: warning: /machine is not specified. x64 is assumed
lld-link: error: subsystem must be defined
configure:8065: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE @conftest.list  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
configure:8460: checking for d3d10.h
configure:8473: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
configure:8864: checking for posix_fadvise
configure:8896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: error: undefined symbol: posix_fadvise
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 8869 "configure"
#define posix_fadvise innocuous_posix_fadvise
#include "confdefs.h"
#undef posix_fadvise
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char posix_fadvise(); below.  */
#define posix_fadvise innocuous_posix_fadvise
#include 
#undef posix_fadvise
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char posix_fadvise();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_posix_fadvise) || defined (__stub___posix_fadvise)
choke me
#else
posix_fadvise();
#endif

; return 0; }
configure:8864: checking for posix_fallocate
configure:8896: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   -LARGEADDRESSAWARE conftest.obj  user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib secur32.lib 1>&5
lld-link: error: undefined symbol: posix_fallocate
>>> referenced by conftest.obj:(main)
configure: failed program was:
#line 8869 "configure"
#define posix_fallocate innocuous_posix_fallocate
#include "confdefs.h"
#undef posix_fallocate
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char posix_fallocate(); below.  */
#define posix_fallocate innocuous_posix_fallocate
#include 
#undef posix_fallocate
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char posix_fallocate();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_posix_fallocate) || defined (__stub___posix_fallocate)
choke me
#else
posix_fallocate();
#endif

; return 0; }
js/src> INFO: Refreshing c:/mozilla-source/gecko-dev/js/src/old-configure with c:/mozilla-source/gecko-dev\build\autoconf\autoconf.sh
js/src> DEBUG: Running C:/mozilla-build/msys/bin/sh.exe c:/mozilla-source/gecko-dev/js/src/old-configure --disable-crashreporter --with-branding=browser/branding/official --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:592: checking host system type
configure:613: checking target system type
configure:631: checking build system type
configure:719: checking for Cygwin environment
configure:752: checking for mingw32 environment
configure:783: checking for executable suffix
configure:1476: checking for gcc
configure:1589: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) works
configure:1644: checking whether the C compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99   ) is a cross-compiler
configure:1649: checking whether we are using GNU C
configure:1677: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 accepts -g
configure:1713: checking for c++
configure:1745: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) works
configure:1800: checking whether the C++ compiler (c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17   ) is a cross-compiler
configure:1805: checking whether we are using GNU C++
configure:1833: checking whether c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 accepts -g
configure:1869: checking for C:/PROGRA~2/MICROS~2/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/ml64.exe
configure:1923: checking for strip
configure:2015: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c   conftest.c 1>&5
configure:2044: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=c++17 -c  -TP -D_CRT_SECURE_NO_WARNINGS  conftest.C 1>&5
configure:2201: checking for _getc_nolock
configure:2233: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
configure:2271: checking for sb-conf
configure:2271: checking for ve
configure:2866: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -Qunused-arguments  conftest.c 1>&5 && c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest   conftest.obj  1>&5
configure:5339: checking for valid optimization flags
configure:5350: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c  -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -O2 -Qunused-arguments  conftest.c 1>&5
configure:5687: checking what kind of list files are supported by the linker
configure:5692: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -o conftest.obj -c   -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn  -Qunused-arguments  conftest.c 1>&5
configure:5699: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE conftest.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
lld-link: error: conftest.list: unknown file type
configure:5703: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE -Wl,-filelist,conftest.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
lld-link: warning: ignoring unknown argument '-Wl,-filelist,conftest.list'
lld-link: warning: /machine is not specified. x64 is assumed
lld-link: error: subsystem must be defined
configure:5705: c:/Users/e12yu/.mozbuild/clang/bin/lld-link.exe -OUT:conftest    -LARGEADDRESSAWARE @conftest.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
configure:5806: checking for posix_fadvise
configure:5806: checking for posix_fallocate
configure:5890: checking for malloc.h
configure:5938: checking for strndup
configure:5938: checking for posix_memalign
configure:5938: checking for memalign
configure:6001: checking for malloc_usable_size
configure:6063: checking whether malloc_usable_size definition can use const argument
configure:6074: c:/Users/e12yu/.mozbuild/clang/bin/clang-cl.exe -Xclang -std=gnu99 -c -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -Gw -Wno-unknown-pragmas -Wno-ignored-pragmas -Wno-deprecated-declarations -Wno-invalid-noreturn -Qunused-arguments  conftest.c 1>&5
configure:6096: checking for valloc in malloc.h
configure:6121: checking for valloc in unistd.h
configure(6124,10): fatal error: 'unistd.h' file not found
#include 
         ^~~~~~~~~~
1 error generated.
configure:6146: checking for _aligned_malloc in malloc.h
INFO: Creating config.status
t.list  kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib 1>&5
configure:5806: checking for posix_fadvise
configure:5806: checking for posix_falloca
captcha