[INFO] cloning repository https://github.com/gsquire/fuzzig
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gsquire/fuzzig" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsquire%2Ffuzzig", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsquire%2Ffuzzig'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b931184f4818137f8a066019340757ec991cd86c
[INFO] checking gsquire/fuzzig against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsquire%2Ffuzzig" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gsquire/fuzzig
[INFO] finished tweaking git repo https://github.com/gsquire/fuzzig
[INFO] tweaked toml for git repo https://github.com/gsquire/fuzzig written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gsquire/fuzzig on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gsquire/fuzzig 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded afl v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9
[INFO] running `Command { std: "docker" "start" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9", 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" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9", 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" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling fuzzig v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking cc v1.0.67
[INFO] [stderr]     Checking semver v0.11.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rustc_version v0.3.3
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling afl v0.10.0
[INFO] [stderr] error: failed to run custom build command for `afl v0.10.0`
[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/afl/3b6105bd32065bd2/out/build_script_build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   Compiling DEBUG version of binaries
[INFO] [stderr]   rm -f afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze libradamsa.so afl-fuzz-document afl-as as afl-g++ afl-clang afl-clang++ *.o src/*.o *~ a.out core core.[1-9][0-9]* *.stackdump .test .test1 .test2 test-instr .test-instr0 .test-instr1 afl-qemu-trace afl-gcc-fast afl-gcc-pass.so afl-g++-fast ld *.so *.8 test/unittests/*.o test/unittests/unit_maybe_alloc test/unittests/preallocable .afl-* afl-gcc afl-g++ afl-clang afl-clang++ test/unittests/unit_hash test/unittests/unit_rand
[INFO] [stderr]   make -f GNUmakefile.llvm clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus'
[INFO] [stderr]   [!] llvm_mode detected an old version of llvm, upgrade to at least 9 or preferable 11!
[INFO] [stderr]   [+] llvm_mode detected llvm < 11, afl-lto LTO will not be build.
[INFO] [stderr]   rm -f *.o *.so *~ a.out core core.[1-9][0-9]* .test2 test-instr .test-instr0 .test-instr1 *.dwo
[INFO] [stderr]   rm -f ./afl-cc ./afl-compiler-rt.o ./afl-compiler-rt-32.o ./afl-compiler-rt-64.o  ./afl-llvm-pass.so ./SanitizerCoveragePCGUARD.so ./split-compares-pass.so ./split-switches-pass.so ./cmplog-routines-pass.so ./cmplog-instructions-pass.so ./afl-llvm-dict2file.so ./compare-transform-pass.so ./libLLVMInsTrim.so ./afl-ld-lto ./afl-llvm-lto-instrumentlist.so ./afl-llvm-lto-instrumentation.so ./SanitizerCoverageLTO.so afl-common.o ./afl-c++ ./afl-lto ./afl-lto++ ./afl-clang-lto* ./afl-clang-fast* ./afl-clang*.8 ./ld ./afl-ld ./afl-llvm-rt*.o instrumentation/*.o
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus'
[INFO] [stderr]   make -f GNUmakefile.gcc_plugin clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus'
[INFO] [stderr]   rm -f *.o *.so *~ a.out core core.[1-9][0-9]* test-instr .test-instr0 .test-instr1 .test2
[INFO] [stderr]   rm -f ./afl-gcc-pass.so afl-common.o ./afl-g++-fast ./afl-g*-fast.8 instrumentation/*.o
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus'
[INFO] [stderr]   make -C utils/libdislocator clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/libdislocator'
[INFO] [stderr]   rm -f *.o *.so *~ a.out core core.[1-9][0-9]*
[INFO] [stderr]   rm -f ../../libdislocator.so
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/libdislocator'
[INFO] [stderr]   make -C utils/libtokencap clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/libtokencap'
[INFO] [stderr]   rm -f *.o *.so *~ a.out core core.[1-9][0-9]*
[INFO] [stderr]   rm -fv ../../libtokencap.so
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/libtokencap'
[INFO] [stderr]   make -C utils/afl_network_proxy clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/afl_network_proxy'
[INFO] [stderr]   rm -f afl-network-client afl-network-server *~ core
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/afl_network_proxy'
[INFO] [stderr]   make -C utils/socket_fuzzing clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/socket_fuzzing'
[INFO] [stderr]   rm -f socketfuzz32.so socketfuzz64.so
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/socket_fuzzing'
[INFO] [stderr]   make -C utils/argv_fuzzing clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/argv_fuzzing'
[INFO] [stderr]   rm -f argvfuzz32.so argvfuzz64.so
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/utils/argv_fuzzing'
[INFO] [stderr]   make -C qemu_mode/unsigaction clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/qemu_mode/unsigaction'
[INFO] [stderr]   rm -f unsigaction.so
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/qemu_mode/unsigaction'
[INFO] [stderr]   make -C qemu_mode/libcompcov clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/qemu_mode/libcompcov'
[INFO] [stderr]   rm -f *.o *.so *~ a.out core core.[1-9][0-9]*
[INFO] [stderr]   rm -f ../../libcompcov.so compcovtest
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/qemu_mode/libcompcov'
[INFO] [stderr]   make -C qemu_mode/libqasan clean
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/qemu_mode/libqasan'
[INFO] [stderr]   rm -f *.o *.so *~ a.out core core.[1-9][0-9]*
[INFO] [stderr]   rm -f ../../libqasan.so
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/AFLplusplus/qemu_mode/libqasan'
[INFO] [stderr]   rm -rf qemu_mode/qemuafl
[INFO] [stderr]   rm -rf unicorn_mode/unicornafl
[INFO] [stderr]   [!] Note: skipping x86 compilation checks (AFL_NO_X86 set).
[INFO] [stderr]   [-] shmat seems not to be working, switching to mmap implementation
[INFO] [stderr]   [-] You seem to need to install the package python3-dev, python2-dev or python-dev (and perhaps python[23]-apt), but it is optional so we continue
[INFO] [stderr]   [+] Everything seems to be working, ready to compile.
[INFO] [stderr]   cc -ggdb3 -O0 -Wall -Wextra -Werror -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -I include/ -DAFL_PATH=\"/lib/afl\" -DBIN_PATH=\"/bin\" -DDOC_PATH=\"/share/doc/afl\" -DUSEMMAP=1  -c src/afl-common.c -o src/afl-common.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Assembler messages:
[INFO] [stderr]   Fatal error: can't create src/afl-common.o: Read-only file system
[INFO] [stderr]   make: *** [GNUmakefile:419: src/afl-common.o] Error 1
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (234) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/afl-0.10.0/build.rs:32:5:
[INFO] [stderr]   assertion failed: status.success()
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55ebccb19441 - std[8846149961acbc25]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x55ebccb19441 - std[8846149961acbc25]::backtrace_rs::backtrace::trace_unsynchronized::<std[8846149961acbc25]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x55ebccb19441 - std[8846149961acbc25]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x55ebccb19441 - <<std[8846149961acbc25]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d0f0760a51c1d665]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x55ebccb2a54a - <core[d0f0760a51c1d665]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x55ebccb2a54a - core[d0f0760a51c1d665]::fmt::write
[INFO] [stderr]      6:     0x55ebccb1c9fc - core[d0f0760a51c1d665]::io::write::default_write_fmt::<std[8846149961acbc25]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x55ebccb1c9fc - <std[8846149961acbc25]::sys::stdio::unix::Stderr as core[d0f0760a51c1d665]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x55ebccaf99a6 - <std[8846149961acbc25]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x55ebccaf99a6 - std[8846149961acbc25]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:289:27
[INFO] [stderr]     10:     0x55ebccb14241 - std[8846149961acbc25]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:316:9
[INFO] [stderr]     11:     0x55ebccb143fb - std[8846149961acbc25]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:811:13
[INFO] [stderr]     12:     0x55ebccaf9a84 - std[8846149961acbc25]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:678:13
[INFO] [stderr]     13:     0x55ebccaf2779 - std[8846149961acbc25]::sys::backtrace::__rust_end_short_backtrace::<std[8846149961acbc25]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x55ebccafa1bd - __rustc[eab3cc975978b0d5]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:676:5
[INFO] [stderr]     15:     0x55ebccb2ad1c - core[d0f0760a51c1d665]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x55ebccb2ace2 - core[d0f0760a51c1d665]::panicking::panic
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/core/src/panicking.rs:150:5
[INFO] [stderr]     17:     0x55ebccaca55b - build_script_build[7b6ec3c0c6f9421f]::build_afl
[INFO] [stderr]     18:     0x55ebccaca388 - build_script_build[7b6ec3c0c6f9421f]::main
[INFO] [stderr]     19:     0x55ebccaccc83 - <fn() as core[d0f0760a51c1d665]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     20:     0x55ebccaca0a6 - std[8846149961acbc25]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     21:     0x55ebccaca0e9 - std[8846149961acbc25]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     22:     0x55ebccb13498 - <&dyn core[d0f0760a51c1d665]::ops::function::Fn<(), Output = i32> + core[d0f0760a51c1d665]::marker::Sync + core[d0f0760a51c1d665]::panic::unwind_safe::RefUnwindSafe as core[d0f0760a51c1d665]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x55ebccb13498 - std[8846149961acbc25]::panicking::catch_unwind::do_call::<&dyn core[d0f0760a51c1d665]::ops::function::Fn<(), Output = i32> + core[d0f0760a51c1d665]::marker::Sync + core[d0f0760a51c1d665]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:573:43
[INFO] [stderr]     24:     0x55ebccb13498 - std[8846149961acbc25]::panicking::catch_unwind::<i32, &dyn core[d0f0760a51c1d665]::ops::function::Fn<(), Output = i32> + core[d0f0760a51c1d665]::marker::Sync + core[d0f0760a51c1d665]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:541:19
[INFO] [stderr]     25:     0x55ebccb13498 - std[8846149961acbc25]::panic::catch_unwind::<&dyn core[d0f0760a51c1d665]::ops::function::Fn<(), Output = i32> + core[d0f0760a51c1d665]::marker::Sync + core[d0f0760a51c1d665]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x55ebccb13498 - std[8846149961acbc25]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x55ebccb13498 - std[8846149961acbc25]::panicking::catch_unwind::do_call::<std[8846149961acbc25]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:573:43
[INFO] [stderr]     28:     0x55ebccb13498 - std[8846149961acbc25]::panicking::catch_unwind::<isize, std[8846149961acbc25]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panicking.rs:541:19
[INFO] [stderr]     29:     0x55ebccb13498 - std[8846149961acbc25]::panic::catch_unwind::<std[8846149961acbc25]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x55ebccb13498 - std[8846149961acbc25]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/e3607d549209cc9fdfe7e907123b4185210e2c2b/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x55ebccac9ee1 - std[8846149961acbc25]::rt::lang_start::<()>
[INFO] [stderr]     32:     0x55ebccacccc5 - main
[INFO] [stderr]     33:     0x7cff33ff6601 - <unknown>
[INFO] [stderr]     34:     0x7cff33ff6718 - __libc_start_main
[INFO] [stderr]     35:     0x55ebccac8635 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9", kill_on_drop: false }`
[INFO] [stdout] df3bb12556594844eebdb640d9a3fb1bc9a61508f44d7ff84123360c136c12f9
