[INFO] cloning repository https://github.com/mwmsh/mash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mwmsh/mash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwmsh%2Fmash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwmsh%2Fmash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 209ec32f3bdc8c675562211f69fc02fa6d43725b
[INFO] checking mwmsh/mash against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwmsh%2Fmash" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mwmsh/mash
[INFO] finished tweaking git repo https://github.com/mwmsh/mash
[INFO] tweaked toml for git repo https://github.com/mwmsh/mash written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mwmsh/mash on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mwmsh/mash already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a
[INFO] running `Command { std: "docker" "start" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling mash v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `mash v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/mash/00630b836c699370/out/build_script_build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   checking build system type... x86_64-pc-linux-gnu
[INFO] [stderr]   checking host system type... x86_64-pc-linux-gnu
[INFO] [stderr] 
[INFO] [stderr]   Beginning configuration for bash-5.3-release for x86_64-pc-linux-gnu
[INFO] [stderr] 
[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 the compiler supports GNU C... yes
[INFO] [stderr]   checking whether gcc accepts -g... yes
[INFO] [stderr]   checking for gcc option to enable C11 features... none needed
[INFO] [stderr]   checking for stdio.h... yes
[INFO] [stderr]   checking for stdlib.h... yes
[INFO] [stderr]   checking for string.h... yes
[INFO] [stderr]   checking for inttypes.h... yes
[INFO] [stderr]   checking for stdint.h... yes
[INFO] [stderr]   checking for strings.h... yes
[INFO] [stderr]   checking for sys/stat.h... yes
[INFO] [stderr]   checking for sys/types.h... yes
[INFO] [stderr]   checking for unistd.h... yes
[INFO] [stderr]   checking for wchar.h... yes
[INFO] [stderr]   checking for minix/config.h... no
[INFO] [stderr]   checking for stdbool.h... yes
[INFO] [stderr]   checking for sys/param.h... yes
[INFO] [stderr]   checking for threads.h... yes
[INFO] [stderr]   checking for xlocale.h... no
[INFO] [stderr]   checking for sys/time.h... yes
[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 gcc option to enable large file support... none needed
[INFO] [stderr]   checking for a BSD-compatible install... /usr/bin/install -c
[INFO] [stderr]   checking for ar... ar
[INFO] [stderr]   checking for ranlib... ranlib
[INFO] [stderr]   checking for bison... bison -y
[INFO] [stderr]   checking whether make sets $(MAKE)... yes
[INFO] [stderr]   checking for strip... strip
[INFO] [stderr]   checking for an ANSI C-conforming const... yes
[INFO] [stderr]   checking for inline... inline
[INFO] [stderr]   checking whether byte ordering is bigendian... no
[INFO] [stderr]   checking for long double... yes
[INFO] [stderr]   checking whether char is unsigned... no
[INFO] [stderr]   checking for working volatile... yes
[INFO] [stderr]   checking for C/C++ restrict keyword... __restrict__
[INFO] [stderr]   checking for bool, true, false... yes
[INFO] [stderr]   checking for a race-free mkdir -p... /usr/bin/mkdir -p
[INFO] [stderr]   checking for a sed that does not truncate output... /usr/bin/sed
[INFO] [stderr]   checking whether NLS is requested... yes
[INFO] [stderr]   checking for msgfmt... /usr/bin/msgfmt
[INFO] [stderr]   checking for gmsgfmt... /usr/bin/msgfmt
[INFO] [stderr]   checking for xgettext... /usr/bin/xgettext
[INFO] [stderr]   checking for msgmerge... /usr/bin/msgmerge
[INFO] [stderr]   checking how to run the C preprocessor... gcc -E
[INFO] [stderr]   checking for egrep -e... /usr/bin/grep -E
[INFO] [stderr]   checking whether we are using the GNU C Library 2 or newer... yes
[INFO] [stderr]   checking whether the -Werror option is usable... yes
[INFO] [stderr]   checking for simple visibility declarations... yes
[INFO] [stderr]   checking for size_t... yes
[INFO] [stderr]   checking for stdint.h... yes
[INFO] [stderr]   checking for working alloca.h... yes
[INFO] [stderr]   checking for alloca... yes
[INFO] [stderr]   checking for getpagesize... yes
[INFO] [stderr]   checking for symlink... yes
[INFO] [stderr]   checking for uselocale... yes
[INFO] [stderr]   checking for vprintf... yes
[INFO] [stderr]   checking for alarm... yes
[INFO] [stderr]   checking for fpurge... no
[INFO] [stderr]   checking for __fpurge... yes
[INFO] [stderr]   checking for snprintf... yes
[INFO] [stderr]   checking for vsnprintf... yes
[INFO] [stderr]   checking for working mmap... yes
[INFO] [stderr]   checking whether integer division by zero raises SIGFPE... yes
[INFO] [stderr]   checking for inttypes.h... yes
[INFO] [stderr]   checking for unsigned long long int... yes
[INFO] [stderr]   checking whether imported symbols can be declared weak... yes
[INFO] [stderr]   checking for pthread.h... yes
[INFO] [stderr]   checking for pthread_kill in -lpthread... yes
[INFO] [stderr]   checking whether POSIX threads API is available... yes
[INFO] [stderr]   checking for multithread API to use... posix
[INFO] [stderr]   checking for pthread_rwlock_t... yes
[INFO] [stderr]   checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
[INFO] [stderr]   checking for gcc options needed to detect all undeclared functions... none needed
[INFO] [stderr]   checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
[INFO] [stderr]   checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
[INFO] [stderr]   checking for shared library run path origin... done
[INFO] [stderr]   checking 32-bit host C ABI... no
[INFO] [stderr]   checking for ELF binary format... yes
[INFO] [stderr]   checking for the common suffixes of directories in the library search path... lib,lib,lib64
[INFO] [stderr]   checking for iconv... yes
[INFO] [stderr]   checking for working iconv... yes
[INFO] [stderr]   checking whether iconv is compatible with its POSIX signature... yes
[INFO] [stderr]   checking for inttypes.h... (cached) yes
[INFO] [stderr]   checking for unistd.h... (cached) yes
[INFO] [stderr]   checking for sys/param.h... (cached) yes
[INFO] [stderr]   checking for getcwd... yes
[INFO] [stderr]   checking for getegid... yes
[INFO] [stderr]   checking for geteuid... yes
[INFO] [stderr]   checking for getgid... yes
[INFO] [stderr]   checking for getuid... yes
[INFO] [stderr]   checking for mempcpy... yes
[INFO] [stderr]   checking for munmap... yes
[INFO] [stderr]   checking for stpcpy... yes
[INFO] [stderr]   checking for strcasecmp... yes
[INFO] [stderr]   checking for tsearch... yes
[INFO] [stderr]   checking for __fsetlocking... yes
[INFO] [stderr]   checking whether feof_unlocked is declared... yes
[INFO] [stderr]   checking whether fgets_unlocked is declared... yes
[INFO] [stderr]   checking for localeconv... yes
[INFO] [stderr]   checking for bison... bison
[INFO] [stderr]   checking for bison 3.0 or newer... 3.8.2, ok
[INFO] [stderr]   checking for long long int... yes
[INFO] [stderr]   checking for wchar_t... yes
[INFO] [stderr]   checking for wint_t... yes
[INFO] [stderr]   checking whether wint_t is large enough... yes
[INFO] [stderr]   checking for intmax_t... yes
[INFO] [stderr]   checking whether printf() supports POSIX/XSI format strings... yes
[INFO] [stderr]   checking for stdint.h... (cached) yes
[INFO] [stderr]   checking for SIZE_MAX... yes
[INFO] [stderr]   checking for stdint.h... (cached) yes
[INFO] [stderr]   checking for working fcntl.h... no
[INFO] [stderr]   checking whether uselocale works... yes
[INFO] [stderr]   checking for fake locale system (OpenBSD)... no
[INFO] [stderr]   checking for Solaris 11.4 locale system... no
[INFO] [stderr]   checking for getlocalename_l... no
[INFO] [stderr]   checking for CFPreferencesCopyAppValue... no
[INFO] [stderr]   checking for CFLocaleCopyPreferredLanguages... no
[INFO] [stderr]   checking for flexible array member... yes
[INFO] [stderr]   checking for ar... (cached) ar
[INFO] [stderr]   checking for ptrdiff_t... yes
[INFO] [stderr]   checking for features.h... 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 asprintf... yes
[INFO] [stderr]   checking for wprintf... yes
[INFO] [stderr]   checking for newlocale... yes
[INFO] [stderr]   checking for putenv... yes
[INFO] [stderr]   checking for setenv... yes
[INFO] [stderr]   checking for snprintf... (cached) yes
[INFO] [stderr]   checking for strnlen... yes
[INFO] [stderr]   checking for uselocale... (cached) yes
[INFO] [stderr]   checking for wcslen... yes
[INFO] [stderr]   checking for wcsnlen... yes
[INFO] [stderr]   checking for mbrtowc... yes
[INFO] [stderr]   checking for wcrtomb... yes
[INFO] [stderr]   checking whether _snprintf is declared... no
[INFO] [stderr]   checking whether _snwprintf is declared... no
[INFO] [stderr]   checking whether getc_unlocked is declared... yes
[INFO] [stderr]   checking for nl_langinfo and CODESET... yes
[INFO] [stderr]   checking for LC_MESSAGES... yes
[INFO] [stderr]   checking for CFPreferencesCopyAppValue... (cached) no
[INFO] [stderr]   checking for CFLocaleCopyPreferredLanguages... (cached) no
[INFO] [stderr]   checking whether included gettext is requested... no
[INFO] [stderr]   checking for GNU gettext in libc... yes
[INFO] [stderr]   checking whether to use NLS... yes
[INFO] [stderr]   checking where the gettext function comes from... libc
[INFO] [stderr]   checking for dirent.h that defines DIR... yes
[INFO] [stderr]   checking for library containing opendir... none required
[INFO] [stderr]   checking for sys/mkdev.h... no
[INFO] [stderr]   checking for sys/sysmacros.h... yes
[INFO] [stderr]   checking for inttypes.h... (cached) yes
[INFO] [stderr]   checking for unistd.h... (cached) yes
[INFO] [stderr]   checking for stdlib.h... (cached) yes
[INFO] [stderr]   checking for varargs.h... no
[INFO] [stderr]   checking for limits.h... yes
[INFO] [stderr]   checking for string.h... (cached) yes
[INFO] [stderr]   checking for memory.h... yes
[INFO] [stderr]   checking for locale.h... yes
[INFO] [stderr]   checking for termcap.h... yes
[INFO] [stderr]   checking for termio.h... no
[INFO] [stderr]   checking for termios.h... yes
[INFO] [stderr]   checking for dlfcn.h... yes
[INFO] [stderr]   checking for stddef.h... (cached) yes
[INFO] [stderr]   checking for stdint.h... (cached) yes
[INFO] [stderr]   checking for netdb.h... yes
[INFO] [stderr]   checking for pwd.h... yes
[INFO] [stderr]   checking for grp.h... yes
[INFO] [stderr]   checking for strings.h... (cached) yes
[INFO] [stderr]   checking for stdckdint.h... yes
[INFO] [stderr]   checking for regex.h... yes
[INFO] [stderr]   checking for syslog.h... yes
[INFO] [stderr]   checking for ulimit.h... yes
[INFO] [stderr]   checking for sys/pte.h... no
[INFO] [stderr]   checking for sys/stream.h... no
[INFO] [stderr]   checking for sys/select.h... yes
[INFO] [stderr]   checking for sys/file.h... yes
[INFO] [stderr]   checking for sys/ioctl.h... yes
[INFO] [stderr]   checking for sys/mman.h... yes
[INFO] [stderr]   checking for sys/param.h... (cached) yes
[INFO] [stderr]   checking for sys/random.h... yes
[INFO] [stderr]   checking for sys/socket.h... yes
[INFO] [stderr]   checking for sys/stat.h... (cached) yes
[INFO] [stderr]   checking for sys/time.h... (cached) yes
[INFO] [stderr]   checking for sys/times.h... yes
[INFO] [stderr]   checking for sys/types.h... (cached) yes
[INFO] [stderr]   checking for sys/wait.h... yes
[INFO] [stderr]   checking for netinet/in.h... yes
[INFO] [stderr]   checking for arpa/inet.h... yes
[INFO] [stderr]   checking for sys/ptem.h... no
[INFO] [stderr]   checking for sys/resource.h... yes
[INFO] [stderr]   checking for working alloca.h... (cached) yes
[INFO] [stderr]   checking for alloca... (cached) yes
[INFO] [stderr]   checking for uid_t... yes
[INFO] [stderr]   checking for gid_t... yes
[INFO] [stderr]   checking for working chown... yes
[INFO] [stderr]   checking whether getpgrp requires zero arguments... yes
[INFO] [stderr]   checking for working strcoll... yes
[INFO] [stderr]   checking for __setostype... no
[INFO] [stderr]   checking for wait3... yes
[INFO] [stderr]   checking for mkfifo... yes
[INFO] [stderr]   checking for dup2... yes
[INFO] [stderr]   checking for eaccess... yes
[INFO] [stderr]   checking for fcntl... yes
[INFO] [stderr]   checking for getdtablesize... yes
[INFO] [stderr]   checking for getentropy... yes
[INFO] [stderr]   checking for getgroups... yes
[INFO] [stderr]   checking for gethostname... yes
[INFO] [stderr]   checking for getpagesize... (cached) yes
[INFO] [stderr]   checking for getpeername... yes
[INFO] [stderr]   checking for getrandom... yes
[INFO] [stderr]   checking for getrlimit... yes
[INFO] [stderr]   checking for getrusage... yes
[INFO] [stderr]   checking for gettimeofday... yes
[INFO] [stderr]   checking for kill... yes
[INFO] [stderr]   checking for killpg... yes
[INFO] [stderr]   checking for lstat... yes
[INFO] [stderr]   checking for nanosleep... yes
[INFO] [stderr]   checking for pselect... yes
[INFO] [stderr]   checking for readlink... yes
[INFO] [stderr]   checking for select... yes
[INFO] [stderr]   checking for setdtablesize... no
[INFO] [stderr]   checking for setitimer... yes
[INFO] [stderr]   checking for statfs... yes
[INFO] [stderr]   checking for tcgetpgrp... yes
[INFO] [stderr]   checking for uname... yes
[INFO] [stderr]   checking for ulimit... yes
[INFO] [stderr]   checking for waitpid... yes
[INFO] [stderr]   checking for rename... yes
[INFO] [stderr]   checking for bcopy... yes
[INFO] [stderr]   checking for bzero... yes
[INFO] [stderr]   checking for clock_gettime... yes
[INFO] [stderr]   checking for confstr... yes
[INFO] [stderr]   checking for faccessat... yes
[INFO] [stderr]   checking for fnmatch... yes
[INFO] [stderr]   checking for getaddrinfo... yes
[INFO] [stderr]   checking for gethostbyname... yes
[INFO] [stderr]   checking for getservbyname... yes
[INFO] [stderr]   checking for getservent... yes
[INFO] [stderr]   checking for inet_aton... yes
[INFO] [stderr]   checking for imaxdiv... yes
[INFO] [stderr]   checking for memmove... yes
[INFO] [stderr]   checking for pathconf... yes
[INFO] [stderr]   checking for putenv... (cached) yes
[INFO] [stderr]   checking for raise... yes
[INFO] [stderr]   checking for random... yes
[INFO] [stderr]   checking for regcomp... yes
[INFO] [stderr]   checking for regexec... yes
[INFO] [stderr]   checking for setenv... (cached) yes
[INFO] [stderr]   checking for setlinebuf... yes
[INFO] [stderr]   checking for setlocale... yes
[INFO] [stderr]   checking for setvbuf... yes
[INFO] [stderr]   checking for siginterrupt... yes
[INFO] [stderr]   checking for strchr... yes
[INFO] [stderr]   checking for sysconf... yes
[INFO] [stderr]   checking for syslog... yes
[INFO] [stderr]   checking for tcgetattr... yes
[INFO] [stderr]   checking for tcgetwinsize... no
[INFO] [stderr]   checking for tcsetwinsize... no
[INFO] [stderr]   checking for times... yes
[INFO] [stderr]   checking for ttyname... yes
[INFO] [stderr]   checking for tzset... yes
[INFO] [stderr]   checking for unsetenv... yes
[INFO] [stderr]   checking for vasprintf... yes
[INFO] [stderr]   checking for asprintf... (cached) yes
[INFO] [stderr]   checking for isascii... yes
[INFO] [stderr]   checking for isblank... yes
[INFO] [stderr]   checking for isgraph... yes
[INFO] [stderr]   checking for isprint... yes
[INFO] [stderr]   checking for isspace... yes
[INFO] [stderr]   checking for isxdigit... yes
[INFO] [stderr]   checking for getpwent... yes
[INFO] [stderr]   checking for getpwnam... yes
[INFO] [stderr]   checking for getpwuid... yes
[INFO] [stderr]   checking for mkstemp... yes
[INFO] [stderr]   checking for mkdtemp... yes
[INFO] [stderr]   checking for arc4random... yes
[INFO] [stderr]   checking for strlcat... yes
[INFO] [stderr]   checking for memfd_create... yes
[INFO] [stderr]   checking for shm_open... yes
[INFO] [stderr]   checking for shm_mkstemp... no
[INFO] [stderr]   checking for getcwd... (cached) yes
[INFO] [stderr]   checking for memset... yes
[INFO] [stderr]   checking for strcasecmp... (cached) yes
[INFO] [stderr]   checking for strcasestr... yes
[INFO] [stderr]   checking for strerror... yes
[INFO] [stderr]   checking for strftime... yes
[INFO] [stderr]   checking for strnlen... (cached) yes
[INFO] [stderr]   checking for strpbrk... yes
[INFO] [stderr]   checking for strstr... yes
[INFO] [stderr]   checking for strtod... yes
[INFO] [stderr]   checking for strtol... yes
[INFO] [stderr]   checking for strtoul... yes
[INFO] [stderr]   checking for strtoll... yes
[INFO] [stderr]   checking for strtoull... yes
[INFO] [stderr]   checking for strtoumax... yes
[INFO] [stderr]   checking for dprintf... yes
[INFO] [stderr]   checking for strdup... yes
[INFO] [stderr]   checking for strlcpy... yes
[INFO] [stderr]   checking for reallocarray... yes
[INFO] [stderr]   checking for libaudit.h... yes
[INFO] [stderr]   checking whether AUDIT_USER_TTY is declared... yes
[INFO] [stderr]   checking whether confstr is declared... yes
[INFO] [stderr]   checking whether printf is declared... yes
[INFO] [stderr]   checking whether brk is declared... yes
[INFO] [stderr]   checking whether sbrk is declared... yes
[INFO] [stderr]   checking whether setregid is declared... yes
[INFO] [stderr]   checking whether strcpy is declared... yes
[INFO] [stderr]   checking whether strsignal is declared... yes
[INFO] [stderr]   checking for setresuid... yes
[INFO] [stderr]   checking for setresgid... yes
[INFO] [stderr]   checking whether strtold is declared... yes
[INFO] [stderr]   checking for broken strtold... no
[INFO] [stderr]   checking whether strtol is declared... yes
[INFO] [stderr]   checking whether strtoll is declared... yes
[INFO] [stderr]   checking whether strtoul is declared... yes
[INFO] [stderr]   checking whether strtoull is declared... yes
[INFO] [stderr]   checking whether strtoumax is declared... yes
[INFO] [stderr]   checking for working mktime... yes
[INFO] [stderr]   checking for argz.h... yes
[INFO] [stderr]   checking for errno.h... yes
[INFO] [stderr]   checking for fcntl.h... yes
[INFO] [stderr]   checking for malloc.h... yes
[INFO] [stderr]   checking for stdio_ext.h... yes
[INFO] [stderr]   checking for working mmap... (cached) yes
[INFO] [stderr]   checking for __argz_count... yes
[INFO] [stderr]   checking for __argz_next... yes
[INFO] [stderr]   checking for __argz_stringify... yes
[INFO] [stderr]   checking for dcgettext... yes
[INFO] [stderr]   checking for locale_charset... no
[INFO] [stderr]   checking for mempcpy... (cached) yes
[INFO] [stderr]   checking for munmap... (cached) yes
[INFO] [stderr]   checking for mremap... yes
[INFO] [stderr]   checking for stpcpy... (cached) yes
[INFO] [stderr]   checking for strcspn... yes
[INFO] [stderr]   checking for wctype.h... yes
[INFO] [stderr]   checking for wchar.h... (cached) yes
[INFO] [stderr]   checking for langinfo.h... yes
[INFO] [stderr]   checking for mbstr.h... no
[INFO] [stderr]   checking for mbrlen... yes
[INFO] [stderr]   checking for mbscasecmp... no
[INFO] [stderr]   checking for mbscmp... no
[INFO] [stderr]   checking for mbsncmp... no
[INFO] [stderr]   checking for mbsnrtowcs... yes
[INFO] [stderr]   checking for mbsrtowcs... yes
[INFO] [stderr]   checking for mbschr... no
[INFO] [stderr]   checking for wcrtomb... (cached) yes
[INFO] [stderr]   checking for wcscoll... yes
[INFO] [stderr]   checking for wcsdup... yes
[INFO] [stderr]   checking for wcwidth... yes
[INFO] [stderr]   checking for wctype... yes
[INFO] [stderr]   checking for wcsnrtombs... yes
[INFO] [stderr]   checking for wcswidth... yes
[INFO] [stderr]   checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
[INFO] [stderr]   checking for iswlower... yes
[INFO] [stderr]   checking for iswupper... yes
[INFO] [stderr]   checking for towlower... yes
[INFO] [stderr]   checking for towupper... yes
[INFO] [stderr]   checking for iswctype... yes
[INFO] [stderr]   checking for wchar_t in wchar.h... yes
[INFO] [stderr]   checking for wctype_t in wctype.h... yes
[INFO] [stderr]   checking for wint_t in wctype.h... yes
[INFO] [stderr]   checking for wcwidth broken with unicode combining characters... yes
[INFO] [stderr]   checking for locale_charset... (cached) no
[INFO] [stderr]   checking size of wchar_t... 4
[INFO] [stderr]   checking for dlopen in -ldl... yes
[INFO] [stderr]   checking for dlopen... yes
[INFO] [stderr]   checking for dlclose... yes
[INFO] [stderr]   checking for dlsym... yes
[INFO] [stderr]   checking type of array argument to getgroups... gid_t
[INFO] [stderr]   checking for off_t... yes
[INFO] [stderr]   checking for mode_t... yes
[INFO] [stderr]   checking for uid_t... (cached) yes
[INFO] [stderr]   checking for gid_t... (cached) yes
[INFO] [stderr]   checking for pid_t... yes
[INFO] [stderr]   checking for size_t... (cached) yes
[INFO] [stderr]   checking for intptr_t... yes
[INFO] [stderr]   checking for uintptr_t... yes
[INFO] [stderr]   checking for ssize_t... yes
[INFO] [stderr]   checking for time_t... yes
[INFO] [stderr]   checking for long long int... (cached) yes
[INFO] [stderr]   checking for unsigned long long int... (cached) yes
[INFO] [stderr]   checking for sig_atomic_t in signal.h... yes
[INFO] [stderr]   checking size of char... 1
[INFO] [stderr]   checking size of short... 2
[INFO] [stderr]   checking size of int... 4
[INFO] [stderr]   checking size of long... 8
[INFO] [stderr]   checking size of char *... 8
[INFO] [stderr]   checking size of size_t... 8
[INFO] [stderr]   checking size of double... 8
[INFO] [stderr]   checking size of long long... 8
[INFO] [stderr]   checking for bits16_t... no
[INFO] [stderr]   checking for u_bits16_t... no
[INFO] [stderr]   checking for bits32_t... no
[INFO] [stderr]   checking for u_bits32_t... no
[INFO] [stderr]   checking for bits64_t... no
[INFO] [stderr]   checking for ptrdiff_t... (cached) yes
[INFO] [stderr]   checking whether stat file-mode macros are broken... no
[INFO] [stderr]   checking whether #! works in shell scripts... yes
[INFO] [stderr]   checking whether strchrnul works... yes
[INFO] [stderr]   checking if dup2 fails to clear the close-on-exec flag... no
[INFO] [stderr]   checking whether pgrps need synchronization... no
[INFO] [stderr]   checking for type of signal functions... posix
[INFO] [stderr]   checking for sys_errlist and sys_nerr... yes
[INFO] [stderr]   checking whether sys_siglist is declared... no
[INFO] [stderr]   checking for sys_siglist in system C library... no
[INFO] [stderr]   checking for _sys_siglist in signal.h or unistd.h... no
[INFO] [stderr]   checking for _sys_siglist in system C library... no
[INFO] [stderr]   checking for clock_t... yes
[INFO] [stderr]   checking for sigset_t... yes
[INFO] [stderr]   checking for socklen_t... yes
[INFO] [stderr]   checking for quad_t... yes
[INFO] [stderr]   checking for type of struct rlimit fields... rlim_t
[INFO] [stderr]   checking for intmax_t... yes
[INFO] [stderr]   checking for uintmax_t... yes
[INFO] [stderr]   checking size of intmax_t... 8
[INFO] [stderr]   checking for struct termios.c_line... yes
[INFO] [stderr]   checking for struct termio.c_line... no
[INFO] [stderr]   checking for struct dirent.d_ino... yes
[INFO] [stderr]   checking for struct dirent.d_fileno... yes
[INFO] [stderr]   checking for struct dirent.d_namlen... no
[INFO] [stderr]   checking for d_type member in directory struct... yes
[INFO] [stderr]   checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
[INFO] [stderr]   checking for struct timeval in sys/time.h and time.h... yes
[INFO] [stderr]   checking for struct stat.st_blocks... yes
[INFO] [stderr]   checking whether struct tm is in sys/time.h or time.h... time.h
[INFO] [stderr]   checking for struct tm.tm_zone... yes
[INFO] [stderr]   checking for struct timezone in sys/time.h and time.h... yes
[INFO] [stderr]   checking for offset of exit status in return status from wait... 8
[INFO] [stderr]   checking for struct timespec in <time.h>... yes
[INFO] [stderr]   checking for struct stat.st_atim.tv_nsec... yes
[INFO] [stderr]   checking whether struct stat.st_atim is of type struct timespec... yes
[INFO] [stderr]   checking for sbrk... yes
[INFO] [stderr]   checking for working sbrk... yes
[INFO] [stderr]   checking for brk... no
[INFO] [stderr]   checking for the existence of strsignal... yes
[INFO] [stderr]   checking if opendir() opens non-directories... no
[INFO] [stderr]   checking whether ulimit can substitute for getdtablesize... yes
[INFO] [stderr]   checking whether fpurge is declared... no
[INFO] [stderr]   checking to see if getenv can be redefined... yes
[INFO] [stderr]   checking if getcwd() will dynamically allocate memory with 0 size... yes
[INFO] [stderr]   checking for presence of POSIX-style sigsetjmp/siglongjmp... present
[INFO] [stderr]   checking whether or not strcoll and strcmp differ... no
[INFO] [stderr]   checking for standard-conformant snprintf... yes
[INFO] [stderr]   checking for standard-conformant vsnprintf... yes
[INFO] [stderr]   checking for strtoimax... yes
[INFO] [stderr]   checking whether strtoimax is declared... yes
[INFO] [stderr]   checking whether clearerr_unlocked is declared... yes
[INFO] [stderr]   checking whether feof_unlocked is declared... (cached) yes
[INFO] [stderr]   checking whether ferror_unlocked is declared... yes
[INFO] [stderr]   checking whether fflush_unlocked is declared... yes
[INFO] [stderr]   checking whether fgets_unlocked is declared... (cached) yes
[INFO] [stderr]   checking whether fputc_unlocked is declared... yes
[INFO] [stderr]   checking whether fputs_unlocked is declared... yes
[INFO] [stderr]   checking whether fread_unlocked is declared... yes
[INFO] [stderr]   checking whether fwrite_unlocked is declared... yes
[INFO] [stderr]   checking whether getc_unlocked is declared... (cached) yes
[INFO] [stderr]   checking whether getchar_unlocked is declared... yes
[INFO] [stderr]   checking whether putc_unlocked is declared... yes
[INFO] [stderr]   checking whether putchar_unlocked is declared... yes
[INFO] [stderr]   checking for standard-conformant putenv declaration... yes
[INFO] [stderr]   checking for standard-conformant unsetenv declaration... yes
[INFO] [stderr]   checking for printf floating point output in hex notation... yes
[INFO] [stderr]   checking whether fnmatch can be used to check bracket equivalence classes... no
[INFO] [stderr]   checking if signal handlers must be reinstalled when invoked... no
[INFO] [stderr]   checking for presence of necessary job control definitions... present
[INFO] [stderr]   checking for presence of named pipes... present
[INFO] [stderr]   checking whether termios.h defines TIOCGWINSZ... no
[INFO] [stderr]   checking whether sys/ioctl.h defines TIOCGWINSZ... yes
[INFO] [stderr]   checking for TIOCSTAT in sys/ioctl.h... no
[INFO] [stderr]   checking for FIONREAD in sys/ioctl.h... yes
[INFO] [stderr]   checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
[INFO] [stderr]   checking for speed_t in sys/types.h... no
[INFO] [stderr]   checking whether getpw functions are declared in pwd.h... yes
[INFO] [stderr]   checking for unusable real-time signals due to large values... no
[INFO] [stderr]   checking for tgetent... no
[INFO] [stderr]   checking for tgetent in -ltermcap... yes
[INFO] [stderr]   checking which library has the termcap functions... using libtermcap
[INFO] [stderr]   checking whether /dev/fd is available... standard
[INFO] [stderr]   checking whether /dev/stdin stdout stderr are available... present
[INFO] [stderr]   checking for default mail directory... /var/mail
[INFO] [stderr]   checking shared object configuration for loadable builtins... supported
[INFO] [stderr]   configure: creating ./config.status
[INFO] [stderr]   config.status: creating Makefile
[INFO] [stderr]   config.status: creating builtins/Makefile
[INFO] [stderr]   config.status: creating lib/readline/Makefile
[INFO] [stderr]   config.status: creating lib/glob/Makefile
[INFO] [stderr]   config.status: creating lib/intl/Makefile
[INFO] [stderr]   config.status: creating lib/malloc/Makefile
[INFO] [stderr]   config.status: creating lib/sh/Makefile
[INFO] [stderr]   config.status: creating lib/termcap/Makefile
[INFO] [stderr]   config.status: creating lib/tilde/Makefile
[INFO] [stderr]   config.status: creating doc/Makefile
[INFO] [stderr]   config.status: creating support/Makefile
[INFO] [stderr]   config.status: creating po/Makefile.in
[INFO] [stderr]   config.status: creating examples/loadables/Makefile
[INFO] [stderr]   config.status: creating examples/loadables/Makefile.inc
[INFO] [stderr]   config.status: creating examples/loadables/Makefile.sample
[INFO] [stderr]   config.status: creating examples/loadables/perl/Makefile
[INFO] [stderr]   config.status: creating support/bash.pc
[INFO] [stderr]   config.status: creating support/bashbug.sh
[INFO] [stderr]   config.status: creating config.h
[INFO] [stderr]   config.status: creating buildconf.h
[INFO] [stderr]   config.status: executing po-directories commands
[INFO] [stderr]   config.status: creating po/POTFILES
[INFO] [stderr]   config.status: creating po/Makefile
[INFO] [stderr]   config.status: executing stamp-h commands
[INFO] [stderr]   rm -f mksignames.o
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/builtins'
[INFO] [stderr]   rm -f mkbuiltins.o
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2  /opt/rustwide/workdir/bash/builtins/mkbuiltins.c
[INFO] [stderr]   rm -f buildsignames.o
[INFO] [stderr]   gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  -DBUILDTOOL -c /opt/rustwide/workdir/bash/support/mksignames.c
[INFO] [stderr]   gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  -DBUILDTOOL -o buildsignames.o -c /opt/rustwide/workdir/bash/support/signames.c
[INFO] [stderr]   rm -f unwind_prot.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/unwind_prot.c
[INFO] [stderr]   rm -f pathexp.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/pathexp.c
[INFO] [stderr]   rm -f test.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/test.c
[INFO] [stderr]   rm -f mksyntax
[INFO] [stderr]   gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2   -rdynamic -g -O2   -rdynamic -g -O2  -o mksyntax /opt/rustwide/workdir/bash/mksyntax.c 
[INFO] [stderr]   rm -f alias.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/alias.c
[INFO] [stderr]   rm -f array.o
[INFO] [stderr]   rm -f arrayfunc.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/array.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/arrayfunc.c
[INFO] [stderr]   rm -f assoc.o
[INFO] [stderr]   rm -f braces.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/assoc.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/braces.c
[INFO] [stderr]   rm -f bracecomp.o
[INFO] [stderr]   rm -f bashhist.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/bracecomp.c
[INFO] [stderr]   rm -f list.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/bashhist.c
[INFO] [stderr]   rm -f stringlib.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/stringlib.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/list.c
[INFO] [stderr]   rm -f locale.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/locale.c
[INFO] [stderr]   rm -f findcmd.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/findcmd.c
[INFO] [stderr]   rm -f pcomplib.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/pcomplib.c
[INFO] [stderr]   rm -f xmalloc.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/xmalloc.c
[INFO] [stderr]   echo -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh -lbuiltins -lglob -lsh -lreadline -lhistory -ltermcap -ltilde -lmalloc    -ldl   -rdynamic -g -O2  >> flags.txt
[INFO] [stderr]   rm -f main.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/main.c
[INFO] [stderr]   rm -f shell.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/shell.c
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/support'
[INFO] [stderr]   rm -f man2html.o
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -Wno-parentheses -Wno-format-security   -g -O2 /opt/rustwide/workdir/bash/support/man2html.c
[INFO] [stderr]   rm -f eval.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/eval.c
[INFO] [stderr]   rm -f general.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/general.c
[INFO] [stderr]   rm -f make_cmd.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/make_cmd.c
[INFO] [stderr]   rm -f print_cmd.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/print_cmd.c
[INFO] [stderr]   rm -f dispose_cmd.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/dispose_cmd.c
[INFO] [stderr]   rm -f copy_cmd.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/copy_cmd.c
[INFO] [stderr]   rm -f error.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/error.c
[INFO] [stderr]   rm -f flags.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/flags.c
[INFO] [stderr]   rm -f hashcmd.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/hashcmd.c
[INFO] [stderr]   rm -f hashlib.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/hashlib.c
[INFO] [stderr]   rm -f mailcheck.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/mailcheck.c
[INFO] [stderr]   rm -f mksignames
[INFO] [stderr]   gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2   -rdynamic -g -O2   -rdynamic -g -O2  -o mksignames mksignames.o buildsignames.o 
[INFO] [stderr]   rm -f input.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/input.c
[INFO] [stderr]   rm -f syntax.c
[INFO] [stderr]   ./mksyntax -o syntax.c
[INFO] [stderr]   /bin/sh /opt/rustwide/workdir/bash/support/mkversion.sh -b -S /opt/rustwide/workdir/bash -s release -d 5.3 -o newversion.h \
[INFO] [stderr]   	&& mv newversion.h version.h
[INFO] [stderr]   rm -f syntax.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c syntax.c
[INFO] [stderr]   rm -f lsignames.h
[INFO] [stderr]   ./mksignames lsignames.h
[INFO] [stderr]   rm -f version.o
[INFO] [stderr]   gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  -DBUILDTOOL -c -o buildversion.o /opt/rustwide/workdir/bash/version.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/version.c
[INFO] [stderr]   if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
[INFO] [stderr]   gcc -rdynamic -g -O2 -rdynamic -g -O2  -o mkbuiltins mkbuiltins.o -ldl 
[INFO] [stderr]   gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2   -rdynamic -g -O2   -rdynamic -g -O2  -o bashversion /opt/rustwide/workdir/bash/support/bashversion.c buildversion.o 
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/builtins'
[INFO] [stderr]   rm -f execute_cmd.o
[INFO] [stderr]   rm -f variables.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/execute_cmd.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/variables.c
[INFO] [stderr]   rm -f expr.o
[INFO] [stderr]   rm -f jobs.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/expr.c
[INFO] [stderr]   rm -f subst.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/subst.c
[INFO] [stderr]   rm -f trap.o
[INFO] [stderr]   rm -f sig.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/jobs.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/trap.c
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/sig.c
[INFO] [stderr]   rm -f bashline.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/bashline.c
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/builtins'
[INFO] [stderr]   rm -f builtins.o
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 builtins.c
[INFO] [stderr]   rm -f pcomplete.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/pcomplete.c
[INFO] [stderr] 
[INFO] [stderr]   	  ***********************************************************
[INFO] [stderr]   	  *                                                         *
[INFO] [stderr]   	  * GNU bash, version 5.3.15(1)-release (x86_64-pc-linux-gnu)
[INFO] [stderr]   	  *                                                         *
[INFO] [stderr]   	  ***********************************************************
[INFO] [stderr] 
[INFO] [stderr]   rm -f alias.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/alias.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 alias.c || ( rm -f alias.c ; exit 1 )
[INFO] [stderr]   rm -f bind.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/bind.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 bind.c || ( rm -f bind.c ; exit 1 )
[INFO] [stderr]   rm -f break.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/break.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 break.c || ( rm -f break.c ; exit 1 )
[INFO] [stderr]   making lib/glob/libglob.a in ./lib/glob
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/glob'
[INFO] [stderr]   rm -f glob.o
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/glob/glob.c
[INFO] [stderr]   rm -f strmatch.o
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/glob/strmatch.c
[INFO] [stderr]   rm -f bind.c
[INFO] [stderr]   rm -f builtin.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/builtin.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 builtin.c || ( rm -f builtin.c ; exit 1 )
[INFO] [stderr]   rm -f alias.c
[INFO] [stderr]   rm -f caller.o
[INFO] [stderr]   rm -f smatch.o
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/glob/smatch.c
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/caller.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 caller.c || ( rm -f caller.c ; exit 1 )
[INFO] [stderr]   rm -f break.c
[INFO] [stderr]   rm -f cd.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/cd.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 cd.c || ( rm -f cd.c ; exit 1 )
[INFO] [stderr]   making lib/sh/libsh.a in ./lib/sh
[INFO] [stderr]   rm -f colon.o
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/sh'
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/colon.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 colon.c || ( rm -f colon.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/clktck.c
[INFO] [stderr]   rm -f builtin.c
[INFO] [stderr]   rm -f command.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/command.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 command.c || ( rm -f command.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/clock.c
[INFO] [stderr]   rm -f caller.c
[INFO] [stderr]   making lib/readline/libreadline.a in ./lib/readline
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/getenv.c
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/readline'
[INFO] [stderr]   rm -f readline.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/readline.c
[INFO] [stderr]   rm -f colon.c
[INFO] [stderr]   making lib/tilde/libtilde.a in ./lib/tilde
[INFO] [stderr]   rm -f cd.c
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/tilde'
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/tilde/tilde.c
[INFO] [stderr]   rm -f common.o
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /opt/rustwide/workdir/bash/builtins/common.c
[INFO] [stderr]   rm -f command.c
[INFO] [stderr]   rm -f declare.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/declare.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 declare.c || ( rm -f declare.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/oslib.c
[INFO] [stderr]   rm -f vi_mode.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/vi_mode.c
[INFO] [stderr]   rm -f echo.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/echo.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 echo.c || ( rm -f echo.c ; exit 1 )
[INFO] [stderr]   rm -f xmbsrtowcs.o
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/glob/xmbsrtowcs.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/setlinebuf.c
[INFO] [stderr]   rm -f libtilde.a
[INFO] [stderr]   ar cr libtilde.a tilde.o
[INFO] [stderr]   test -n "ranlib" && ranlib libtilde.a
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/tilde'
[INFO] [stderr]   rm -f enable.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/enable.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 enable.c || ( rm -f enable.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/strnlen.c
[INFO] [stderr]   rm -f eval.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/eval.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 eval.c || ( rm -f eval.c ; exit 1 )
[INFO] [stderr]   rm -f funmap.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/funmap.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/itos.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/zread.c
[INFO] [stderr]   rm -f echo.c
[INFO] [stderr]   rm -f evalfile.o
[INFO] [stderr]   rm -f gmisc.o
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /opt/rustwide/workdir/bash/builtins/evalfile.c
[INFO] [stderr]   gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/glob/gmisc.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/zwrite.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/shtty.c
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/malloc'
[INFO] [stderr]   gcc  -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /opt/rustwide/workdir/bash/lib/malloc/malloc.c
[INFO] [stderr]   rm -f eval.c
[INFO] [stderr]   rm -f keymaps.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/keymaps.c
[INFO] [stderr]   gcc  -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /opt/rustwide/workdir/bash/lib/malloc/trace.c
[INFO] [stderr]   rm -f enable.c
[INFO] [stderr]   rm -f evalstring.o
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /opt/rustwide/workdir/bash/builtins/evalstring.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/shmatch.c
[INFO] [stderr]   rm -f exec.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/exec.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 exec.c || ( rm -f exec.c ; exit 1 )
[INFO] [stderr]   rm -f parens.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/parens.c
[INFO] [stderr]   rm -f exit.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/exit.def
[INFO] [stderr]   rm -f exec.c
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 exit.c || ( rm -f exit.c ; exit 1 )
[INFO] [stderr]   rm -f fc.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/fc.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 fc.c || ( rm -f fc.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/eaccess.c
[INFO] [stderr]   gcc  -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /opt/rustwide/workdir/bash/lib/malloc/stats.c
[INFO] [stderr]   rm -f search.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/search.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/netconn.c
[INFO] [stderr]   rm -f rltty.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/rltty.c
[INFO] [stderr]   gcc  -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /opt/rustwide/workdir/bash/lib/malloc/table.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/netopen.c
[INFO] [stderr]   rm -f declare.c
[INFO] [stderr]   rm -f fg_bg.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/fg_bg.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
[INFO] [stderr]   gcc  -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /opt/rustwide/workdir/bash/lib/malloc/watch.c
[INFO] [stderr]   rm -f exit.c
[INFO] [stderr]   rm -f hash.o
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/timeval.c
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/hash.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 hash.c || ( rm -f hash.c ; exit 1 )
[INFO] [stderr]   rm -f help.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/help.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 help.c || ( rm -f help.c ; exit 1 )
[INFO] [stderr]   rm -f history.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/history.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 history.c || ( rm -f history.c ; exit 1 )
[INFO] [stderr]   rm -f libmalloc.a
[INFO] [stderr]   ar cr libmalloc.a malloc.o  trace.o stats.o table.o watch.o
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/makepath.c
[INFO] [stderr]   rm -f hash.c
[INFO] [stderr]   rm -f jobs.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/jobs.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 jobs.c || ( rm -f jobs.c ; exit 1 )
[INFO] [stderr]   rm -f complete.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/complete.c
[INFO] [stderr]   test -n "ranlib" && ranlib libmalloc.a
[INFO] [stderr]   rm -f fc.c
[INFO] [stderr]   rm -f bind.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/bind.c
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/malloc'
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/pathcanon.c
[INFO] [stderr]   rm -f fg_bg.c
[INFO] [stderr]   rm -f kill.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/kill.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 kill.c || ( rm -f kill.c ; exit 1 )
[INFO] [stderr]   rm -f let.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/let.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 let.c || ( rm -f let.c ; exit 1 )
[INFO] [stderr]   rm -f mapfile.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/mapfile.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 mapfile.c || ( rm -f mapfile.c ; exit 1 )
[INFO] [stderr]   rm -f help.c
[INFO] [stderr]   rm -f isearch.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/isearch.c
[INFO] [stderr]   rm -f let.c
[INFO] [stderr]   rm -f pushd.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/pushd.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 pushd.c || ( rm -f pushd.c ; exit 1 )
[INFO] [stderr]   rm -f mapfile.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/pathphys.c
[INFO] [stderr]   rm -f kill.c
[INFO] [stderr]   rm -f read.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/read.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 read.c || ( rm -f read.c ; exit 1 )
[INFO] [stderr]   rm -f jobs.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/tmpfile.c
[INFO] [stderr]   rm -f display.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/display.c
[INFO] [stderr]   rm -f history.c
[INFO] [stderr]   rm -f return.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/return.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 return.c || ( rm -f return.c ; exit 1 )
[INFO] [stderr]   rm -f set.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/set.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 set.c || ( rm -f set.c ; exit 1 )
[INFO] [stderr]   rm -f return.c
[INFO] [stderr]   rm -f signals.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/signals.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/stringlist.c
[INFO] [stderr]   rm -f util.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/util.c
[INFO] [stderr]   rm -f pushd.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/stringvec.c
[INFO] [stderr]   gcc -rdynamic -rdynamic -g -O2 man2html.o -o man2html -ldl 		
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/spell.c
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/support'
[INFO] [stderr]   rm -f setattr.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/setattr.def
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/shquote.c
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 setattr.c || ( rm -f setattr.c ; exit 1 )
[INFO] [stderr]   rm -f kill.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/kill.c
[INFO] [stderr]   rm -f undo.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/undo.c
[INFO] [stderr]   rm -f shift.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/shift.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 shift.c || ( rm -f shift.c ; exit 1 )
[INFO] [stderr]   rm -f source.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/source.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 source.c || ( rm -f source.c ; exit 1 )
[INFO] [stderr]   rm -f shift.c
[INFO] [stderr]   rm -f suspend.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/suspend.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 suspend.c || ( rm -f suspend.c ; exit 1 )
[INFO] [stderr]   rm -f set.c
[INFO] [stderr]   rm -f macro.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/macro.c
[INFO] [stderr]   rm -f test.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/test.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 test.c || ( rm -f test.c ; exit 1 )
[INFO] [stderr]   rm -f -f libglob.a
[INFO] [stderr]   ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/strtrans.c
[INFO] [stderr]   rm -f test.c
[INFO] [stderr]   rm -f input.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/input.c
[INFO] [stderr]   test -n "ranlib" && ranlib libglob.a
[INFO] [stderr]   rm -f suspend.c
[INFO] [stderr]   rm -f callback.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/callback.c
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/glob'
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/snprintf.c
[INFO] [stderr]   rm -f terminal.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/terminal.c
[INFO] [stderr]   rm -f times.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/times.def
[INFO] [stderr]   rm -f source.c
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 times.c || ( rm -f times.c ; exit 1 )
[INFO] [stderr]   rm -f text.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/text.c
[INFO] [stderr]   rm -f trap.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/trap.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 trap.c || ( rm -f trap.c ; exit 1 )
[INFO] [stderr]   rm -f setattr.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/mailstat.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/fmtulong.c
[INFO] [stderr]   rm -f nls.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/nls.c
[INFO] [stderr]   rm -f type.o
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/fmtullong.c
[INFO] [stderr]   rm -f times.c
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/type.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 type.c || ( rm -f type.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/fmtumax.c
[INFO] [stderr]   rm -f read.c
[INFO] [stderr]   rm -f misc.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/misc.c
[INFO] [stderr]   rm -f history.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/history.c
[INFO] [stderr]   gcc  -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2  -rdynamic -g -O2 -rdynamic -g -O2  -o psize.aux /opt/rustwide/workdir/bash/builtins/psize.c
[INFO] [stderr]   rm -f trap.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/zcatfd.c
[INFO] [stderr]   rm -f umask.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/umask.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 umask.c || ( rm -f umask.c ; exit 1 )
[INFO] [stderr]   rm -f histexpand.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/histexpand.c
[INFO] [stderr]   rm -f wait.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/wait.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 wait.c || ( rm -f wait.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/zmapfd.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/winsize.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/wcsdup.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/fpurge.c
[INFO] [stderr]   rm -f getopts.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/getopts.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 getopts.c || ( rm -f getopts.c ; exit 1 )
[INFO] [stderr]   rm -f histfile.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/histfile.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/zgetline.c
[INFO] [stderr]   rm -f shopt.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/shopt.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 shopt.c || ( rm -f shopt.c ; exit 1 )
[INFO] [stderr]   rm -f printf.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/printf.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 printf.c || ( rm -f printf.c ; exit 1 )
[INFO] [stderr]   rm -f histsearch.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/histsearch.c
[INFO] [stderr]   rm -f type.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/mbscmp.c
[INFO] [stderr]   rm -f shell.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/shell.c
[INFO] [stderr]   rm -f umask.c
[INFO] [stderr]   rm -f getopt.o
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /opt/rustwide/workdir/bash/builtins/getopt.c
[INFO] [stderr]   rm -f wait.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/mbsncmp.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/uconvert.c
[INFO] [stderr]   rm -f bashgetopt.o
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /opt/rustwide/workdir/bash/builtins/bashgetopt.c
[INFO] [stderr]   rm -f savestring.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/savestring.c
[INFO] [stderr]   rm -f getopts.c
[INFO] [stderr]   rm -f mbutil.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/mbutil.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/ufuncs.c
[INFO] [stderr]   rm -f tilde.o
[INFO] [stderr]   gcc -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  -DREADLINE_LIBRARY -c /opt/rustwide/workdir/bash/lib/readline/tilde.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/casemod.c
[INFO] [stderr]   rm -f colors.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/colors.c
[INFO] [stderr]   rm -f complete.o
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/input_avail.c
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/complete.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 complete.c || ( rm -f complete.c ; exit 1 )
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/mbscasecmp.c
[INFO] [stderr]   rm -f parse-colors.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/parse-colors.c
[INFO] [stderr]   /bin/sh /opt/rustwide/workdir/bash/builtins/psize.sh > pipesize.h
[INFO] [stderr]   rm -f xmalloc.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/xmalloc.c
[INFO] [stderr]   rm -f xfree.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/xfree.c
[INFO] [stderr]   rm -f compat.o
[INFO] [stderr]   gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -Wno-parentheses -Wno-format-security  -g -O2  /opt/rustwide/workdir/bash/lib/readline/compat.c
[INFO] [stderr]   rm -f y.tab.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/y.tab.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/fnxform.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/unicode.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/shmbchar.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/strvis.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/strscpy.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/anonfile.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/compat.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/utf8.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/random.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/gettimeofday.c
[INFO] [stderr]   rm -f shopt.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/timers.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/wcsnwidth.c
[INFO] [stderr]   gcc -c   -I. -I../.. -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /opt/rustwide/workdir/bash/lib/sh/mbschr.c
[INFO] [stderr]   rm -f libsh.a
[INFO] [stderr]   rm -f complete.c
[INFO] [stderr]   ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o eaccess.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o zcatfd.o zmapfd.o winsize.o wcsdup.o fpurge.o zgetline.o mbscmp.o mbsncmp.o uconvert.o ufuncs.o casemod.o input_avail.o mbscasecmp.o fnxform.o unicode.o shmbchar.o strvis.o strscpy.o anonfile.o compat.o utf8.o random.o gettimeofday.o timers.o wcsnwidth.o mbschr.o
[INFO] [stderr]   test -n "ranlib" && ranlib libsh.a
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/sh'
[INFO] [stderr]   rm -f ulimit.o
[INFO] [stderr]   ./mkbuiltins -D /opt/rustwide/workdir/bash/builtins /opt/rustwide/workdir/bash/builtins/ulimit.def
[INFO] [stderr]   gcc -c   -DHAVE_CONFIG_H -DSHELL -I. -I..  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib -I/opt/rustwide/workdir/bash/builtins  -Wno-parentheses -Wno-format-security   -g -O2 ulimit.c || ( rm -f ulimit.c ; exit 1 )
[INFO] [stderr]   rm -f ulimit.c
[INFO] [stderr]   rm -f printf.c
[INFO] [stderr]   rm -f libbuiltins.a
[INFO] [stderr]   ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o mapfile.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
[INFO] [stderr]   ranlib libbuiltins.a
[INFO] [stderr]   rm -f libreadline.a
[INFO] [stderr]   ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o 
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/builtins'
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/builtins'
[INFO] [stderr]   make[1]: 'pipesize.h' is up to date.
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/builtins'
[INFO] [stderr]   rm -f redir.o
[INFO] [stderr]   gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/opt/rustwide/workdir/bash -I/opt/rustwide/workdir/bash/include -I/opt/rustwide/workdir/bash/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /opt/rustwide/workdir/bash/redir.c
[INFO] [stderr]   test -n "ranlib" && ranlib libreadline.a
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/readline'
[INFO] [stderr]   making lib/readline/libhistory.a in ./lib/readline
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/readline'
[INFO] [stderr]   rm -f libhistory.a
[INFO] [stderr]   ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o xfree.o
[INFO] [stderr]   test -n "ranlib" && ranlib libhistory.a
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash/lib/readline'
[INFO] [stderr]   echo shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o 
[INFO] [stderr]   shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o
[INFO] [stderr]   rm -f libbash.a
[INFO] [stderr]   ar rcs libbash.a shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o 
[INFO] [stderr]   ranlib libbash.a
[INFO] [stderr]   rm -f bash
[INFO] [stderr]   gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh  -rdynamic -g -O2   -o bash main.o shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o  -lbuiltins -lglob -lsh -lreadline -lhistory -ltermcap -ltilde -lmalloc    -ldl 
[INFO] [stderr]   ls -l bash
[INFO] [stderr]   -rwxr-xr-x 1 root root 5006768 Aug 15 20:40 bash
[INFO] [stderr]   size bash
[INFO] [stderr]      text	   data	    bss	    dec	    hex	filename
[INFO] [stderr]   1377538	  49272	  47488	1474298	 167efa	bash
[INFO] [stderr]   sed -e '/IN_LIBGLOCALE/d' \
[INFO] [stderr]       -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_ASPRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_SNPRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_WPRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_NEWLOCALE''@,1,g' \
[INFO] [stderr]       -e 's,@''ENHANCE_LOCALE_FUNCS''@,0,g' \
[INFO] [stderr]     < /opt/rustwide/workdir/bash/lib/intl/libgnuintl.in.h \
[INFO] [stderr]   | if test 'no' = yes; then \
[INFO] [stderr]       sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
[INFO] [stderr]     else \
[INFO] [stderr]       cat; \
[INFO] [stderr]     fi \
[INFO] [stderr]   | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
[INFO] [stderr]         -e "/#define _LIBINTL_H/r /opt/rustwide/workdir/bash/lib/intl/export.h" \
[INFO] [stderr]   | sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
[INFO] [stderr]     > libgnuintl.h
[INFO] [stderr]   sed -e '/IN_LIBGLOCALE/d' \
[INFO] [stderr]       -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_ASPRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_SNPRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_WPRINTF''@,1,g' \
[INFO] [stderr]       -e 's,@''HAVE_NEWLOCALE''@,1,g' \
[INFO] [stderr]       -e 's,@''ENHANCE_LOCALE_FUNCS''@,0,g' \
[INFO] [stderr]     < /opt/rustwide/workdir/bash/lib/intl/libgnuintl.in.h > libintl.h
[INFO] [stderr]   bison -d --name-prefix=__gettext /opt/rustwide/workdir/bash/lib/intl/plural.y \
[INFO] [stderr]   && test ':' = 'bison' || { \
[INFO] [stderr]     sed -e 's|".*/plural.y"|"plural.y"|' \
[INFO] [stderr]         -e 's|"plural\.tab\.c"|"plural.c"|' \
[INFO] [stderr]         -e 's|"plural\.tab\.h"|"plural.h"|' \
[INFO] [stderr]         < plural.tab.c > plural.c-tmp \
[INFO] [stderr]     && sed -e 's|".*/plural.y"|"plural.y"|' \
[INFO] [stderr]   	 -e 's|"plural\.tab\.h"|"plural.h"|' \
[INFO] [stderr]   	 < plural.tab.h > plural.h-tmp \
[INFO] [stderr]     && rm -f plural.tab.c plural.tab.h \
[INFO] [stderr]     && mv plural.c-tmp /opt/rustwide/workdir/bash/lib/intl/plural.c \
[INFO] [stderr]     && mv plural.h-tmp /opt/rustwide/workdir/bash/lib/intl/plural.h; \
[INFO] [stderr]   }
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/bindtextdom.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/dcgettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/dgettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/gettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/finddomain.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/hash-string.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/loadmsgcat.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/localealias.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/textdomain.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/l10nflist.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/explodename.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/dcigettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/dcngettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/dngettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/ngettext.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/plural-exp.c
[INFO] [stderr]   gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -I. -I/opt/rustwide/workdir/bash/lib/intl -I/opt/rustwide/target/debug/build/mash/a3641a7081e7b388/out/build/bash -I/opt/rustwide/workdir/bash  -g -O2 -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DBUILDING_LIBINTL -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DSHELL  /opt/rustwide/workdir/bash/lib/intl/localcharset.c
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   /opt/rustwide/workdir/bash/pathexp.c: In function 'glob_name_is_acceptable':
[INFO] [stderr]   /opt/rustwide/workdir/bash/pathexp.c:536:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]     536 |   n = strrchr (name, '/');
[INFO] [stderr]         |     ^
[INFO] [stderr]   /opt/rustwide/workdir/bash/print_cmd.c: In function 'make_command_string_internal':
[INFO] [stderr]   /opt/rustwide/workdir/bash/print_cmd.c:181:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
[INFO] [stderr]     181 |     cprintf ("");
[INFO] [stderr]         |              ^~
[INFO] [stderr]   /opt/rustwide/workdir/bash/print_cmd.c: In function 'print_simple_command':
[INFO] [stderr]   /opt/rustwide/workdir/bash/print_cmd.c:1007:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
[INFO] [stderr]    1007 |     cprintf ("");
[INFO] [stderr]         |              ^~
[INFO] [stderr]   /opt/rustwide/workdir/bash/eval.c: In function 'alrm_catcher':
[INFO] [stderr]   /opt/rustwide/workdir/bash/eval.c:261:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
[INFO] [stderr]     261 |   write (1, msg, strlen (msg));
[INFO] [stderr]         |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/tilde/tilde.c: In function 'tilde_expand':
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/tilde/tilde.c:188:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]     188 |   if (result = strchr (string, '~'))
[INFO] [stderr]         |              ^
[INFO] [stderr]   /opt/rustwide/workdir/bash/builtins/getopt.c: In function 'sh_getopt':
[INFO] [stderr]   /opt/rustwide/workdir/bash/builtins/getopt.c:168:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]     168 |   temp = strchr (optstring, c);
[INFO] [stderr]         |        ^
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/readline/tilde.c: In function 'tilde_expand':
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/readline/tilde.c:188:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]     188 |   if (result = strchr (string, '~'))
[INFO] [stderr]         |              ^
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/sh/utf8.c: In function 'utf8_mbschr':
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/sh/utf8.c:38:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]      38 |   return strchr (s, c);         /* for now */
[INFO] [stderr]         |          ^~~~~~
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/sh/mbschr.c: In function 'mbschr':
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/sh/mbschr.c:84:11: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]      84 |   return (strchr (s, c));
[INFO] [stderr]         |           ^~~~~~
[INFO] [stderr]   /usr/bin/x86_64-linux-gnu-ld.bfd: ./lib/sh/libsh.a(tmpfile.o): in function `sh_mktmpname':
[INFO] [stderr]   /opt/rustwide/workdir/bash/lib/sh/tmpfile.c:173:(.text+0x192): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
[INFO] [stderr]   mv: inter-device move failed: 'plural.c-tmp' to '/opt/rustwide/workdir/bash/lib/intl/plural.c'; unable to remove target: Read-only file system
[INFO] [stderr]   make: *** [Makefile:185: /opt/rustwide/workdir/bash/lib/intl/plural.c] Error 1
[INFO] [stderr]   make: *** Waiting for unfinished jobs....
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (84) panicked at bash_build_manager.rs:184:9:
[INFO] [stderr]   make returned a non-zero exit code 2
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x650a78d0ab51 - std[1679dab991fe67aa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x650a78d0ab51 - std[1679dab991fe67aa]::backtrace_rs::backtrace::trace_unsynchronized::<std[1679dab991fe67aa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x650a78d0ab51 - std[1679dab991fe67aa]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x650a78d0ab51 - <<std[1679dab991fe67aa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[16577442b5124566]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x650a78d1c74a - <core[16577442b5124566]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x650a78d1c74a - core[16577442b5124566]::fmt::write
[INFO] [stderr]      6:     0x650a78d0f00c - core[16577442b5124566]::io::write::default_write_fmt::<std[1679dab991fe67aa]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x650a78d0f00c - <std[1679dab991fe67aa]::sys::stdio::unix::Stderr as core[16577442b5124566]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x650a78cea1c6 - <std[1679dab991fe67aa]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x650a78cea1c6 - std[1679dab991fe67aa]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x650a78d03f21 - std[1679dab991fe67aa]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x650a78d040db - std[1679dab991fe67aa]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:815:13
[INFO] [stderr]     12:     0x650a78cea272 - std[1679dab991fe67aa]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:688:13
[INFO] [stderr]     13:     0x650a78ce20c9 - std[1679dab991fe67aa]::sys::backtrace::__rust_end_short_backtrace::<std[1679dab991fe67aa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x650a78ceae2d - __rustc[cceafe6235962704]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:679:5
[INFO] [stderr]     15:     0x650a78d1ce7c - core[16577442b5124566]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x650a78ccf710 - <build_script_build[4ec5e377a0fab7a6]::bash_build_manager::BashBuildManager>::make_internal
[INFO] [stderr]     17:     0x650a78cd04fb - <build_script_build[4ec5e377a0fab7a6]::bash_build_manager::BashBuildManager>::make_libs
[INFO] [stderr]     18:     0x650a78cd0229 - <build_script_build[4ec5e377a0fab7a6]::bash_build_manager::BashBuildManager>::build
[INFO] [stderr]     19:     0x650a78ccf75a - <build_script_build[4ec5e377a0fab7a6]::bash_build_manager::BashBuildManager>::run
[INFO] [stderr]     20:     0x650a78cd355b - build_script_build[4ec5e377a0fab7a6]::main
[INFO] [stderr]     21:     0x650a78cd2403 - <fn() as core[16577442b5124566]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     22:     0x650a78cd3186 - std[1679dab991fe67aa]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     23:     0x650a78cd3529 - std[1679dab991fe67aa]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     24:     0x650a78d032b7 - <&dyn core[16577442b5124566]::ops::function::Fn<(), Output = i32> + core[16577442b5124566]::panic::unwind_safe::RefUnwindSafe + core[16577442b5124566]::marker::Sync as core[16577442b5124566]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     25:     0x650a78d032b7 - std[1679dab991fe67aa]::panicking::catch_unwind::do_call::<&dyn core[16577442b5124566]::ops::function::Fn<(), Output = i32> + core[16577442b5124566]::panic::unwind_safe::RefUnwindSafe + core[16577442b5124566]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:576:43
[INFO] [stderr]     26:     0x650a78d032b7 - std[1679dab991fe67aa]::panicking::catch_unwind::<i32, &dyn core[16577442b5124566]::ops::function::Fn<(), Output = i32> + core[16577442b5124566]::panic::unwind_safe::RefUnwindSafe + core[16577442b5124566]::marker::Sync>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:544:19
[INFO] [stderr]     27:     0x650a78d032b7 - std[1679dab991fe67aa]::panic::catch_unwind::<&dyn core[16577442b5124566]::ops::function::Fn<(), Output = i32> + core[16577442b5124566]::panic::unwind_safe::RefUnwindSafe + core[16577442b5124566]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x650a78d032b7 - std[1679dab991fe67aa]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/rt.rs:175:24
[INFO] [stderr]     29:     0x650a78d032b7 - std[1679dab991fe67aa]::panicking::catch_unwind::do_call::<std[1679dab991fe67aa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:576:43
[INFO] [stderr]     30:     0x650a78d032b7 - std[1679dab991fe67aa]::panicking::catch_unwind::<isize, std[1679dab991fe67aa]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panicking.rs:544:19
[INFO] [stderr]     31:     0x650a78d032b7 - std[1679dab991fe67aa]::panic::catch_unwind::<std[1679dab991fe67aa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/panic.rs:359:14
[INFO] [stderr]     32:     0x650a78d032b7 - std[1679dab991fe67aa]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/0b63defc8fd68957c635fe61f097b84df8fd9611/library/std/src/rt.rs:171:5
[INFO] [stderr]     33:     0x650a78cd3031 - std[1679dab991fe67aa]::rt::lang_start::<()>
[INFO] [stderr]     34:     0x650a78cd6195 - main
[INFO] [stderr]     35:     0x7a2d9d126601 - <unknown>
[INFO] [stderr]     36:     0x7a2d9d126718 - __libc_start_main
[INFO] [stderr]     37:     0x650a78ccc615 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a", kill_on_drop: false }`
[INFO] [stdout] 594d368a2bfebba000ab9fedf5a617941e20297728c7829ba8f94473a58f402a
