[INFO] crate panic-control 0.1.4 is already in cache [INFO] testing panic-control-0.1.4 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate panic-control 0.1.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate panic-control 0.1.4 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate panic-control 0.1.4 [INFO] finished tweaking crates.io crate panic-control 0.1.4 [INFO] tweaked toml for crates.io crate panic-control 0.1.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", 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] 63455bafcfef6ebc0681841591551e265801b1aee47eb5985c48e349afb7afca [INFO] running `Command { std: "docker" "start" "-a" "63455bafcfef6ebc0681841591551e265801b1aee47eb5985c48e349afb7afca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63455bafcfef6ebc0681841591551e265801b1aee47eb5985c48e349afb7afca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63455bafcfef6ebc0681841591551e265801b1aee47eb5985c48e349afb7afca", kill_on_drop: false }` [INFO] [stdout] 63455bafcfef6ebc0681841591551e265801b1aee47eb5985c48e349afb7afca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b395834b684458356f17f9f74baccef643e1a3149fc562343de4f44bf92b826 [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" "1b395834b684458356f17f9f74baccef643e1a3149fc562343de4f44bf92b826", kill_on_drop: false }` [INFO] [stderr] Compiling panic-control v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/panic_control.rs:520:29 [INFO] [stdout] | [INFO] [stdout] 520 | fn str_from_any(something: &Any) -> Option<&str> { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/panic_control.rs:530:33 [INFO] [stdout] | [INFO] [stdout] 530 | fn propagate_panic(box_any: Box) -> ! { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:123:23 [INFO] [stdout] | [INFO] [stdout] 123 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:753:30 [INFO] [stdout] | [INFO] [stdout] 753 | static HOOK_ONCE: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "1b395834b684458356f17f9f74baccef643e1a3149fc562343de4f44bf92b826", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b395834b684458356f17f9f74baccef643e1a3149fc562343de4f44bf92b826", kill_on_drop: false }` [INFO] [stdout] 1b395834b684458356f17f9f74baccef643e1a3149fc562343de4f44bf92b826 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--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] 173e920f87e16c19573930456ceb9a420225715a12e62c809302470235dda6bc [INFO] running `Command { std: "docker" "start" "-a" "173e920f87e16c19573930456ceb9a420225715a12e62c809302470235dda6bc", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/panic_control.rs:520:29 [INFO] [stdout] | [INFO] [stdout] 520 | fn str_from_any(something: &Any) -> Option<&str> { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling panic-control v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/panic_control.rs:530:33 [INFO] [stdout] | [INFO] [stdout] 530 | fn propagate_panic(box_any: Box) -> ! { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:123:23 [INFO] [stdout] | [INFO] [stdout] 123 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:753:30 [INFO] [stdout] | [INFO] [stdout] 753 | static HOOK_ONCE: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/panic_control.rs:520:29 [INFO] [stdout] | [INFO] [stdout] 520 | fn str_from_any(something: &Any) -> Option<&str> { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/panic_control.rs:530:33 [INFO] [stdout] | [INFO] [stdout] 530 | fn propagate_panic(box_any: Box) -> ! { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:123:23 [INFO] [stdout] | [INFO] [stdout] 123 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:753:30 [INFO] [stdout] | [INFO] [stdout] 753 | static HOOK_ONCE: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:873:27 [INFO] [stdout] | [INFO] [stdout] 873 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/panic_control.rs:880:30 [INFO] [stdout] | [INFO] [stdout] 880 | static GUARD: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "173e920f87e16c19573930456ceb9a420225715a12e62c809302470235dda6bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "173e920f87e16c19573930456ceb9a420225715a12e62c809302470235dda6bc", kill_on_drop: false }` [INFO] [stdout] 173e920f87e16c19573930456ceb9a420225715a12e62c809302470235dda6bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1e8f1396c8361aaa87d4a1d047e32c552967c3a89b03ac10e8825109b5375460 [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" "1e8f1396c8361aaa87d4a1d047e32c552967c3a89b03ac10e8825109b5375460", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic_control.rs:520:29 [INFO] [stderr] | [INFO] [stderr] 520 | fn str_from_any(something: &Any) -> Option<&str> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic_control.rs:530:33 [INFO] [stderr] | [INFO] [stderr] 530 | fn propagate_panic(box_any: Box) -> ! { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/panic_control.rs:123:23 [INFO] [stderr] | [INFO] [stderr] 123 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/panic_control.rs:753:30 [INFO] [stderr] | [INFO] [stderr] 753 | static HOOK_ONCE: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/panic_control.rs:873:27 [INFO] [stderr] | [INFO] [stderr] 873 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/panic_control.rs:880:30 [INFO] [stderr] | [INFO] [stderr] 880 | static GUARD: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic_control.rs:520:29 [INFO] [stderr] | [INFO] [stderr] 520 | fn str_from_any(something: &Any) -> Option<&str> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/panic_control.rs:530:33 [INFO] [stderr] | [INFO] [stderr] 530 | fn propagate_panic(box_any: Box) -> ! { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/panic_control.rs:123:23 [INFO] [stderr] | [INFO] [stderr] 123 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/panic_control.rs:753:30 [INFO] [stderr] | [INFO] [stderr] 753 | static HOOK_ONCE: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/panic_control-bdfccb84cc143640 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::checked_join_handle_inherent_into ... ok [INFO] [stdout] test tests::context_default ... ok [INFO] [stdout] test tests::checked_join_handle_trait_into ... ok [INFO] [stdout] test tests::no_panic ... ok [INFO] [stdout] test tests::from_thread_builder ... ok [INFO] [stdout] test tests::expected_panic ... ok [INFO] [stdout] test tests::int_literal_gotcha ... ok [INFO] [stdout] test tests::checked_join_handle_inherent_as_ref ... ok [INFO] [stdout] test tests::checked_join_handle_trait_as_ref ... ok [INFO] [stdout] test tests::debug_impls_omit_phantom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_thread_hook-c7990989f71a9659 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test thread_hook_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test_thread_result_ext-7a182f226106e7b9 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test panic_value_as_str::string_panic ... ok [INFO] [stdout] test panic_value_as_str::weird_panic ... ok [INFO] [stdout] test unwrap_or_propagate::no_panic ... ok [INFO] [stdout] test panic_value_as_str::static_str_panic ... ok [INFO] [stdout] test unwrap_or_propagate::weird_panic ... ok [INFO] [stdout] test unwrap_or_propagate::string_panic ... ok [INFO] [stderr] Doc-tests panic-control [INFO] [stdout] test panic_value_as_str::no_panic ... ok [INFO] [stdout] test unwrap_or_propagate::static_str_panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/panic_control.rs - Context

::spawn (line 353) ... ignored [INFO] [stdout] test src/panic_control.rs - chain_hook_ignoring_full (line 710) ... ok [INFO] [stdout] test src/panic_control.rs - Context (line 259) ... ok [INFO] [stdout] test src/panic_control.rs - Context

::new (line 299) ... ok [INFO] [stdout] test src/panic_control.rs - Context

::spawn (line 368) ... ok [INFO] [stdout] test src/panic_control.rs - chain_hook_ignoring (line 593) ... ok [INFO] [stdout] test src/panic_control.rs - chain_hook_ignoring_if (line 649) ... ok [INFO] [stdout] test src/panic_control.rs - CheckedJoinHandle::join (line 182) ... ok [INFO] [stdout] test src/panic_control.rs - ThreadResultExt (line 477) ... ok [INFO] [stdout] test src/panic_control.rs - Context

::spawn_quiet (line 420) ... ok [INFO] [stdout] test src/panic_control.rs - spawn_quiet (line 846) ... ok [INFO] [stdout] test src/panic_control.rs - (line 50) ... ok [INFO] [stdout] test src/panic_control.rs - Context

::spawn (line 330) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1e8f1396c8361aaa87d4a1d047e32c552967c3a89b03ac10e8825109b5375460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e8f1396c8361aaa87d4a1d047e32c552967c3a89b03ac10e8825109b5375460", kill_on_drop: false }` [INFO] [stdout] 1e8f1396c8361aaa87d4a1d047e32c552967c3a89b03ac10e8825109b5375460