[INFO] fetching crate mocktopus 0.7.0... [INFO] extracting crate mocktopus 0.7.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/mocktopus/0.7.0 [INFO] extracting crate mocktopus 0.7.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mocktopus/0.7.0 [INFO] validating manifest of mocktopus-0.7.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mocktopus-0.7.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mocktopus-0.7.0 [INFO] finished frobbing mocktopus-0.7.0 [INFO] frobbed toml for mocktopus-0.7.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/mocktopus/0.7.0/Cargo.toml [INFO] started frobbing mocktopus-0.7.0 [INFO] finished frobbing mocktopus-0.7.0 [INFO] frobbed toml for mocktopus-0.7.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mocktopus/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mocktopus-0.7.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mocktopus/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 7f1621f130113ed1c1549387a37d0ac09a594ce55f82c8f6f659aa6d79ae7e48 [INFO] running `"docker" "start" "-a" "7f1621f130113ed1c1549387a37d0ac09a594ce55f82c8f6f659aa6d79ae7e48"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling mocktopus_macros v0.7.0 [INFO] [stderr] Compiling mocktopus v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mocking.rs:87:63 [INFO] [stderr] | [INFO] [stderr] 87 | static MOCK_STORE: RefCell>>>>> = RefCell::new(HashMap::new()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<(), Output=()>` [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/mocking.rs:87:63 [INFO] [stderr] | [INFO] [stderr] 87 | static MOCK_STORE: RefCell>>>>> = RefCell::new(HashMap::new()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<(), Output=()>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mocking.rs:94:67 [INFO] [stderr] | [INFO] [stderr] 94 | let real = Rc::new(RefCell::new(Box::new(mock) as Box>)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<_, Output=_>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mocking.rs:119:40 [INFO] [stderr] | [INFO] [stderr] 119 | let real: &mut Box> = transmute(&mut*stored); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<_, Output=_>` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.74s [INFO] running `"docker" "inspect" "7f1621f130113ed1c1549387a37d0ac09a594ce55f82c8f6f659aa6d79ae7e48"` [INFO] running `"docker" "rm" "-f" "7f1621f130113ed1c1549387a37d0ac09a594ce55f82c8f6f659aa6d79ae7e48"` [INFO] [stdout] 7f1621f130113ed1c1549387a37d0ac09a594ce55f82c8f6f659aa6d79ae7e48 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mocktopus/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] da7c3811ad7476fb22ea46ec7e5e8678de40dd934a03a136207b6caf97b60ff3 [INFO] running `"docker" "start" "-a" "da7c3811ad7476fb22ea46ec7e5e8678de40dd934a03a136207b6caf97b60ff3"` [INFO] [stderr] Compiling mocktopus v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mocking.rs:87:63 [INFO] [stderr] | [INFO] [stderr] 87 | static MOCK_STORE: RefCell>>>>> = RefCell::new(HashMap::new()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<(), Output=()>` [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/mocking.rs:87:63 [INFO] [stderr] | [INFO] [stderr] 87 | static MOCK_STORE: RefCell>>>>> = RefCell::new(HashMap::new()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<(), Output=()>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mocking.rs:94:67 [INFO] [stderr] | [INFO] [stderr] 94 | let real = Rc::new(RefCell::new(Box::new(mock) as Box>)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<_, Output=_>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mocking.rs:119:40 [INFO] [stderr] | [INFO] [stderr] 119 | let real: &mut Box> = transmute(&mut*stored); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut<_, Output=_>` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.33s [INFO] running `"docker" "inspect" "da7c3811ad7476fb22ea46ec7e5e8678de40dd934a03a136207b6caf97b60ff3"` [INFO] running `"docker" "rm" "-f" "da7c3811ad7476fb22ea46ec7e5e8678de40dd934a03a136207b6caf97b60ff3"` [INFO] [stdout] da7c3811ad7476fb22ea46ec7e5e8678de40dd934a03a136207b6caf97b60ff3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/mocktopus/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 49313a9c3485db83ecdaa4be69740f093329a10ae123c375478cebc239e39bfb [INFO] running `"docker" "start" "-a" "49313a9c3485db83ecdaa4be69740f093329a10ae123c375478cebc239e39bfb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/mocktopus-e0f384eb8ba5e781 [INFO] [stderr] Running /opt/crater/target/debug/deps/injecting-9c1d2d675624a64a [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 67 tests [INFO] [stdout] test injecting_fn_with_generic_return_type::when_return_type_has_destructor::and_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_fn_with_arg_requiring_drop::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_fn_with_arg_requiring_drop::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_fn_with_unused_generic_param::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_lifetimed_fn_of_same_lifetimed_trait_impl_of_same_lifetimed_struct_where_lifetime_on_fn_is_absent::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_method_with_unused_generic_param::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_fn_with_unused_generic_param::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_lifetimed_fn_of_same_lifetimed_trait_impl_of_same_lifetimed_struct_where_lifetime_on_fn_is_absent::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_fn_with_generic_return_type::when_return_type_has_no_destructor::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_fn_with_generic_return_type::when_return_type_has_no_destructor::and_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_method_with_unused_generic_param::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_structs_with_drop_does_nothing::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_trait_default_method_with_unused_generic_param::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_trait_default_method_with_unused_generic_param::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_trait_impl_where_fn_return_type_has_longer_lifetime_than_required_by_trait::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_trait_impl_where_fn_return_type_has_longer_lifetime_than_required_by_trait::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injecting_trait_method_with_unused_generic_param::when_mocked_then_returns_mock ... ok [INFO] [stdout] test injecting_trait_method_with_unused_generic_param::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_fn_once::when_mocked_then_runs_mock_once ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_fn_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_impl_block_once::when_mocked_then_runs_mock_once ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_impl_block_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_mod_content_once::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_mod_content_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_traits_once::when_mocked_then_runs_mock_once ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_explicitly_double_annotated_traits_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_fn_once::when_mocked_then_runs_mock_once ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_fn_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_impl_block_once::when_mocked_then_runs_mock_once ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_impl_block_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_mod_content_once::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_mod_content_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_traits_once::when_mocked_then_runs_mock_once ... ok [INFO] [stdout] test injector_does_not_inject_items_twice::injects_implicitly_double_annotated_traits_once::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_macro_generated_fns::when_mocked_then_returns_1 ... ok [INFO] [stdout] test injecting_fn_with_generic_return_type::when_return_type_has_destructor::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_macro_generated_fns::when_not_mocked_then_returns_1 ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_mod_content::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_fn::when_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_fn::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_trait::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_trait::when_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_impl_block::when_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_impl_block::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_does_not_inject_not_mockable_items::does_not_injects_not_mockable_mod_content::when_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_impl_blocks::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_impl_blocks::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_fns::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_fns::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_ignores_unsafe_impls::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_ignores_unsafe_fns::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_items::does_not_inject_mod_with_annotated_declaration::when_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_items::does_not_inject_mod_with_annotated_declaration::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_fns::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_fns::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_impl_blocks::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_impl_blocks::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_nested_mod_content::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_nested_mod_content::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_traits::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_items::injects_traits::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_annotated_traits::when_mocked_then_runs_mock ... ok [INFO] [stdout] test injector_injects_annotated_traits::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_unignores_args::when_mocked_then_returns_second_arg ... ok [INFO] [stdout] test injector_unignores_args::when_not_mocked_then_returns_first_arg ... ok [INFO] [stdout] test injector_ignores_const_fns::when_mocked_then_returns_1 ... ok [INFO] [stdout] test injector_ignores_const_fns::when_not_mocked_then_returns_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/injecting_no_std-ce591b7b4fa5d76a [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test injector_injects_fns_when_crate_is_no_std_but_std_is_available::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test injector_injects_fns_when_crate_is_no_std_but_std_is_available::when_mocked_then_runs_mock ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/mocking-080a270acab36f60 [INFO] [stdout] [INFO] [stdout] running 367 tests [INFO] [stdout] test calling_mocked_function_inside_mock_closure::when_calling_mocked_function_then_runs_its_mock ... ok [INFO] [stdout] test calling_mocked_function_inside_mock_closure::when_calling_not_mockable_function_then_runs_it_normally ... ok [INFO] [stdout] test creating_mock_inside_mock_closure::when_creating_mock_of_other_function_then_registers_mock ... ok [INFO] [stdout] test mock_closures_can_mutate_their_state::when_not_mocked_then_runs_normally ... ok [INFO] [stdout] test creating_mock_inside_mock_closure::when_creating_mock_of_other_function_and_calling_it_then_runs_new_mock ... ok [INFO] [stdout] test mock_closures_can_mutate_their_state::when_mocked_then_runs_mocks_with_state ... ok [INFO] [stdout] test creating_mock_inside_mock_closure::when_creating_mock_of_itself_then_registers_mock ... ok [INFO] [stdout] test mock_safe::when_mocked_then_returns_mocked ... ok [INFO] [stdout] test mock_safe::when_not_mocked_then_returns_not_mocked ... ok [INFO] [stdout] test mocking_fns::when_fn_generic::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_fns::when_fn_generic::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_fns::when_fn_generic::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_fns::when_fn_regular::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_fns::when_fn_regular::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_generic_over_a_reference_does_not_mock_opposite_mutability_variant::mocking_for_mut_ref_does_not_mock_for_ref ... ok [INFO] [stdout] test mocking_fns::when_fn_regular::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_generic_over_a_reference_does_not_mock_opposite_mutability_variant::mocking_for_ref_does_not_mock_for_mut_ref ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_generic_over_a_type_with_lifetime_mocks_all_lifetime_variants::all_lifetime_variants_get_mocked ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test calling_mocked_function_inside_mock_closure::when_calling_itself_then_does_not_run_mock ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test creating_mock_inside_mock_closure::when_creating_mock_of_itself_and_calling_itself_then_runs_new_mock ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test calling_mocked_function_inside_mock_closure::when_calling_not_mocked_function_then_runs_it_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_regular_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_default_for_struct_does_not_mock_same_default_for_another_struct::when_mocked_for_one_then_runs_mock_for_it_and_runs_normally_for_other ... ok [INFO] [stdout] test mocking_trait_default_for_struct_does_not_mock_same_default_for_another_struct::when_not_mocked_then_both_run_normally ... ok [INFO] [stdout] test mocking_trait_defaults::mocking_default_impl_of_trait_of_struct::does_not_mock_default_impl_of_other_struct ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_methods::when_struct_generic_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_generic_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_generic_struct_regular_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_generic_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::mocking_impls_of_traits_generic_over_generic_refs::mocks_successfully ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::mocking_impls_of_traits_with_path::mocks_successfully ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_generic_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_generic_struct_regular_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_trait_defaults::when_trait_regular_struct_regular_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_static::and_continue_mocked_then_runs_with_modified_args_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_ref_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_generic::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_ref_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_ref_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_ref_mut_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_static::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_static::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_regular_method_regular::and_method_is_val_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t00 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t01 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t02 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t03 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t04 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t05 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t06 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t07 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t08 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t09 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t10 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t11 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t12 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t13 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t14 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t15 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t16 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t17 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t18 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t19 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t20 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t21 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t22 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t23 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t24 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t25 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t26 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t27 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t28 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t29 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t30 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t31 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t32 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t33 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t34 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t35 ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_static::and_return_mocked_then_returns_mocking_result_for_mocked_type_only ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_val_method::and_not_mocked_then_runs_normally ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_val_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t36 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t37 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t42 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t40 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t43 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t45 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t41 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t46 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t44 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t47 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t50 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t51 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t52 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t53 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t54 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t55 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t56 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t57 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t58 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t59 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t60 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t61 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t38 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t63 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t39 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t64 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t67 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t68 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t69 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t70 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t71 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t72 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t73 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t74 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t75 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t76 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t77 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t78 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t79 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t80 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t81 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t82 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t83 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t84 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t85 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t86 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t87 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t88 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t89 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t90 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t91 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t92 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t48 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t66 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t62 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t49 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t93 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t97 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t96 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t94 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t98 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t99 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t65 ... ok [INFO] [stdout] test mocks_do_not_leak_between_tests::t95 ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_generic::and_method_is_ref_mut_method::and_return_mocked_then_returns_mocking_result ... ok [INFO] [stdout] test mocking_traits::when_trait_regular_struct_generic_method_regular::and_method_is_ref_mut_method::and_continue_mocked_then_runs_with_modified_args ... ok [INFO] [stdout] test panicking_inside_mock_is_safe::uninitialised_string_is_not_dropped ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 367 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "49313a9c3485db83ecdaa4be69740f093329a10ae123c375478cebc239e39bfb"` [INFO] running `"docker" "rm" "-f" "49313a9c3485db83ecdaa4be69740f093329a10ae123c375478cebc239e39bfb"` [INFO] [stdout] 49313a9c3485db83ecdaa4be69740f093329a10ae123c375478cebc239e39bfb