[INFO] fetching crate alloc_hoard 0.3.0...
[INFO] checking alloc_hoard-0.3.0 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate alloc_hoard 0.3.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate alloc_hoard 0.3.0 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate alloc_hoard 0.3.0
[INFO] finished tweaking crates.io crate alloc_hoard 0.3.0
[INFO] tweaked toml for crates.io crate alloc_hoard 0.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2b96cf3c861baaef6aee05b15f5ac3ea9b0804f50d3ec37ef05d70d6067d4e41
[INFO] running `Command { std: "docker" "start" "-a" "2b96cf3c861baaef6aee05b15f5ac3ea9b0804f50d3ec37ef05d70d6067d4e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b96cf3c861baaef6aee05b15f5ac3ea9b0804f50d3ec37ef05d70d6067d4e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b96cf3c861baaef6aee05b15f5ac3ea9b0804f50d3ec37ef05d70d6067d4e41", kill_on_drop: false }`
[INFO] [stdout] 2b96cf3c861baaef6aee05b15f5ac3ea9b0804f50d3ec37ef05d70d6067d4e41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ddc8cde86b7f5db45299347a5307a374884995b188e78de6a39bc4c195434e44
[INFO] running `Command { std: "docker" "start" "-a" "ddc8cde86b7f5db45299347a5307a374884995b188e78de6a39bc4c195434e44", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling alloc_hoard v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stdout]   --> build.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 |     gcc::Config::new()
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]   --> build.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |     gcc::Config::new()
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: alloc_hoard@0.3.0: In file included from /usr/include/c++/11/map:61,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from ./Hoard/src/Heap-Layers/heaps/./debug/sanitycheckheap.h:13,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from ./Hoard/src/Heap-Layers/heaps/./debug/all.h:4,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from ./Hoard/src/Heap-Layers/heaps/all.h:2,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from ./Hoard/src/Heap-Layers/heaplayers.h:106,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from Hoard/src/source/libhoard.cpp:33:
[INFO] [stderr] warning: alloc_hoard@0.3.0: /usr/include/c++/11/bits/stl_map.h: In instantiation of 'class std::map<void*, long unsigned int, std::less<void*>, HL::STLAllocator<std::pair<const void*, long unsigned int>, HL::FreelistHeap<HL::ZoneHeap<HL::MmapHeap, 16384> > > >':
[INFO] [stderr] warning: alloc_hoard@0.3.0: ./Hoard/src/Heap-Layers/heaps/./debug/sanitycheckheap.h:110:13:   required from here
[INFO] [stderr] warning: alloc_hoard@0.3.0: /usr/include/c++/11/bits/stl_map.h:123:71: error: static assertion failed: std::map must have the same value_type as its allocator
[INFO] [stderr] warning: alloc_hoard@0.3.0:   123 |       static_assert(is_same<typename _Alloc::value_type, value_type>::value,
[INFO] [stderr] warning: alloc_hoard@0.3.0:       |                                                                       ^~~~~
[INFO] [stderr] warning: alloc_hoard@0.3.0: /usr/include/c++/11/bits/stl_map.h:123:71: note: 'std::integral_constant<bool, false>::value' evaluates to false
[INFO] [stderr] warning: alloc_hoard@0.3.0: In file included from ./Hoard/src/Heap-Layers/heaps/./utility/all.h:2,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from ./Hoard/src/Heap-Layers/heaps/all.h:5,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from ./Hoard/src/Heap-Layers/heaplayers.h:106,
[INFO] [stderr] warning: alloc_hoard@0.3.0:                  from Hoard/src/source/libhoard.cpp:33:
[INFO] [stderr] warning: alloc_hoard@0.3.0: ./Hoard/src/Heap-Layers/heaps/./utility/exceptionheap.h:39:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
[INFO] [stderr] warning: alloc_hoard@0.3.0:    39 |     inline void * malloc (size_t sz) throw (std::bad_alloc) {
[INFO] [stderr] warning: alloc_hoard@0.3.0:       |                                      ^~~~~
[INFO] [stderr] 
[INFO] [stderr] error: failed to run custom build command for `alloc_hoard v0.3.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/alloc_hoard-8324457070c34098/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[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]   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]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = 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]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "./Hoard/src" "-I" "./Hoard/src/include" "-I" "./Hoard/src/include/util" "-I" "./Hoard/src/include/hoard" "-I" "./Hoard/src/include/superblocks" "-I" "./Hoard/src/Heap-Layers" "-std=c++11" "-fno-builtin-malloc" "-Bsymbolic" "-DNDEBUG" "-D_REENTRANT=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/alloc_hoard-cf39ce6ae5c849cf/out/Hoard/src/source/libhoard.o" "-c" "Hoard/src/source/libhoard.cpp"
[INFO] [stderr]   cargo:warning=In file included from /usr/include/c++/11/map:61,
[INFO] [stderr]   cargo:warning=                 from ./Hoard/src/Heap-Layers/heaps/./debug/sanitycheckheap.h:13,
[INFO] [stderr]   cargo:warning=                 from ./Hoard/src/Heap-Layers/heaps/./debug/all.h:4,
[INFO] [stderr]   cargo:warning=                 from ./Hoard/src/Heap-Layers/heaps/all.h:2,
[INFO] [stderr]   cargo:warning=                 from ./Hoard/src/Heap-Layers/heaplayers.h:106,
[INFO] [stderr]   cargo:warning=                 from Hoard/src/source/libhoard.cpp:33:
[INFO] [stderr]   cargo:warning=/usr/include/c++/11/bits/stl_map.h: In instantiation of 'class std::map<void*, long unsigned int, std::less<void*>, HL::STLAllocator<std::pair<const void*, long unsigned int>, HL::FreelistHeap<HL::ZoneHeap<HL::MmapHeap, 16384> > > >':
[INFO] [stderr]   cargo:warning=./Hoard/src/Heap-Layers/heaps/./debug/sanitycheckheap.h:110:13:   required from here
[INFO] [stderr]   cargo:warning=/usr/include/c++/11/bits/stl_map.h:123:71: error: static assertion failed: std::map must have the same value_type as its allocator
[INFO] [stderr]   cargo:warning=  123 |       static_assert(is_same<typename _Alloc::value_type, value_type>::value,
[INFO] [stderr]   cargo:warning=      |                                                                       ^~~~~
[INFO] [stderr]   cargo:warning=/usr/include/c++/11/bits/stl_map.h:123:71: note: 'std::integral_constant<bool, false>::value' evaluates to false
[INFO] [stderr]   cargo:warning=In file included from ./Hoard/src/Heap-Layers/heaps/./utility/all.h:2,
[INFO] [stderr]   cargo:warning=                 from ./Hoard/src/Heap-Layers/heaps/all.h:5,
[INFO] [stderr]   cargo:warning=                 from ./Hoard/src/Heap-Layers/heaplayers.h:106,
[INFO] [stderr]   cargo:warning=                 from Hoard/src/source/libhoard.cpp:33:
[INFO] [stderr]   cargo:warning=./Hoard/src/Heap-Layers/heaps/./utility/exceptionheap.h:39:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
[INFO] [stderr]   cargo:warning=   39 |     inline void * malloc (size_t sz) throw (std::bad_alloc) {
[INFO] [stderr]   cargo:warning=      |                                      ^~~~~
[INFO] [stderr]   exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gcc-0.3.55/src/lib.rs:1672:5:
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Internal error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "./Hoard/src" "-I" "./Hoard/src/include" "-I" "./Hoard/src/include/util" "-I" "./Hoard/src/include/hoard" "-I" "./Hoard/src/include/superblocks" "-I" "./Hoard/src/Heap-Layers" "-std=c++11" "-fno-builtin-malloc" "-Bsymbolic" "-DNDEBUG" "-D_REENTRANT=1" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/alloc_hoard-cf39ce6ae5c849cf/out/Hoard/src/source/libhoard.o" "-c" "Hoard/src/source/libhoard.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5e8fb8b6559a - std::backtrace_rs::backtrace::libunwind::trace::h7d463d46f41c1625
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stderr]      1:     0x5e8fb8b6559a - std::backtrace_rs::backtrace::trace_unsynchronized::h476f8f3b73852bd8
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x5e8fb8b6559a - std::sys::backtrace::_print_fmt::h1442fc2d80f84a69
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5e8fb8b6559a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hfeba7cbf44c2b035
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5e8fb8b87c0b - core::fmt::rt::Argument::fmt::ha5da46916c25e7eb
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/core/src/fmt/rt.rs:177:76
[INFO] [stderr]      5:     0x5e8fb8b87c0b - core::fmt::write::hcf1a9b5a168bab42
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/core/src/fmt/mod.rs:1186:21
[INFO] [stderr]      6:     0x5e8fb8b61c23 - std::io::Write::write_fmt::h343cbf8f0f760140
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/io/mod.rs:1823:15
[INFO] [stderr]      7:     0x5e8fb8b653e2 - std::sys::backtrace::BacktraceLock::print::h0ae6c23bbfb5f51d
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      8:     0x5e8fb8b668c7 - std::panicking::default_hook::{{closure}}::h8b07c33038b0c409
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:268:22
[INFO] [stderr]      9:     0x5e8fb8b666f6 - std::panicking::default_hook::hb2958c2545ef77af
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:295:9
[INFO] [stderr]     10:     0x5e8fb8b66f07 - std::panicking::rust_panic_with_hook::h7dbaabf3e609e10d
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:801:13
[INFO] [stderr]     11:     0x5e8fb8b66da7 - std::panicking::begin_panic_handler::{{closure}}::h1b159749db0a4fbc
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:674:13
[INFO] [stderr]     12:     0x5e8fb8b65a79 - std::sys::backtrace::__rust_end_short_backtrace::hd4f2aecc8171f6c9
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/sys/backtrace.rs:170:18
[INFO] [stderr]     13:     0x5e8fb8b66a34 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:665:5
[INFO] [stderr]     14:     0x5e8fb8b86a83 - core::panicking::panic_fmt::hbd7893aa48b90018
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/core/src/panicking.rs:74:14
[INFO] [stderr]     15:     0x5e8fb8b26c02 - gcc::fail::h8fa933b208a233ed
[INFO] [stderr]     16:     0x5e8fb8b1a38f - gcc::Build::compile::h04499cb8a4d6c3e8
[INFO] [stderr]     17:     0x5e8fb8b169a8 - build_script_build::main::h547370d114fbca05
[INFO] [stderr]     18:     0x5e8fb8b16533 - core::ops::function::FnOnce::call_once::h833d90be74513c4c
[INFO] [stderr]     19:     0x5e8fb8b16496 - std::sys::backtrace::__rust_begin_short_backtrace::h94c570fffb12e5a8
[INFO] [stderr]     20:     0x5e8fb8b16479 - std::rt::lang_start::{{closure}}::h2489aa7680c25964
[INFO] [stderr]     21:     0x5e8fb8b5e410 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfad295795d7a894f
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     22:     0x5e8fb8b5e410 - std::panicking::try::do_call::hc9dff1cc4e54de5a
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:557:40
[INFO] [stderr]     23:     0x5e8fb8b5e410 - std::panicking::try::h812dea15f7b65398
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:520:19
[INFO] [stderr]     24:     0x5e8fb8b5e410 - std::panic::catch_unwind::h2981155ef2c37051
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panic.rs:348:14
[INFO] [stderr]     25:     0x5e8fb8b5e410 - std::rt::lang_start_internal::{{closure}}::h4314f9f12a96aa2f
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/rt.rs:143:48
[INFO] [stderr]     26:     0x5e8fb8b5e410 - std::panicking::try::do_call::ha990fc313fde27df
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:557:40
[INFO] [stderr]     27:     0x5e8fb8b5e410 - std::panicking::try::he56b3ad7c18dbde8
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panicking.rs:520:19
[INFO] [stderr]     28:     0x5e8fb8b5e410 - std::panic::catch_unwind::hd440ffabd1849607
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/panic.rs:348:14
[INFO] [stderr]     29:     0x5e8fb8b5e410 - std::rt::lang_start_internal::h4f26667a84827d07
[INFO] [stderr]                                  at /rustc/fd2c811d25ad5773fbd2463e058bf4edf4d44eb2/library/std/src/rt.rs:143:20
[INFO] [stderr]     30:     0x5e8fb8b16457 - std::rt::lang_start::ha1fa90232a531f59
[INFO] [stderr]     31:     0x5e8fb8b169f5 - main
[INFO] [stderr]     32:     0x70070bb44d90 - <unknown>
[INFO] [stderr]     33:     0x70070bb44e40 - __libc_start_main
[INFO] [stderr]     34:     0x5e8fb8b16195 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "ddc8cde86b7f5db45299347a5307a374884995b188e78de6a39bc4c195434e44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddc8cde86b7f5db45299347a5307a374884995b188e78de6a39bc4c195434e44", kill_on_drop: false }`
[INFO] [stdout] ddc8cde86b7f5db45299347a5307a374884995b188e78de6a39bc4c195434e44
