[INFO] cloning repository https://github.com/wezm/rust-intro-talk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wezm/rust-intro-talk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwezm%2Frust-intro-talk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwezm%2Frust-intro-talk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 978872c31d714aa413ee86a7c6b5ccdbc8966caa [INFO] testing wezm/rust-intro-talk against beta-2022-09-25 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwezm%2Frust-intro-talk" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wezm/rust-intro-talk on toolchain beta-2022-09-25 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wezm/rust-intro-talk [INFO] finished tweaking git repo https://github.com/wezm/rust-intro-talk [INFO] tweaked toml for git repo https://github.com/wezm/rust-intro-talk written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/wezm/rust-intro-talk already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f32eb5bd5e794c2e22736f564f50e37663cf5e0c44a4ede7f7ac0b6f4d80e408 [INFO] running `Command { std: "docker" "start" "-a" "f32eb5bd5e794c2e22736f564f50e37663cf5e0c44a4ede7f7ac0b6f4d80e408", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f32eb5bd5e794c2e22736f564f50e37663cf5e0c44a4ede7f7ac0b6f4d80e408", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f32eb5bd5e794c2e22736f564f50e37663cf5e0c44a4ede7f7ac0b6f4d80e408", kill_on_drop: false }` [INFO] [stdout] f32eb5bd5e794c2e22736f564f50e37663cf5e0c44a4ede7f7ac0b6f4d80e408 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5912b7da3574b8a74626db2530f5937756339ade44ff096e816c7e2dd438b717 [INFO] running `Command { std: "docker" "start" "-a" "5912b7da3574b8a74626db2530f5937756339ade44ff096e816c7e2dd438b717", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling pulldown-cmark v0.1.0 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling rand v0.3.19 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling bytecount v0.2.0 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] error: failed to run custom build command for `backtrace-sys v0.1.16` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/backtrace-sys-4ead78140b354911/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] running: "sh" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure" "--with-pic" "--disable-multilib" "--disable-shared" "--disable-host-shared" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu" [INFO] [stderr] checking build system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking host system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking target system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking for x86_64-unknown-linux-gnu-gcc... cc [INFO] [stderr] checking for C compiler default output file name... a.out [INFO] [stderr] checking whether the C compiler works... yes [INFO] [stderr] checking whether we are cross compiling... no [INFO] [stderr] checking for suffix of executables... [INFO] [stderr] checking for suffix of object files... o [INFO] [stderr] checking whether we are using the GNU C compiler... yes [INFO] [stderr] checking whether cc accepts -g... yes [INFO] [stderr] checking for cc option to accept ISO C89... none needed [INFO] [stderr] checking how to run the C preprocessor... cc -E [INFO] [stderr] checking for grep that handles long lines and -e... /usr/bin/grep [INFO] [stderr] checking for egrep... /usr/bin/grep -E [INFO] [stderr] checking for ANSI C header files... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for sys/stat.h... yes [INFO] [stderr] checking for stdlib.h... yes [INFO] [stderr] checking for string.h... yes [INFO] [stderr] checking for memory.h... yes [INFO] [stderr] checking for strings.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking minix/config.h usability... no [INFO] [stderr] checking minix/config.h presence... no [INFO] [stderr] checking for minix/config.h... no [INFO] [stderr] checking whether it is safe to define __EXTENSIONS__... yes [INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c [INFO] [stderr] checking whether build environment is sane... yes [INFO] [stderr] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p [INFO] [stderr] checking for gawk... no [INFO] [stderr] checking for mawk... mawk [INFO] [stderr] checking whether make sets $(MAKE)... yes [INFO] [stderr] checking whether to enable maintainer-specific portions of Makefiles... no [INFO] [stderr] checking for x86_64-unknown-linux-gnu-gcc... (cached) cc [INFO] [stderr] checking whether we are using the GNU C compiler... (cached) yes [INFO] [stderr] checking whether cc accepts -g... (cached) yes [INFO] [stderr] checking for cc option to accept ISO C89... (cached) none needed [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ranlib... ranlib [INFO] [stderr] checking for gawk... (cached) mawk [INFO] [stderr] checking how to print strings... printf [INFO] [stderr] checking for a sed that does not truncate output... /usr/bin/sed [INFO] [stderr] checking for fgrep... /usr/bin/grep -F [INFO] [stderr] checking for ld used by cc... /usr/bin/ld [INFO] [stderr] checking if the linker (/usr/bin/ld) is GNU ld... yes [INFO] [stderr] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [INFO] [stderr] checking the name lister (/usr/bin/nm -B) interface... BSD nm [INFO] [stderr] checking whether ln -s works... yes [INFO] [stderr] checking the maximum length of command line arguments... 1572864 [INFO] [stderr] checking whether the shell understands some XSI constructs... yes [INFO] [stderr] checking whether the shell understands "+="... yes [INFO] [stderr] checking for /usr/bin/ld option to reload object files... -r [INFO] [stderr] checking for x86_64-unknown-linux-gnu-objdump... no [INFO] [stderr] checking for objdump... objdump [INFO] [stderr] checking how to recognize dependent libraries... pass_all [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ar... ar [INFO] [stderr] checking for x86_64-unknown-linux-gnu-strip... no [INFO] [stderr] checking for strip... strip [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib [INFO] [stderr] checking command to parse /usr/bin/nm -B output from cc object... ok [INFO] [stderr] checking for dlfcn.h... yes [INFO] [stderr] checking for objdir... .libs [INFO] [stderr] checking if cc supports -fno-rtti -fno-exceptions... no [INFO] [stderr] checking for cc option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if cc PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if cc static flag -static works... yes [INFO] [stderr] checking if cc supports -c -o file.o... yes [INFO] [stderr] checking if cc supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking dynamic linker characteristics... GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking whether stripping libraries is possible... yes [INFO] [stderr] checking if libtool supports shared libraries... yes [INFO] [stderr] checking whether to build shared libraries... no [INFO] [stderr] checking whether to build static libraries... yes [INFO] [stderr] checking unwind.h usability... yes [INFO] [stderr] checking unwind.h presence... yes [INFO] [stderr] checking for unwind.h... yes [INFO] [stderr] checking for _Unwind_Backtrace... yes [INFO] [stderr] checking for -funwind-tables option... yes [INFO] [stderr] checking for -frandom-seed=string option... no [INFO] [stderr] checking whether cc supports -W... no [INFO] [stderr] checking whether cc supports -Wall... no [INFO] [stderr] checking whether cc supports -Wwrite-strings... no [INFO] [stderr] checking whether cc supports -Wstrict-prototypes... no [INFO] [stderr] checking whether cc supports -Wmissing-prototypes... no [INFO] [stderr] checking whether cc supports -Wold-style-definition... no [INFO] [stderr] checking whether cc supports -Wmissing-format-attribute... no [INFO] [stderr] checking whether cc supports -Wcast-qual... no [INFO] [stderr] checking for _Unwind_GetIPInfo... no [INFO] [stderr] checking __sync extensions... no [INFO] [stderr] checking __atomic extensions... no [INFO] [stderr] checking output filetype... [INFO] [stderr] --- stderr [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8733: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8816: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8868: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8910: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 8948: cannot create temp file for here-document: No space left on device [INFO] [stderr] sed: can't read conftest.c: No such file or directory [INFO] [stderr] configure: error: in `/opt/rustwide/target/debug/build/backtrace-sys-ba5c41ad7eaaf75e/out': [INFO] [stderr] configure: error: compiler failed [INFO] [stderr] See `config.log' for more details. [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 6: cannot create temp file for here-document: No space left on device [INFO] [stderr] sort: fflush failed: 'standard output': No space left on device [INFO] [stderr] sort: write error [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 42: echo: write error: No space left on device [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 44: cannot create temp file for here-document: No space left on device [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 49: echo: write error: No space left on device [INFO] [stderr] sort: fflush failed: 'standard output': No space left on device [INFO] [stderr] sort: write error [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 58: echo: write error: No space left on device [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 79: cannot create temp file for here-document: No space left on device [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 84: echo: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 86: echo: write error: No space left on device [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/src/libbacktrace/configure: line 90: printf: write error: No space left on device [INFO] [stderr] thread 'main' panicked at 'failed with: exit status: 1', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/build.rs:176:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55e881815410 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x55e881815410 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55e881815410 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x55e881815410 - ::fmt::h66e1c999b09d2400 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x55e88183453e - core::fmt::write::h90c5198062f012b5 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x55e881812335 - std::io::Write::write_fmt::h10dc1ae4e06507e2 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x55e881816c33 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x55e881816c33 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x55e881816c33 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x55e88181691f - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x55e8818172da - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x55e8818171d7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x55e8818158bc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x55e881816ef2 - rust_begin_unwind [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x55e8817c8aa3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stderr] 15: 0x55e8817cba59 - build_script_build::run::ha5f06e61078d63f6 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/build.rs:176:9 [INFO] [stderr] 16: 0x55e8817ca316 - build_script_build::main::h0034651c3f5edc31 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/build.rs:121:5 [INFO] [stderr] 17: 0x55e8817cc2ab - core::ops::function::FnOnce::call_once::hcfc7b2ce9117395d [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stderr] 18: 0x55e8817cc20e - std::sys_common::backtrace::__rust_begin_short_backtrace::h39d1cd8d6329324d [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 19: 0x55e8817cc151 - std::rt::lang_start::{{closure}}::h233329081ec5b87d [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/rt.rs:166:18 [INFO] [stderr] 20: 0x55e88180f53f - core::ops::function::impls:: for &F>::call_once::hd41b9b2cf7f96d42 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:283:13 [INFO] [stderr] 21: 0x55e88180f53f - std::panicking::try::do_call::hefcb48c1b2fe68e9 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stderr] 22: 0x55e88180f53f - std::panicking::try::hfc17a1cee29d1c7a [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stderr] 23: 0x55e88180f53f - std::panic::catch_unwind::ha305ee6e37b5763a [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stderr] 24: 0x55e88180f53f - std::rt::lang_start_internal::{{closure}}::ha3c3b3207f2e10e4 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/rt.rs:148:48 [INFO] [stderr] 25: 0x55e88180f53f - std::panicking::try::do_call::ha6a31dd4fc753430 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stderr] 26: 0x55e88180f53f - std::panicking::try::h4e489c04090fceea [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stderr] 27: 0x55e88180f53f - std::panic::catch_unwind::hb692fe1ee6272eec [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stderr] 28: 0x55e88180f53f - std::rt::lang_start_internal::h9913ecc2005c0bfa [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/rt.rs:148:20 [INFO] [stderr] 29: 0x55e8817cc12a - std::rt::lang_start::hd0a04dbc45b32d11 [INFO] [stderr] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/rt.rs:165:17 [INFO] [stderr] 30: 0x55e8817cba81 - main [INFO] [stderr] 31: 0x7f451bf7c083 - __libc_start_main [INFO] [stderr] 32: 0x55e8817c8c7e - _start [INFO] [stderr] 33: 0x0 - [INFO] running `Command { std: "docker" "inspect" "5912b7da3574b8a74626db2530f5937756339ade44ff096e816c7e2dd438b717", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5912b7da3574b8a74626db2530f5937756339ade44ff096e816c7e2dd438b717", kill_on_drop: false }` [INFO] [stdout] 5912b7da3574b8a74626db2530f5937756339ade44ff096e816c7e2dd438b717