[INFO] crate louis 0.6.2 is already in cache
[INFO] checking louis-0.6.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate louis 0.6.2 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate louis 0.6.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate louis 0.6.2
[INFO] finished tweaking crates.io crate louis 0.6.2
[INFO] tweaked toml for crates.io crate louis 0.6.2 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 4d1ac9ad3804826ea080d67f514da6de066d13a53a1d40239f94274190bb7695
[INFO] running `"docker" "start" "-a" "4d1ac9ad3804826ea080d67f514da6de066d13a53a1d40239f94274190bb7695"`
[INFO] [stderr]    Compiling escargot v0.3.1
[INFO] [stderr]    Compiling autotools v0.1.4
[INFO] [stderr]     Checking predicates v1.0.4
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]    Compiling louis-sys v0.6.1
[INFO] [stderr]     Checking pretty_env_logger v0.2.5
[INFO] [stderr]     Checking assert_cmd v0.10.2
[INFO] [stderr] error: failed to run custom build command for `louis-sys v0.6.1`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/louis-sys-add26c3bb3556901/build-script-build` (exit code: 101)
[INFO] [stderr] --- stdout
[INFO] [stderr] running: "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/liblouis-3.7.0/configure" "--prefix=/opt/rustwide/target/debug/build/louis-sys-cc4d5ad260a95ded/out" "--disable-shared" "--enable-static" "--enable-ucs4" "--disable-dependency-tracking" "--without-yaml"
[INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c
[INFO] [stderr] checking whether build environment is sane... yes
[INFO] [stderr] checking for a thread-safe mkdir -p... /bin/mkdir -p
[INFO] [stderr] checking for gawk... no
[INFO] [stderr] checking for mawk... mawk
[INFO] [stderr] checking whether make sets $(MAKE)... yes
[INFO] [stderr] checking whether make supports nested variables... yes
[INFO] [stderr] checking whether make supports the include directive... yes (GNU style)
[INFO] [stderr] checking for gcc... gcc
[INFO] [stderr] checking whether the C compiler works... yes
[INFO] [stderr] checking for C compiler default output file name... a.out
[INFO] [stderr] checking for suffix of executables... 
[INFO] [stderr] checking whether we are cross compiling... no
[INFO] [stderr] checking for suffix of object files... o
[INFO] [stderr] checking whether we are using the GNU C compiler... yes
[INFO] [stderr] checking whether gcc accepts -g... yes
[INFO] [stderr] checking for gcc option to accept ISO C89... none needed
[INFO] [stderr] checking whether gcc understands -c and -o together... yes
[INFO] [stderr] checking dependency style of gcc... none
[INFO] [stderr] checking for gcc option to accept ISO C99... none needed
[INFO] [stderr] checking how to run the C preprocessor... gcc -E
[INFO] [stderr] checking for grep that handles long lines and -e... /bin/grep
[INFO] [stderr] checking for egrep... /bin/grep -E
[INFO] [stderr] checking for ANSI C header files... yes
[INFO] [stderr] checking for sys/types.h... yes
[INFO] [stderr] checking for sys/stat.h... yes
[INFO] [stderr] checking for stdlib.h... yes
[INFO] [stderr] checking for string.h... yes
[INFO] [stderr] checking for memory.h... yes
[INFO] [stderr] checking for strings.h... yes
[INFO] [stderr] checking for inttypes.h... yes
[INFO] [stderr] checking for stdint.h... yes
[INFO] [stderr] checking for unistd.h... yes
[INFO] [stderr] checking minix/config.h usability... no
[INFO] [stderr] checking minix/config.h presence... no
[INFO] [stderr] checking for minix/config.h... no
[INFO] [stderr] checking whether it is safe to define __EXTENSIONS__... yes
[INFO] [stderr] checking whether _XOPEN_SOURCE should be defined... no
[INFO] [stderr] checking for Minix Amsterdam compiler... no
[INFO] [stderr] checking for ar... ar
[INFO] [stderr] checking the archiver (ar) interface... ar
[INFO] [stderr] checking for ar... (cached) ar
[INFO] [stderr] checking for ranlib... ranlib
[INFO] [stderr] checking for gcc option to accept ISO C99... (cached) none needed
[INFO] [stderr] checking for gcc option to accept ISO Standard C... (cached) none needed
[INFO] [stderr] checking for size_t... yes
[INFO] [stderr] checking for working alloca.h... yes
[INFO] [stderr] checking for alloca... yes
[INFO] [stderr] checking whether the preprocessor supports include_next... yes
[INFO] [stderr] checking whether system header files limit the line length... no
[INFO] [stderr] checking build system type... x86_64-pc-linux-gnu
[INFO] [stderr] checking host system type... x86_64-pc-linux-gnu
[INFO] [stderr] checking for dirent.h... yes
[INFO] [stderr] checking for unistd.h... (cached) yes
[INFO] [stderr] checking for limits.h... yes
[INFO] [stderr] checking for wchar.h... yes
[INFO] [stderr] checking for stdint.h... (cached) yes
[INFO] [stderr] checking for getopt.h... yes
[INFO] [stderr] checking for sys/cdefs.h... yes
[INFO] [stderr] checking for sys/socket.h... yes
[INFO] [stderr] checking if environ is properly declared... yes
[INFO] [stderr] checking whether limits.h has ULLONG_WIDTH etc.... yes
[INFO] [stderr] checking whether malloc, realloc, calloc are POSIX compliant... yes
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking for GNU libc compatible malloc... yes
[INFO] [stderr] checking for unsigned long long int... yes
[INFO] [stderr] checking for long long int... yes
[INFO] [stderr] checking whether setenv is declared... yes
[INFO] [stderr] checking for setenv... yes
[INFO] [stderr] checking for strndup... yes
[INFO] [stderr] checking for getprogname... no
[INFO] [stderr] checking for getexecname... no
[INFO] [stderr] checking for _set_invalid_parameter_handler... no
[INFO] [stderr] checking search.h usability... yes
[INFO] [stderr] checking search.h presence... yes
[INFO] [stderr] checking for search.h... yes
[INFO] [stderr] checking for tsearch... yes
[INFO] [stderr] checking for wchar_t... yes
[INFO] [stderr] checking for wint_t... yes
[INFO] [stderr] checking whether wint_t is too small... no
[INFO] [stderr] checking whether stdint.h conforms to C99... yes
[INFO] [stderr] checking whether stdint.h predates C++11... no
[INFO] [stderr] checking whether stdint.h has UINTMAX_WIDTH etc.... yes
[INFO] [stderr] checking for C/C++ restrict keyword... __restrict
[INFO] [stderr] checking whether ffsl is declared without a macro... yes
[INFO] [stderr] checking whether ffsll is declared without a macro... yes
[INFO] [stderr] checking whether memmem is declared without a macro... yes
[INFO] [stderr] checking whether mempcpy is declared without a macro... yes
[INFO] [stderr] checking whether memrchr is declared without a macro... yes
[INFO] [stderr] checking whether rawmemchr is declared without a macro... yes
[INFO] [stderr] checking whether stpcpy is declared without a macro... yes
[INFO] [stderr] checking whether stpncpy is declared without a macro... yes
[INFO] [stderr] checking whether strchrnul is declared without a macro... yes
[INFO] [stderr] checking whether strdup is declared without a macro... yes
[INFO] [stderr] checking whether strncat is declared without a macro... yes
[INFO] [stderr] checking whether strndup is declared without a macro... yes
[INFO] [stderr] checking whether strnlen is declared without a macro... yes
[INFO] [stderr] checking whether strpbrk is declared without a macro... yes
[INFO] [stderr] checking whether strsep is declared without a macro... yes
[INFO] [stderr] checking whether strcasestr is declared without a macro... yes
[INFO] [stderr] checking whether strtok_r is declared without a macro... yes
[INFO] [stderr] checking whether strerror_r is declared without a macro... yes
[INFO] [stderr] checking whether strsignal is declared without a macro... yes
[INFO] [stderr] checking whether strverscmp is declared without a macro... yes
[INFO] [stderr] checking whether strndup is declared... (cached) yes
[INFO] [stderr] checking whether strnlen is declared... (cached) yes
[INFO] [stderr] checking for pid_t... yes
[INFO] [stderr] checking for mode_t... yes
[INFO] [stderr] checking for alloca as a compiler built-in... yes
[INFO] [stderr] checking whether alphasort is declared without a macro... yes
[INFO] [stderr] checking whether closedir is declared without a macro... yes
[INFO] [stderr] checking whether dirfd is declared without a macro... yes
[INFO] [stderr] checking whether fdopendir is declared without a macro... yes
[INFO] [stderr] checking whether opendir is declared without a macro... yes
[INFO] [stderr] checking whether readdir is declared without a macro... yes
[INFO] [stderr] checking whether rewinddir is declared without a macro... yes
[INFO] [stderr] checking whether scandir is declared without a macro... yes
[INFO] [stderr] checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking for GNU libc compatible malloc... (cached) yes
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking for GNU libc compatible realloc... yes
[INFO] [stderr] checking whether setenv validates arguments... yes
[INFO] [stderr] checking for ssize_t... yes
[INFO] [stderr] checking for max_align_t... yes
[INFO] [stderr] checking whether NULL can be used in arbitrary expressions... yes
[INFO] [stderr] checking whether _Exit is declared without a macro... yes
[INFO] [stderr] checking whether atoll is declared without a macro... yes
[INFO] [stderr] checking whether canonicalize_file_name is declared without a macro... yes
[INFO] [stderr] checking whether getloadavg is declared without a macro... yes
[INFO] [stderr] checking whether getsubopt is declared without a macro... yes
[INFO] [stderr] checking whether grantpt is declared without a macro... yes
[INFO] [stderr] checking whether initstate is declared without a macro... yes
[INFO] [stderr] checking whether initstate_r is declared without a macro... yes
[INFO] [stderr] checking whether mkdtemp is declared without a macro... yes
[INFO] [stderr] checking whether mkostemp is declared without a macro... yes
[INFO] [stderr] checking whether mkostemps is declared without a macro... yes
[INFO] [stderr] checking whether mkstemp is declared without a macro... yes
[INFO] [stderr] checking whether mkstemps is declared without a macro... yes
[INFO] [stderr] checking whether posix_openpt is declared without a macro... yes
[INFO] [stderr] checking whether ptsname is declared without a macro... yes
[INFO] [stderr] checking whether ptsname_r is declared without a macro... yes
[INFO] [stderr] checking whether qsort_r is declared without a macro... yes
[INFO] [stderr] checking whether random is declared without a macro... yes
[INFO] [stderr] checking whether random_r is declared without a macro... yes
[INFO] [stderr] checking whether reallocarray is declared without a macro... yes
[INFO] [stderr] checking whether realpath is declared without a macro... yes
[INFO] [stderr] checking whether rpmatch is declared without a macro... yes
[INFO] [stderr] checking whether secure_getenv is declared without a macro... yes
[INFO] [stderr] checking whether setenv is declared without a macro... yes
[INFO] [stderr] checking whether setstate is declared without a macro... yes
[INFO] [stderr] checking whether setstate_r is declared without a macro... yes
[INFO] [stderr] checking whether srandom is declared without a macro... yes
[INFO] [stderr] checking whether srandom_r is declared without a macro... yes
[INFO] [stderr] checking whether strtod is declared without a macro... yes
[INFO] [stderr] checking whether strtoll is declared without a macro... yes
[INFO] [stderr] checking whether strtoull is declared without a macro... yes
[INFO] [stderr] checking whether unlockpt is declared without a macro... yes
[INFO] [stderr] checking whether unsetenv is declared without a macro... yes
[INFO] [stderr] checking for working strndup... yes
[INFO] [stderr] checking for working strnlen... yes
[INFO] [stderr] checking whether chdir is declared without a macro... yes
[INFO] [stderr] checking whether chown is declared without a macro... yes
[INFO] [stderr] checking whether dup is declared without a macro... yes
[INFO] [stderr] checking whether dup2 is declared without a macro... yes
[INFO] [stderr] checking whether dup3 is declared without a macro... yes
[INFO] [stderr] checking whether environ is declared without a macro... yes
[INFO] [stderr] checking whether euidaccess is declared without a macro... yes
[INFO] [stderr] checking whether faccessat is declared without a macro... yes
[INFO] [stderr] checking whether fchdir is declared without a macro... yes
[INFO] [stderr] checking whether fchownat is declared without a macro... yes
[INFO] [stderr] checking whether fdatasync is declared without a macro... yes
[INFO] [stderr] checking whether fsync is declared without a macro... yes
[INFO] [stderr] checking whether ftruncate is declared without a macro... yes
[INFO] [stderr] checking whether getcwd is declared without a macro... yes
[INFO] [stderr] checking whether getdomainname is declared without a macro... yes
[INFO] [stderr] checking whether getdtablesize is declared without a macro... yes
[INFO] [stderr] checking whether getgroups is declared without a macro... yes
[INFO] [stderr] checking whether gethostname is declared without a macro... yes
[INFO] [stderr] checking whether getlogin is declared without a macro... yes
[INFO] [stderr] checking whether getlogin_r is declared without a macro... yes
[INFO] [stderr] checking whether getpagesize is declared without a macro... yes
[INFO] [stderr] checking whether getusershell is declared without a macro... yes
[INFO] [stderr] checking whether setusershell is declared without a macro... yes
[INFO] [stderr] checking whether endusershell is declared without a macro... yes
[INFO] [stderr] checking whether group_member is declared without a macro... yes
[INFO] [stderr] checking whether isatty is declared without a macro... yes
[INFO] [stderr] checking whether lchown is declared without a macro... yes
[INFO] [stderr] checking whether link is declared without a macro... yes
[INFO] [stderr] checking whether linkat is declared without a macro... yes
[INFO] [stderr] checking whether lseek is declared without a macro... yes
[INFO] [stderr] checking whether pipe is declared without a macro... yes
[INFO] [stderr] checking whether pipe2 is declared without a macro... yes
[INFO] [stderr] checking whether pread is declared without a macro... yes
[INFO] [stderr] checking whether pwrite is declared without a macro... yes
[INFO] [stderr] checking whether readlink is declared without a macro... yes
[INFO] [stderr] checking whether readlinkat is declared without a macro... yes
[INFO] [stderr] checking whether rmdir is declared without a macro... yes
[INFO] [stderr] checking whether sethostname is declared without a macro... yes
[INFO] [stderr] checking whether sleep is declared without a macro... yes
[INFO] [stderr] checking whether symlink is declared without a macro... yes
[INFO] [stderr] checking whether symlinkat is declared without a macro... yes
[INFO] [stderr] checking whether truncate is declared without a macro... yes
[INFO] [stderr] checking whether ttyname_r is declared without a macro... yes
[INFO] [stderr] checking whether unlink is declared without a macro... yes
[INFO] [stderr] checking whether unlinkat is declared without a macro... yes
[INFO] [stderr] checking whether usleep is declared without a macro... yes
[INFO] [stderr] checking whether // is distinct from /... no
[INFO] [stderr] checking for complete errno.h... yes
[INFO] [stderr] checking whether strerror_r is declared... (cached) yes
[INFO] [stderr] checking for strerror_r... yes
[INFO] [stderr] checking whether strerror_r returns char *... yes
[INFO] [stderr] checking for getopt.h... (cached) yes
[INFO] [stderr] checking for getopt_long_only... yes
[INFO] [stderr] checking whether getopt is POSIX compatible... yes
[INFO] [stderr] checking for working GNU getopt function... yes
[INFO] [stderr] checking for working GNU getopt_long function... yes
[INFO] [stderr] checking for inline... inline
[INFO] [stderr] checking for stdbool.h that conforms to C99... yes
[INFO] [stderr] checking for _Bool... yes
[INFO] [stderr] checking whether strerror(0) succeeds... yes
[INFO] [stderr] checking whether // is distinct from /... (cached) no
[INFO] [stderr] checking for error_at_line... yes
[INFO] [stderr] checking whether program_invocation_name is declared... yes
[INFO] [stderr] checking whether program_invocation_short_name is declared... yes
[INFO] [stderr] checking whether __argv is declared... no
[INFO] [stderr] checking whether the compiler generally respects inline... yes
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking for GNU libc compatible malloc... (cached) yes
[INFO] [stderr] checking whether program_invocation_name is declared... (cached) yes
[INFO] [stderr] checking whether program_invocation_short_name is declared... (cached) yes
[INFO] [stderr] checking for ssize_t... (cached) yes
[INFO] [stderr] checking for va_copy... yes
[INFO] [stderr] checking for max_align_t... (cached) yes
[INFO] [stderr] checking whether NULL can be used in arbitrary expressions... (cached) yes
[INFO] [stderr] checking which flavor of printf attribute matches inttypes macros... system
[INFO] [stderr] checking whether dprintf is declared without a macro... yes
[INFO] [stderr] checking whether fpurge is declared without a macro... no
[INFO] [stderr] checking whether fseeko is declared without a macro... yes
[INFO] [stderr] checking whether ftello is declared without a macro... yes
[INFO] [stderr] checking whether getdelim is declared without a macro... yes
[INFO] [stderr] checking whether getline is declared without a macro... yes
[INFO] [stderr] checking whether gets is declared without a macro... no
[INFO] [stderr] checking whether pclose is declared without a macro... yes
[INFO] [stderr] checking whether popen is declared without a macro... yes
[INFO] [stderr] checking whether renameat is declared without a macro... yes
[INFO] [stderr] checking whether snprintf is declared without a macro... yes
[INFO] [stderr] checking whether tmpfile is declared without a macro... yes
[INFO] [stderr] checking whether vdprintf is declared without a macro... yes
[INFO] [stderr] checking whether vsnprintf is declared without a macro... yes
[INFO] [stderr] checking whether _Exit is declared without a macro... (cached) yes
[INFO] [stderr] checking whether atoll is declared without a macro... (cached) yes
[INFO] [stderr] checking whether canonicalize_file_name is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getloadavg is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getsubopt is declared without a macro... (cached) yes
[INFO] [stderr] checking whether grantpt is declared without a macro... (cached) yes
[INFO] [stderr] checking whether initstate is declared without a macro... (cached) yes
[INFO] [stderr] checking whether initstate_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether mkdtemp is declared without a macro... (cached) yes
[INFO] [stderr] checking whether mkostemp is declared without a macro... (cached) yes
[INFO] [stderr] checking whether mkostemps is declared without a macro... (cached) yes
[INFO] [stderr] checking whether mkstemp is declared without a macro... (cached) yes
[INFO] [stderr] checking whether mkstemps is declared without a macro... (cached) yes
[INFO] [stderr] checking whether posix_openpt is declared without a macro... (cached) yes
[INFO] [stderr] checking whether ptsname is declared without a macro... (cached) yes
[INFO] [stderr] checking whether ptsname_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether qsort_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether random is declared without a macro... (cached) yes
[INFO] [stderr] checking whether random_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether reallocarray is declared without a macro... (cached) yes
[INFO] [stderr] checking whether realpath is declared without a macro... (cached) yes
[INFO] [stderr] checking whether rpmatch is declared without a macro... (cached) yes
[INFO] [stderr] checking whether secure_getenv is declared without a macro... (cached) yes
[INFO] [stderr] checking whether setenv is declared without a macro... (cached) yes
[INFO] [stderr] checking whether setstate is declared without a macro... (cached) yes
[INFO] [stderr] checking whether setstate_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether srandom is declared without a macro... (cached) yes
[INFO] [stderr] checking whether srandom_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether strtod is declared without a macro... (cached) yes
[INFO] [stderr] checking whether strtoll is declared without a macro... (cached) yes
[INFO] [stderr] checking whether strtoull is declared without a macro... (cached) yes
[INFO] [stderr] checking whether unlockpt is declared without a macro... (cached) yes
[INFO] [stderr] checking whether unsetenv is declared without a macro... (cached) yes
[INFO] [stderr] checking for working strerror function... yes
[INFO] [stderr] checking for working strndup... (cached) yes
[INFO] [stderr] checking for working strnlen... (cached) yes
[INFO] [stderr] checking whether chdir is declared without a macro... (cached) yes
[INFO] [stderr] checking whether chown is declared without a macro... (cached) yes
[INFO] [stderr] checking whether dup is declared without a macro... (cached) yes
[INFO] [stderr] checking whether dup2 is declared without a macro... (cached) yes
[INFO] [stderr] checking whether dup3 is declared without a macro... (cached) yes
[INFO] [stderr] checking whether environ is declared without a macro... (cached) yes
[INFO] [stderr] checking whether euidaccess is declared without a macro... (cached) yes
[INFO] [stderr] checking whether faccessat is declared without a macro... (cached) yes
[INFO] [stderr] checking whether fchdir is declared without a macro... (cached) yes
[INFO] [stderr] checking whether fchownat is declared without a macro... (cached) yes
[INFO] [stderr] checking whether fdatasync is declared without a macro... (cached) yes
[INFO] [stderr] checking whether fsync is declared without a macro... (cached) yes
[INFO] [stderr] checking whether ftruncate is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getcwd is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getdomainname is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getdtablesize is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getgroups is declared without a macro... (cached) yes
[INFO] [stderr] checking whether gethostname is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getlogin is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getlogin_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getpagesize is declared without a macro... (cached) yes
[INFO] [stderr] checking whether getusershell is declared without a macro... (cached) yes
[INFO] [stderr] checking whether setusershell is declared without a macro... (cached) yes
[INFO] [stderr] checking whether endusershell is declared without a macro... (cached) yes
[INFO] [stderr] checking whether group_member is declared without a macro... (cached) yes
[INFO] [stderr] checking whether isatty is declared without a macro... (cached) yes
[INFO] [stderr] checking whether lchown is declared without a macro... (cached) yes
[INFO] [stderr] checking whether link is declared without a macro... (cached) yes
[INFO] [stderr] checking whether linkat is declared without a macro... (cached) yes
[INFO] [stderr] checking whether lseek is declared without a macro... (cached) yes
[INFO] [stderr] checking whether pipe is declared without a macro... (cached) yes
[INFO] [stderr] checking whether pipe2 is declared without a macro... (cached) yes
[INFO] [stderr] checking whether pread is declared without a macro... (cached) yes
[INFO] [stderr] checking whether pwrite is declared without a macro... (cached) yes
[INFO] [stderr] checking whether readlink is declared without a macro... (cached) yes
[INFO] [stderr] checking whether readlinkat is declared without a macro... (cached) yes
[INFO] [stderr] checking whether rmdir is declared without a macro... (cached) yes
[INFO] [stderr] checking whether sethostname is declared without a macro... (cached) yes
[INFO] [stderr] checking whether sleep is declared without a macro... (cached) yes
[INFO] [stderr] checking whether symlink is declared without a macro... (cached) yes
[INFO] [stderr] checking whether symlinkat is declared without a macro... (cached) yes
[INFO] [stderr] checking whether truncate is declared without a macro... (cached) yes
[INFO] [stderr] checking whether ttyname_r is declared without a macro... (cached) yes
[INFO] [stderr] checking whether unlink is declared without a macro... (cached) yes
[INFO] [stderr] checking whether unlinkat is declared without a macro... (cached) yes
[INFO] [stderr] checking whether usleep is declared without a macro... (cached) yes
[INFO] [stderr] checking whether ln -s works... yes
[INFO] [stderr] checking whether make sets $(MAKE)... (cached) yes
[INFO] [stderr] checking the archiver (ar) interface... (cached) ar
[INFO] [stderr] checking for yaml_parser_initialize in -lyaml... no
[INFO] [stderr] checking for ANSI C header files... (cached) yes
[INFO] [stderr] checking stddef.h usability... yes
[INFO] [stderr] checking stddef.h presence... yes
[INFO] [stderr] checking for stddef.h... yes
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking for string.h... (cached) yes
[INFO] [stderr] checking for an ANSI C-conforming const... yes
[INFO] [stderr] checking for working memcmp... yes
[INFO] [stderr] checking for vprintf... yes
[INFO] [stderr] checking for _doprnt... no
[INFO] [stderr] checking for memset... yes
[INFO] [stderr] checking for library containing strerror... none required
[INFO] [stderr] checking for ANSI C header files... (cached) yes
[INFO] [stderr] checking how to print strings... printf
[INFO] [stderr] checking for a sed that does not truncate output... /bin/sed
[INFO] [stderr] checking for fgrep... /bin/grep -F
[INFO] [stderr] checking for ld used by gcc... /usr/bin/ld
[INFO] [stderr] checking if the linker (/usr/bin/ld) is GNU ld... yes
[INFO] [stderr] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[INFO] [stderr] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[INFO] [stderr] checking the maximum length of command line arguments... 1572864
[INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
[INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[INFO] [stderr] checking for /usr/bin/ld option to reload object files... -r
[INFO] [stderr] checking for objdump... objdump
[INFO] [stderr] checking how to recognize dependent libraries... pass_all
[INFO] [stderr] checking for dlltool... dlltool
[INFO] [stderr] checking how to associate runtime and link libraries... printf %s\n
[INFO] [stderr] checking for archiver @FILE support... @
[INFO] [stderr] checking for strip... strip
[INFO] [stderr] checking for ranlib... (cached) ranlib
[INFO] [stderr] checking command to parse /usr/bin/nm -B output from gcc object... ok
[INFO] [stderr] checking for sysroot... no
[INFO] [stderr] checking for a working dd... /bin/dd
[INFO] [stderr] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[INFO] [stderr] checking for mt... no
[INFO] [stderr] checking if : is a manifest tool... no
[INFO] [stderr] checking for dlfcn.h... yes
[INFO] [stderr] checking for objdir... .libs
[INFO] [stderr] checking if gcc supports -fno-rtti -fno-exceptions... no
[INFO] [stderr] checking for gcc option to produce PIC... -fPIC -DPIC
[INFO] [stderr] checking if gcc PIC flag -fPIC -DPIC works... yes
[INFO] [stderr] checking if gcc static flag -static works... yes
[INFO] [stderr] checking if gcc supports -c -o file.o... yes
[INFO] [stderr] checking if gcc supports -c -o file.o... (cached) yes
[INFO] [stderr] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[INFO] [stderr] checking dynamic linker characteristics... GNU/Linux ld.so
[INFO] [stderr] checking how to hardcode library paths into programs... immediate
[INFO] [stderr] checking whether stripping libraries is possible... yes
[INFO] [stderr] checking if libtool supports shared libraries... yes
[INFO] [stderr] checking whether to build shared libraries... no
[INFO] [stderr] checking whether to build static libraries... yes
[INFO] [stderr] checking whether -Wno-missing-field-initializers is supported... yes
[INFO] [stderr] checking whether -Wno-missing-field-initializers is needed... no
[INFO] [stderr] checking whether -Wuninitialized is supported... yes
[INFO] [stderr] checking max safe object size... 9223372036854775807
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... no
[INFO] [stderr] checking whether C compiler handles -fno-common... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -W... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wabi... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Waddress... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Waggressive-loop-optimizations... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wall... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wattribute-alias... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wattributes... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wbad-function-cast... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wbool-compare... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wbool-operation... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wbuiltin-declaration-mismatch... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wbuiltin-macro-redefined... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcast-align... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcast-align=strict... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcast-function-type... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wchar-subscripts... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wchkp... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wclobbered... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcomment... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcomments... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcoverage-mismatch... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wcpp... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdangling-else... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdate-time... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdeprecated... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdeprecated-declarations... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdesignated-init... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdisabled-optimization... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdiscarded-array-qualifiers... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdiscarded-qualifiers... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdiv-by-zero... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wdouble-promotion... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wduplicated-branches... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wduplicated-cond... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wduplicate-decl-specifier... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wempty-body... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wendif-labels... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wenum-compare... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wexpansion-to-defined... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wextra... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-contains-nul... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-extra-args... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-nonliteral... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-security... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-signedness... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-y2k... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-zero-length... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wframe-address... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wfree-nonheap-object... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Whsa... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wif-not-aligned... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wignored-attributes... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wignored-qualifiers... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wimplicit... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wimplicit-function-declaration... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wimplicit-int... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wincompatible-pointer-types... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Winit-self... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Winline... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wint-conversion... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wint-in-bool-context... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wint-to-pointer-cast... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Winvalid-memory-model... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Winvalid-pch... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wjump-misses-init... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wlogical-not-parentheses... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wlogical-op... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmain... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmaybe-uninitialized... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmemset-elt-size... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmemset-transposed-args... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmisleading-indentation... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-attributes... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-braces... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-declarations... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-field-initializers... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-include-dirs... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-parameter-type... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmissing-prototypes... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmultichar... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wmultistatement-macros... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wnarrowing... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wnested-externs... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wnonnull... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wnonnull-compare... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wnull-dereference... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wodr... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wold-style-declaration... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wold-style-definition... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wopenmp-simd... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Woverflow... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Woverlength-strings... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Woverride-init... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpacked... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpacked-bitfield-compat... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpacked-not-aligned... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wparentheses... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpointer-arith... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpointer-compare... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpointer-sign... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpointer-to-int-cast... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpragmas... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wpsabi... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wrestrict... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wreturn-local-addr... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wreturn-type... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wscalar-storage-order... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsequence-point... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wshadow... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wshift-count-negative... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wshift-count-overflow... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wshift-negative-value... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsizeof-array-argument... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsizeof-pointer-div... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wstack-protector... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wstrict-aliasing... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wstrict-overflow... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wstrict-prototypes... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wstringop-truncation... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsuggest-attribute=cold... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsuggest-attribute=malloc... no
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsuggest-final-methods... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsuggest-final-types... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wswitch... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wswitch-bool... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wswitch-default... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wswitch-unreachable... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wsync-nand... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wtautological-compare... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wtrampolines... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wtrigraphs... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wtype-limits... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wuninitialized... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunknown-pragmas... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunsafe-loop-optimizations... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-but-set-parameter... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-but-set-variable... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-function... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-label... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-local-typedefs... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-macros... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-parameter... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-result... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-value... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-variable... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wvarargs... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wvariadic-macros... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wvector-operation-performance... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wvla... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wvolatile-register-var... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wwrite-strings... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Warray-bounds=2... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-overflow=2... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wformat-truncation=2... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wimplicit-fallthrough=5... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wnormalized=nfc... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wshift-overflow=2... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wstringop-overflow=2... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wunused-const-variable=2... yes
[INFO] [stderr] checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) no
[INFO] [stderr] checking whether C compiler handles -Wvla-larger-than=4031... yes
[INFO] [stderr] checking for clang-format... no
[INFO] [stderr] checking for help2man... no
[INFO] [stderr] checking for a sed that does not truncate output... (cached) /bin/sed
[INFO] [stderr] checking for makeinfo... yes
[INFO] [stderr] checking for makeinfo version >= 5... yes
[INFO] [stderr] checking for pkg-config... /usr/bin/pkg-config
[INFO] [stderr] checking whether 4 byte-wide characters should be supported... yes
[INFO] [stderr] checking that generated files are newer than configure... done
[INFO] [stderr] configure: creating ./config.status
[INFO] [stderr] config.status: creating Makefile
[INFO] [stderr] config.status: creating doc/Makefile
[INFO] [stderr] config.status: creating man/Makefile
[INFO] [stderr] config.status: creating liblouis/Makefile
[INFO] [stderr] config.status: creating liblouis/liblouis.h
[INFO] [stderr] config.status: creating windows/Makefile
[INFO] [stderr] config.status: creating windows/include/Makefile
[INFO] [stderr] config.status: creating windows/utils/Makefile
[INFO] [stderr] config.status: creating tables/Makefile
[INFO] [stderr] config.status: creating liblouis.pc
[INFO] [stderr] config.status: creating python/Makefile
[INFO] [stderr] config.status: creating python/setup.py
[INFO] [stderr] config.status: creating python/louis/Makefile
[INFO] [stderr] config.status: creating tools/Makefile
[INFO] [stderr] config.status: creating tools/gnulib/Makefile
[INFO] [stderr] config.status: creating tools/lou_maketable.d/Makefile
[INFO] [stderr] config.status: creating tools/lou_maketable.d/lou_maketable
[INFO] [stderr] config.status: creating gnulib/Makefile
[INFO] [stderr] config.status: creating liblouis/config.h
[INFO] [stderr] config.status: executing depfiles commands
[INFO] [stderr] config.status: executing libtool commands
[INFO] [stderr] running: "make" "install"
[INFO] [stderr] CDPATH="${ZSH_VERSION+.}:" && cd /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/liblouis-3.7.0 && /bin/bash /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/liblouis-3.7.0/build-aux/missing aclocal-1.16 -I m4 -I gnulib/m4 -I tools/gnulib/m4
[INFO] [stderr] Makefile:971: recipe for target '/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/liblouis-3.7.0/aclocal.m4' failed
[INFO] [stderr] 
[INFO] [stderr] --- stderr
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/liblouis-3.7.0/build-aux/missing: line 81: aclocal-1.16: command not found
[INFO] [stderr] WARNING: 'aclocal-1.16' is missing on your system.
[INFO] [stderr]          You should only need it if you modified 'acinclude.m4' or
[INFO] [stderr]          'configure.ac' or m4 files included by 'configure.ac'.
[INFO] [stderr]          The 'aclocal' program is part of the GNU Automake package:
[INFO] [stderr]          <http://www.gnu.org/software/automake>
[INFO] [stderr]          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
[INFO] [stderr]          <http://www.gnu.org/software/autoconf>
[INFO] [stderr]          <http://www.gnu.org/software/m4/>
[INFO] [stderr]          <http://www.perl.org/>
[INFO] [stderr] make: *** [/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/liblouis-3.7.0/aclocal.m4] Error 127
[INFO] [stderr] thread 'main' panicked at '
[INFO] [stderr] command did not execute successfully, got: exit code: 2
[INFO] [stderr] 
[INFO] [stderr] build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/autotools-0.1.4/src/lib.rs:447:5
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5612148525d4 - backtrace::backtrace::libunwind::trace::h9e598fcb10d5c4f5
[INFO] [stderr]                                at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86
[INFO] [stderr]    1:     0x5612148525d4 - backtrace::backtrace::trace_unsynchronized::hbfbd58fbb4a2603e
[INFO] [stderr]                                at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66
[INFO] [stderr]    2:     0x5612148525d4 - std::sys_common::backtrace::_print_fmt::hacb596a8013761df
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:78
[INFO] [stderr]    3:     0x5612148525d4 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::ha1ba73c9085723eb
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:59
[INFO] [stderr]    4:     0x56121487d6dc - core::fmt::write::hb4ac1e8a8c800611
[INFO] [stderr]                                at src/libcore/fmt/mod.rs:1069
[INFO] [stderr]    5:     0x56121484e7f3 - std::io::Write::write_fmt::ha413e6029f4d499f
[INFO] [stderr]                                at src/libstd/io/mod.rs:1504
[INFO] [stderr]    6:     0x561214854eb5 - std::sys_common::backtrace::_print::h5afa8b3832cd03b8
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:62
[INFO] [stderr]    7:     0x561214854eb5 - std::sys_common::backtrace::print::h49229e3486b70f83
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:49
[INFO] [stderr]    8:     0x561214854eb5 - std::panicking::default_hook::{{closure}}::hcfefd5f4943f3aa9
[INFO] [stderr]                                at src/libstd/panicking.rs:198
[INFO] [stderr]    9:     0x561214854bf2 - std::panicking::default_hook::h4c2b6d8d034c53de
[INFO] [stderr]                                at src/libstd/panicking.rs:218
[INFO] [stderr]   10:     0x561214855512 - std::panicking::rust_panic_with_hook::hf8cee70c0118d2cc
[INFO] [stderr]                                at src/libstd/panicking.rs:511
[INFO] [stderr]   11:     0x5612148550fb - rust_begin_unwind
[INFO] [stderr]                                at src/libstd/panicking.rs:419
[INFO] [stderr]   12:     0x56121485506b - std::panicking::begin_panic_fmt::h58dd034954c7216c
[INFO] [stderr]                                at src/libstd/panicking.rs:373
[INFO] [stderr]   13:     0x5612147f4b47 - autotools::fail::h4167705d51cbcb04
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/autotools-0.1.4/src/lib.rs:447
[INFO] [stderr]   14:     0x5612147f47dc - autotools::run::hb9c19504bf25652c
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/autotools-0.1.4/src/lib.rs:435
[INFO] [stderr]   15:     0x5612147f3ad6 - autotools::Config::build::h819e0e1011341d1e
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/autotools-0.1.4/src/lib.rs:411
[INFO] [stderr]   16:     0x561214217dfa - build_script_build::main::h808ce58dba63d380
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/louis-sys-0.6.1/build.rs:27
[INFO] [stderr]   17:     0x56121421888b - std::rt::lang_start::{{closure}}::ha8a7e3bcf110ed05
[INFO] [stderr]                                at /rustc/209b2be09fcaff937480d1fbbe8b31646e361c7a/src/libstd/rt.rs:67
[INFO] [stderr]   18:     0x561214855958 - std::rt::lang_start_internal::{{closure}}::h4c4631d379953dd0
[INFO] [stderr]                                at src/libstd/rt.rs:52
[INFO] [stderr]   19:     0x561214855958 - std::panicking::try::do_call::hc26b3db2421dedbb
[INFO] [stderr]                                at src/libstd/panicking.rs:331
[INFO] [stderr]   20:     0x561214855958 - std::panicking::try::h4da6835c8705b8a7
[INFO] [stderr]                                at src/libstd/panicking.rs:274
[INFO] [stderr]   21:     0x561214855958 - std::panic::catch_unwind::h02aff520273fa6b1
[INFO] [stderr]                                at src/libstd/panic.rs:394
[INFO] [stderr]   22:     0x561214855958 - std::rt::lang_start_internal::he0572ca212cb5ef4
[INFO] [stderr]                                at src/libstd/rt.rs:51
[INFO] [stderr]   23:     0x561214218867 - std::rt::lang_start::h3b12144a47382613
[INFO] [stderr]                                at /rustc/209b2be09fcaff937480d1fbbe8b31646e361c7a/src/libstd/rt.rs:67
[INFO] [stderr]   24:     0x56121421881a - main
[INFO] [stderr]   25:     0x7fde2455db97 - __libc_start_main
[INFO] [stderr]   26:     0x56121421658a - _start
[INFO] [stderr]   27:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] running `"docker" "inspect" "4d1ac9ad3804826ea080d67f514da6de066d13a53a1d40239f94274190bb7695"`
[INFO] running `"docker" "rm" "-f" "4d1ac9ad3804826ea080d67f514da6de066d13a53a1d40239f94274190bb7695"`
[INFO] [stdout] 4d1ac9ad3804826ea080d67f514da6de066d13a53a1d40239f94274190bb7695
