[INFO] fetching crate svd_board 0.3.0... [INFO] documenting svd_board-0.3.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate svd_board 0.3.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate svd_board 0.3.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate svd_board 0.3.0 [INFO] finished tweaking crates.io crate svd_board 0.3.0 [INFO] tweaked toml for crates.io crate svd_board 0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded volatile v0.2.7 [INFO] [stderr] Downloaded svd_codegen v0.4.0 [INFO] [stderr] Downloaded bit_field v0.6.1 [INFO] [stderr] Downloaded once v0.3.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb10792f0f51615435590c6b11a2f6b483234291b6a5029be8b84f30ea1de7ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb10792f0f51615435590c6b11a2f6b483234291b6a5029be8b84f30ea1de7ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb10792f0f51615435590c6b11a2f6b483234291b6a5029be8b84f30ea1de7ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb10792f0f51615435590c6b11a2f6b483234291b6a5029be8b84f30ea1de7ef", kill_on_drop: false }` [INFO] [stdout] bb10792f0f51615435590c6b11a2f6b483234291b6a5029be8b84f30ea1de7ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27d03287990f5a6ec12e9ee43072450b609b8969e7415b71674c3ee57c50eb57 [INFO] running `Command { std: "docker" "start" "-a" "27d03287990f5a6ec12e9ee43072450b609b8969e7415b71674c3ee57c50eb57", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling svd_codegen v0.4.0 [INFO] [stderr] Checking once v0.3.4 [INFO] [stderr] Checking volatile v0.2.7 [INFO] [stderr] Checking bit_field v0.6.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling syn v0.9.2 [INFO] [stderr] Compiling xmltree v0.3.2 [INFO] [stderr] Compiling svd-parser v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling svd_board v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | try!(writeln!(lib_rs, "#![allow(unused_imports)]")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | try!(writeln!(lib_rs, "#![no_std]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | try!(writeln!(lib_rs, "extern crate volatile;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | try!(writeln!(lib_rs, "#[macro_use] extern crate once;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | try!(writeln!(lib_rs, "extern crate bit_field;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | try!(writeln!(lib_rs, "pub struct Hardware {{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | try!(writeln!(lib_rs, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | try!(writeln!(lib_rs, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | try!(writeln!(lib_rs, "pub fn hw() -> Hardware {{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | try!(writeln!(lib_rs, " assert_has_not_been_called!();")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | try!(writeln!(lib_rs, " Hardware {{")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | try!(writeln!(lib_rs, " }}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | try!(writeln!(lib_rs, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | try!(writeln!(lib_rs, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | try!(writeln!(lib_rs, " &mut *(addr as *const T as *mut T)")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | try!(writeln!(lib_rs, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | try!(writeln!(lib_rs, "pub mod {};", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(write!(file, "{}\n\n{}\n\n{}", autogen_note, imports, code)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | try!(writeln!(lib_rs, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(writeln!(lib_rs, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | assert!(file_name.is_none(), err_duplicate_board); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 29 | assert!(file_name.is_none(), "{}", err_duplicate_board); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:34:38 [INFO] [stdout] | [INFO] [stdout] 34 | assert!(file_name.is_none(), err_duplicate_board); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 34 | assert!(file_name.is_none(), "{}", err_duplicate_board); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `svd_board v0.3.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/svd_board-ebf06464d92f700e/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Please choose a board feature!', build.rs:38:15 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x56422f9536cd - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x56422f9536cd - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x56422f9536cd - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x56422f9536cd - ::fmt::h9c2a9d2774d81873 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x56422f971ddc - core::fmt::write::hba4337c43d992f49 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x56422f9516c1 - std::io::Write::write_fmt::heb73de6e02cfabed [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x56422f954e75 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x56422f954e75 - std::sys_common::backtrace::print::h426700d6240cdcc2 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x56422f954e75 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x56422f954b29 - std::panicking::default_hook::h2e88d02087fae196 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x56422f9553c2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x56422f9552a7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x56422f953b84 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x56422f954fd9 - rust_begin_unwind [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x56422f8ad4f3 - core::panicking::panic_fmt::h366d3a309ae17c94 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 [INFO] [stderr] 15: 0x56422f970fb1 - core::panicking::panic_display::hd3e89d99fb893792 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:72:5 [INFO] [stderr] 16: 0x56422f970f5b - core::panicking::panic_str::h98ed104b0c03a108 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:56:5 [INFO] [stderr] 17: 0x56422f8ad366 - core::option::expect_failed::h58d487f78ae9d247 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/option.rs:1874:5 [INFO] [stderr] 18: 0x56422f8e9503 - core::option::Option::expect::h84f9ae2126a5335e [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/option.rs:718:21 [INFO] [stderr] 19: 0x56422f8adaaf - build_script_build::svd_file_name::h1ff6d49235299529 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:38:5 [INFO] [stderr] 20: 0x56422f8ad7bc - build_script_build::main::h17dee1baa615f97a [INFO] [stderr] at /opt/rustwide/workdir/build.rs:12:13 [INFO] [stderr] 21: 0x56422f8b2c6b - core::ops::function::FnOnce::call_once::he8492f773023b7c3 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x56422f8b62de - std::sys_common::backtrace::__rust_begin_short_backtrace::hb3e5e9805a32a586 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 23: 0x56422f8b25e1 - std::rt::lang_start::{{closure}}::h9433073d31042fba [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/rt.rs:145:18 [INFO] [stderr] 24: 0x56422f94d6ae - core::ops::function::impls:: for &F>::call_once::had4f69b3aefb47a8 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 25: 0x56422f94d6ae - std::panicking::try::do_call::hf2ad5355fcafe775 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:492:40 [INFO] [stderr] 26: 0x56422f94d6ae - std::panicking::try::h0a63ac363423e61e [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:456:19 [INFO] [stderr] 27: 0x56422f94d6ae - std::panic::catch_unwind::h18088edcecb8693a [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panic.rs:137:14 [INFO] [stderr] 28: 0x56422f94d6ae - std::rt::lang_start_internal::{{closure}}::ha7dad166dc711761 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/rt.rs:128:48 [INFO] [stderr] 29: 0x56422f94d6ae - std::panicking::try::do_call::hda0c61bf3a57d6e6 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:492:40 [INFO] [stderr] 30: 0x56422f94d6ae - std::panicking::try::hbc940e68560040a9 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:456:19 [INFO] [stderr] 31: 0x56422f94d6ae - std::panic::catch_unwind::haed0df2aeb3fa368 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panic.rs:137:14 [INFO] [stderr] 32: 0x56422f94d6ae - std::rt::lang_start_internal::h9c06694362b5b80c [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/rt.rs:128:20 [INFO] [stderr] 33: 0x56422f8b25b0 - std::rt::lang_start::heec21ec3c16ce4f6 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/rt.rs:144:17 [INFO] [stderr] 34: 0x56422f8afb1c - main [INFO] [stderr] 35: 0x7fda503bd0b3 - __libc_start_main [INFO] [stderr] 36: 0x56422f8ad6ee - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "27d03287990f5a6ec12e9ee43072450b609b8969e7415b71674c3ee57c50eb57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27d03287990f5a6ec12e9ee43072450b609b8969e7415b71674c3ee57c50eb57", kill_on_drop: false }` [INFO] [stdout] 27d03287990f5a6ec12e9ee43072450b609b8969e7415b71674c3ee57c50eb57