[INFO] fetching crate sp-panic-handler 13.0.2... [INFO] testing sp-panic-handler-13.0.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate sp-panic-handler 13.0.2 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate sp-panic-handler 13.0.2 [INFO] finished tweaking crates.io crate sp-panic-handler 13.0.2 [INFO] tweaked toml for crates.io crate sp-panic-handler 13.0.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sp-panic-handler 13.0.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26fbbf73c6defe2e2ec8c7f26d0784c48e80296808c8ef93dd91eb0340cf8b5b [INFO] running `Command { std: "docker" "start" "-a" "26fbbf73c6defe2e2ec8c7f26d0784c48e80296808c8ef93dd91eb0340cf8b5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26fbbf73c6defe2e2ec8c7f26d0784c48e80296808c8ef93dd91eb0340cf8b5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26fbbf73c6defe2e2ec8c7f26d0784c48e80296808c8ef93dd91eb0340cf8b5b", kill_on_drop: false }` [INFO] [stdout] 26fbbf73c6defe2e2ec8c7f26d0784c48e80296808c8ef93dd91eb0340cf8b5b [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b522197e8ea468f09a04651ccc6c45ba9db437c7d5c52568a9366808fe1fc00 [INFO] running `Command { std: "docker" "start" "-a" "6b522197e8ea468f09a04651ccc6c45ba9db437c7d5c52568a9366808fe1fc00", kill_on_drop: false }` [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling sp-panic-handler v13.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:31 [INFO] [stdout] | [INFO] [stdout] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow { [INFO] [stdout] | ^^^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s [INFO] running `Command { std: "docker" "inspect" "6b522197e8ea468f09a04651ccc6c45ba9db437c7d5c52568a9366808fe1fc00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b522197e8ea468f09a04651ccc6c45ba9db437c7d5c52568a9366808fe1fc00", kill_on_drop: false }` [INFO] [stdout] 6b522197e8ea468f09a04651ccc6c45ba9db437c7d5c52568a9366808fe1fc00 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da50323350efbac88fcb016da031c50d1689dd3f3b16b97edd63b0974e2f13ae [INFO] running `Command { std: "docker" "start" "-a" "da50323350efbac88fcb016da031c50d1689dd3f3b16b97edd63b0974e2f13ae", kill_on_drop: false }` [INFO] [stderr] Compiling sp-panic-handler v13.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:31 [INFO] [stdout] | [INFO] [stdout] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow { [INFO] [stdout] | ^^^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:31 [INFO] [stdout] | [INFO] [stdout] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow { [INFO] [stdout] | ^^^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "da50323350efbac88fcb016da031c50d1689dd3f3b16b97edd63b0974e2f13ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da50323350efbac88fcb016da031c50d1689dd3f3b16b97edd63b0974e2f13ae", kill_on_drop: false }` [INFO] [stdout] da50323350efbac88fcb016da031c50d1689dd3f3b16b97edd63b0974e2f13ae [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1195191a6c86d080eb31033af8d6b7355d2fc559c6a94a0f21112d908b448edb [INFO] running `Command { std: "docker" "start" "-a" "1195191a6c86d080eb31033af8d6b7355d2fc559c6a94a0f21112d908b448edb", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:131:31 [INFO] [stderr] | [INFO] [stderr] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow { [INFO] [stderr] | ^^^^ --------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 131 | fn strip_control_codes(input: &str) -> std::borrow::Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `sp-panic-handler` (lib) generated 1 warning [INFO] [stderr] warning: `sp-panic-handler` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sp_panic_handler-a72869d671567ad3) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] [INFO] [stderr] ==================== [INFO] [stderr] [INFO] [stderr] Version: 1.2.3 [INFO] [stderr] [INFO] [stderr] 0: sp_panic_handler::panic_hook [INFO] [stderr] at src/lib.rs:170:18 [INFO] [stderr] 1: sp_panic_handler::set::{{closure}} [INFO] [stderr] at src/lib.rs:63:12 [INFO] [stderr] 2: as core::ops::function::Fn>::call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stderr] std::panicking::rust_panic_with_hook [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stderr] 3: std::panicking::begin_panic_handler::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stderr] 4: std::sys::backtrace::__rust_end_short_backtrace [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 5: __rustc::rust_begin_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stderr] 6: core::panicking::panic_fmt [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stderr] 7: core::panicking::panic_display [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:268:5 [INFO] [stderr] core::panicking::panic_explicit [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:241:5 [INFO] [stderr] 8: sp_panic_handler::tests::does_not_abort_after_never_abort::{{closure}}::panic_cold_explicit [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:88:13 [INFO] [stderr] 9: sp_panic_handler::tests::does_not_abort_after_never_abort::{{closure}} [INFO] [stderr] at src/lib.rs:207:31 [INFO] [stderr] 10: std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] 11: __rust_try [INFO] [stderr] 12: std::panicking::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] 13: sp_panic_handler::tests::does_not_abort_after_never_abort [INFO] [stderr] at src/lib.rs:207:3 [INFO] [stderr] 14: sp_panic_handler::tests::does_not_abort_after_never_abort::{{closure}} [INFO] [stderr] at src/lib.rs:203:39 [INFO] [stderr] 15: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 16: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] test::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stderr] 17: test::run_test_in_process::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stderr] as core::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] std::panicking::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] test::run_test_in_process [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stderr] test::run_test::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stderr] 18: test::run_test::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stderr] std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stderr] 19: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stderr] as core::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] std::panicking::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stderr] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 20: as core::ops::function::FnOnce>::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stderr] std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stderr] 21: [INFO] [stderr] 22: clone [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Thread 'tests::does_not_abort_after_never_abort' panicked at 'explicit panic', src/lib.rs:207 [INFO] [stderr] [INFO] [stderr] This is a bug. Please report it at: [INFO] [stderr] [INFO] [stderr] test [INFO] [stderr] [INFO] [stdout] test tests::does_not_abort_after_never_abort ... ok [INFO] [stderr] [INFO] [stderr] ==================== [INFO] [stderr] [INFO] [stderr] Version: 1.2.3 [INFO] [stderr] [INFO] [stderr] 0: sp_panic_handler::panic_hook [INFO] [stderr] at src/lib.rs:170:18 [INFO] [stderr] 1: sp_panic_handler::set::{{closure}} [INFO] [stderr] at src/lib.rs:63:12 [INFO] [stderr] 2: as core::ops::function::Fn>::call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stderr] std::panicking::rust_panic_with_hook [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stderr] 3: std::panicking::begin_panic_handler::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stderr] 4: std::sys::backtrace::__rust_end_short_backtrace [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 5: __rustc::rust_begin_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stderr] 6: core::panicking::panic_fmt [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stderr] 7: core::panicking::panic_display [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:268:5 [INFO] [stderr] core::panicking::panic_explicit [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:241:5 [INFO] [stderr] 8: sp_panic_handler::tests::does_not_abort::{{closure}}::panic_cold_explicit [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic.rs:88:13 [INFO] [stderr] 9: sp_panic_handler::tests::does_not_abort::{{closure}} [INFO] [stderr] at src/lib.rs:199:33 [INFO] [stderr] 10: std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] 11: __rust_try [INFO] [stderr] 12: std::panicking::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] 13: sp_panic_handler::tests::does_not_abort [INFO] [stderr] at src/lib.rs:199:3 [INFO] [stderr] 14: sp_panic_handler::tests::does_not_abort::{{closure}} [INFO] [stderr] at src/lib.rs:196:21 [INFO] [stderr] 15: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 16: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] test::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stderr] 17: test::run_test_in_process::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stderr] as core::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] std::panicking::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] test::run_test_in_process [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stderr] test::run_test::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stderr] 18: test::run_test::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stderr] std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stderr] 19: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stderr] as core::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] std::panicking::catch_unwind::do_call [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] std::panicking::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] std::panic::catch_unwind [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stderr] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stderr] 20: as core::ops::function::FnOnce>::call_once [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stderr] std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stderr] 21: [INFO] [stderr] 22: clone [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Thread 'tests::does_not_abort' panicked at 'explicit panic', src/lib.rs:199 [INFO] [stderr] [INFO] [stderr] This is a bug. Please report it at: [INFO] [stderr] [INFO] [stderr] test [INFO] [stderr] [INFO] [stdout] test tests::does_not_abort ... ok [INFO] [stdout] test tests::control_characters_are_always_stripped_out_from_the_panic_messages ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] [stderr] Doc-tests sp_panic_handler [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1195191a6c86d080eb31033af8d6b7355d2fc559c6a94a0f21112d908b448edb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1195191a6c86d080eb31033af8d6b7355d2fc559c6a94a0f21112d908b448edb", kill_on_drop: false }` [INFO] [stdout] 1195191a6c86d080eb31033af8d6b7355d2fc559c6a94a0f21112d908b448edb