[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 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwmsh%2Fmash" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mwmsh/mash on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637 [INFO] running `Command { std: "docker" "start" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637", 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" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637", 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" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "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 ... 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] cd /opt/rustwide/workdir/bash && autoconf [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] autom4te: error: cannot create autom4te.cache in /opt/rustwide/workdir/bash: Read-only file system [INFO] [stderr] make: *** [Makefile:876: /opt/rustwide/workdir/bash/configure] Error 1 [INFO] [stderr] [INFO] [stderr] thread 'main' (83) 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: 0x587d0313f1e1 - std[8d5bb868c04bcd7f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x587d0313f1e1 - std[8d5bb868c04bcd7f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x587d0313f1e1 - std[8d5bb868c04bcd7f]::sys::backtrace::_print_fmt [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/sys/backtrace.rs:74:9 [INFO] [stderr] 3: 0x587d0313f1e1 - <::print::DisplayBacktrace as core[e740b1982408edde]::fmt::Display>::fmt [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/sys/backtrace.rs:44:26 [INFO] [stderr] 4: 0x587d0315083a - ::fmt [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/core/src/fmt/rt.rs:152:76 [INFO] [stderr] 5: 0x587d0315083a - core[e740b1982408edde]::fmt::write [INFO] [stderr] 6: 0x587d0314302c - core[e740b1982408edde]::io::write::default_write_fmt:: [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/core/src/io/write.rs:402:11 [INFO] [stderr] 7: 0x587d0314302c - ::write_fmt [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/core/src/io/write.rs:335:13 [INFO] [stderr] 8: 0x587d0311f3f6 - ::print [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/sys/backtrace.rs:47:9 [INFO] [stderr] 9: 0x587d0311f3f6 - std[8d5bb868c04bcd7f]::panicking::default_hook::{closure#0} [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:290:27 [INFO] [stderr] 10: 0x587d03138af1 - std[8d5bb868c04bcd7f]::panicking::default_hook [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:317:9 [INFO] [stderr] 11: 0x587d03138cab - std[8d5bb868c04bcd7f]::panicking::panic_with_hook [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:812:13 [INFO] [stderr] 12: 0x587d0311f4a2 - std[8d5bb868c04bcd7f]::panicking::panic_handler::{closure#0} [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:686:13 [INFO] [stderr] 13: 0x587d03118229 - std[8d5bb868c04bcd7f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/sys/backtrace.rs:182:18 [INFO] [stderr] 14: 0x587d0312003d - __rustc[9043af6d6c019966]::rust_begin_unwind [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:677:5 [INFO] [stderr] 15: 0x587d03150f6c - core[e740b1982408edde]::panicking::panic_fmt [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/core/src/panicking.rs:80:14 [INFO] [stderr] 16: 0x587d03105e40 - ::make_internal [INFO] [stderr] 17: 0x587d03106afa - ::make_bash [INFO] [stderr] 18: 0x587d03106950 - ::build [INFO] [stderr] 19: 0x587d03105e8a - ::run [INFO] [stderr] 20: 0x587d03109c5b - build_script_build[662bb786e7908d77]::main [INFO] [stderr] 21: 0x587d03108b3b - >::call_once [INFO] [stderr] 22: 0x587d0310971e - std[8d5bb868c04bcd7f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] 23: 0x587d03109b39 - std[8d5bb868c04bcd7f]::rt::lang_start::<()>::{closure#0} [INFO] [stderr] 24: 0x587d03137f68 - <&dyn core[e740b1982408edde]::ops::function::Fn<(), Output = i32> + core[e740b1982408edde]::marker::Sync + core[e740b1982408edde]::panic::unwind_safe::RefUnwindSafe as core[e740b1982408edde]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/core/src/ops/function.rs:287:21 [INFO] [stderr] 25: 0x587d03137f68 - std[8d5bb868c04bcd7f]::panicking::catch_unwind::do_call::<&dyn core[e740b1982408edde]::ops::function::Fn<(), Output = i32> + core[e740b1982408edde]::marker::Sync + core[e740b1982408edde]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:574:43 [INFO] [stderr] 26: 0x587d03137f68 - std[8d5bb868c04bcd7f]::panicking::catch_unwind:: + core[e740b1982408edde]::marker::Sync + core[e740b1982408edde]::panic::unwind_safe::RefUnwindSafe> [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:542:19 [INFO] [stderr] 27: 0x587d03137f68 - std[8d5bb868c04bcd7f]::panic::catch_unwind::<&dyn core[e740b1982408edde]::ops::function::Fn<(), Output = i32> + core[e740b1982408edde]::marker::Sync + core[e740b1982408edde]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x587d03137f68 - std[8d5bb868c04bcd7f]::rt::lang_start_internal::{closure#0} [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/rt.rs:175:24 [INFO] [stderr] 29: 0x587d03137f68 - std[8d5bb868c04bcd7f]::panicking::catch_unwind::do_call:: [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:574:43 [INFO] [stderr] 30: 0x587d03137f68 - std[8d5bb868c04bcd7f]::panicking::catch_unwind:: [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panicking.rs:542:19 [INFO] [stderr] 31: 0x587d03137f68 - std[8d5bb868c04bcd7f]::panic::catch_unwind:: [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x587d03137f68 - std[8d5bb868c04bcd7f]::rt::lang_start_internal [INFO] [stderr] at /rustc/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/library/std/src/rt.rs:171:5 [INFO] [stderr] 33: 0x587d03109711 - std[8d5bb868c04bcd7f]::rt::lang_start::<()> [INFO] [stderr] 34: 0x587d0310c7b5 - main [INFO] [stderr] 35: 0x736225700601 - [INFO] [stderr] 36: 0x736225700718 - __libc_start_main [INFO] [stderr] 37: 0x587d03102e55 - _start [INFO] [stderr] 38: 0x0 - [INFO] running `Command { std: "docker" "inspect" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637", kill_on_drop: false }` [INFO] [stdout] 0012fd30f029d1d4578fe9058198c4e1d1892143dad28e90138225ba4c4ae637