[INFO] cloning repository https://github.com/preinpost/quic_test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/preinpost/quic_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreinpost%2Fquic_test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreinpost%2Fquic_test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36f489dd861a0a4d2dab7c2f57fdc0c76552fd8a
[INFO] checking preinpost/quic_test against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreinpost%2Fquic_test" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/preinpost/quic_test
[INFO] finished tweaking git repo https://github.com/preinpost/quic_test
[INFO] tweaked toml for git repo https://github.com/preinpost/quic_test written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/preinpost/quic_test on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/preinpost/quic_test 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040
[INFO] running `Command { std: "docker" "start" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040", 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" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040", 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" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling rustix v0.38.19
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]     Checking linux-raw-sys v0.4.10
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking octets v0.2.0
[INFO] [stderr]     Checking termcolor v1.3.0
[INFO] [stderr]     Checking intrusive-collections v0.9.6
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking regex-automata v0.4.2
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling ring v0.17.4
[INFO] [stderr]    Compiling quiche v0.18.0
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking regex v1.10.1
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr] error: failed to run custom build command for `quiche v0.18.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/quiche-3c078fce2af3a22b/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/quiche-3f65adbb3df5c382/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quiche-0.18.0/deps/boringssl" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/quiche-3f65adbb3df5c382/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 15.2.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 15.2.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- The ASM compiler identification is GNU
[INFO] [stderr]   -- Found assembler: /usr/bin/cc
[INFO] [stderr]   -- Configuring done (1.8s)
[INFO] [stderr]   -- Generating done (0.1s)
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/quiche-3f65adbb3df5c382/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/quiche-3f65adbb3df5c382/out/build" && MAKEFLAGS="-j --jobserver-fds=4,5 --jobserver-auth=4,5" "cmake" "--build" "." "--target" "ssl" "--config" "Debug"
[INFO] [stderr]   [  0%] Building CXX object CMakeFiles/ssl.dir/src/ssl/d1_lib.cc.o
[INFO] [stderr]   [  7%] Building CXX object CMakeFiles/ssl.dir/src/ssl/d1_both.cc.o
[INFO] [stderr]   [  7%] Building CXX object CMakeFiles/ssl.dir/src/ssl/bio_ssl.cc.o
[INFO] [stderr]   [  7%] Building CXX object CMakeFiles/ssl.dir/src/ssl/d1_pkt.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/ssl.dir/src/ssl/encrypted_client_hello.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/ssl.dir/src/ssl/extensions.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/ssl.dir/src/ssl/dtls_method.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/ssl.dir/src/ssl/dtls_record.cc.o
[INFO] [stderr]   [ 23%] Building CXX object CMakeFiles/ssl.dir/src/ssl/s3_both.cc.o
[INFO] [stderr]   [ 23%] Building CXX object CMakeFiles/ssl.dir/src/ssl/handshake_server.cc.o
[INFO] [stderr]   [ 30%] Building CXX object CMakeFiles/ssl.dir/src/ssl/d1_srtp.cc.o
[INFO] [stderr]   [ 38%] Building CXX object CMakeFiles/ssl.dir/src/ssl/handshake.cc.o
[INFO] [stderr]   [ 38%] Building CXX object CMakeFiles/ssl.dir/src/ssl/handoff.cc.o
[INFO] [stderr]   [ 38%] Building CXX object CMakeFiles/ssl.dir/src/ssl/s3_lib.cc.o
[INFO] [stderr]   [ 38%] Building CXX object CMakeFiles/ssl.dir/src/ssl/s3_pkt.cc.o
[INFO] [stderr]   [ 38%] Building CXX object CMakeFiles/ssl.dir/src/ssl/handshake_client.cc.o
[INFO] [stderr]   [ 46%] Building CXX object CMakeFiles/ssl.dir/src/ssl/ssl_aead_ctx.cc.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.10 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
[INFO] [stderr]     to tell CMake that the project requires at least <min> but has been updated
[INFO] [stderr]     to work with policies introduced by <max> or earlier.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[3]: *** [CMakeFiles/ssl.dir/build.make:191: CMakeFiles/ssl.dir/src/ssl/extensions.cc.o] Error 1
[INFO] [stderr]   gmake[3]: *** Waiting for unfinished jobs....
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/Makefile2:125: CMakeFiles/ssl.dir/all] Error 2
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/ssl.dir/rule] Error 2
[INFO] [stderr]   gmake: *** [Makefile:137: ssl] Error 2
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (607) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.50/src/lib.rs:1098:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5b85e3fcde91 - std[72a6c6a1ebb772b0]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5b85e3fcde91 - std[72a6c6a1ebb772b0]::backtrace_rs::backtrace::trace_unsynchronized::<std[72a6c6a1ebb772b0]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5b85e3fcde91 - std[72a6c6a1ebb772b0]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5b85e3fcde91 - <<std[72a6c6a1ebb772b0]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[57ab91247ec8248e]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5b85e3fe242a - <core[57ab91247ec8248e]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5b85e3fe242a - core[57ab91247ec8248e]::fmt::write
[INFO] [stderr]      6:     0x5b85e3fd3d9c - core[57ab91247ec8248e]::io::write::default_write_fmt::<std[72a6c6a1ebb772b0]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x5b85e3fd3d9c - <std[72a6c6a1ebb772b0]::sys::stdio::unix::Stderr as core[57ab91247ec8248e]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x5b85e3fac1a6 - <std[72a6c6a1ebb772b0]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5b85e3fac1a6 - std[72a6c6a1ebb772b0]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5b85e3fc80f1 - std[72a6c6a1ebb772b0]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5b85e3fc82ab - std[72a6c6a1ebb772b0]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:815:13
[INFO] [stderr]     12:     0x5b85e3fac252 - std[72a6c6a1ebb772b0]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:688:13
[INFO] [stderr]     13:     0x5b85e3fa44c9 - std[72a6c6a1ebb772b0]::sys::backtrace::__rust_end_short_backtrace::<std[72a6c6a1ebb772b0]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5b85e3faca4d - __rustc[2c4cb41b06c0cc90]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:679:5
[INFO] [stderr]     15:     0x5b85e3fe2b9c - core[57ab91247ec8248e]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5b85e3f55ca7 - cmake[f56f8c087f1a8d3a]::fail
[INFO] [stderr]     17:     0x5b85e3f55961 - cmake[f56f8c087f1a8d3a]::run
[INFO] [stderr]     18:     0x5b85e3f5b701 - <cmake[f56f8c087f1a8d3a]::Config>::build
[INFO] [stderr]     19:     0x5b85e3f436e4 - build_script_build[56ee98de0d0fd918]::main::{closure#0}
[INFO] [stderr]     20:     0x5b85e3f42da7 - <core[57ab91247ec8248e]::result::Result<alloc[52c4f6e618b5e41f]::string::String, std[72a6c6a1ebb772b0]::env::VarError>>::unwrap_or_else::<build_script_build[56ee98de0d0fd918]::main::{closure#0}>
[INFO] [stderr]     21:     0x5b85e3f44af0 - build_script_build[56ee98de0d0fd918]::main
[INFO] [stderr]     22:     0x5b85e3f46233 - <fn() as core[57ab91247ec8248e]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     23:     0x5b85e3f43616 - std[72a6c6a1ebb772b0]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     24:     0x5b85e3f43629 - std[72a6c6a1ebb772b0]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     25:     0x5b85e3fc7417 - <&dyn core[57ab91247ec8248e]::ops::function::Fn<(), Output = i32> + core[57ab91247ec8248e]::marker::Sync + core[57ab91247ec8248e]::panic::unwind_safe::RefUnwindSafe as core[57ab91247ec8248e]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     26:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::panicking::catch_unwind::do_call::<&dyn core[57ab91247ec8248e]::ops::function::Fn<(), Output = i32> + core[57ab91247ec8248e]::marker::Sync + core[57ab91247ec8248e]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:576:43
[INFO] [stderr]     27:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::panicking::catch_unwind::<i32, &dyn core[57ab91247ec8248e]::ops::function::Fn<(), Output = i32> + core[57ab91247ec8248e]::marker::Sync + core[57ab91247ec8248e]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:544:19
[INFO] [stderr]     28:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::panic::catch_unwind::<&dyn core[57ab91247ec8248e]::ops::function::Fn<(), Output = i32> + core[57ab91247ec8248e]::marker::Sync + core[57ab91247ec8248e]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/rt.rs:175:24
[INFO] [stderr]     30:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::panicking::catch_unwind::do_call::<std[72a6c6a1ebb772b0]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:576:43
[INFO] [stderr]     31:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::panicking::catch_unwind::<isize, std[72a6c6a1ebb772b0]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panicking.rs:544:19
[INFO] [stderr]     32:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::panic::catch_unwind::<std[72a6c6a1ebb772b0]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/panic.rs:359:14
[INFO] [stderr]     33:     0x5b85e3fc7417 - std[72a6c6a1ebb772b0]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/library/std/src/rt.rs:171:5
[INFO] [stderr]     34:     0x5b85e3f43601 - std[72a6c6a1ebb772b0]::rt::lang_start::<()>
[INFO] [stderr]     35:     0x5b85e3f462e5 - main
[INFO] [stderr]     36:     0x788bba08f601 - <unknown>
[INFO] [stderr]     37:     0x788bba08f718 - __libc_start_main
[INFO] [stderr]     38:     0x5b85e3f42085 - _start
[INFO] [stderr]     39:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040", kill_on_drop: false }`
[INFO] [stdout] 817a4b6ff6b01a78bc9c1ae2525f094b3af0049c58384c3e0b84b634c0ec0040
