[INFO] fetching crate coca 0.3.0...
[INFO] testing coca-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate coca 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate coca 0.3.0
[INFO] finished tweaking crates.io crate coca 0.3.0
[INFO] tweaked toml for crates.io crate coca 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate coca 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate coca 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89bd542d2b2221c1027dd914da570dc5582bb12d2e4aa7a7a7c33bc118708273
[INFO] running `Command { std: "docker" "start" "-a" "89bd542d2b2221c1027dd914da570dc5582bb12d2e4aa7a7a7c33bc118708273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89bd542d2b2221c1027dd914da570dc5582bb12d2e4aa7a7a7c33bc118708273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89bd542d2b2221c1027dd914da570dc5582bb12d2e4aa7a7a7c33bc118708273", kill_on_drop: false }`
[INFO] [stdout] 89bd542d2b2221c1027dd914da570dc5582bb12d2e4aa7a7a7c33bc118708273
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa513131ea1908c466d6bb78c7ad97ce5725aaa4026970cb77636be5c1f63678
[INFO] running `Command { std: "docker" "start" "-a" "aa513131ea1908c466d6bb78c7ad97ce5725aaa4026970cb77636be5c1f63678", kill_on_drop: false }`
[INFO] [stderr]    Compiling coca v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]  --> src/lib.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(docs_rs, feature(doc_cfg))]
[INFO] [stdout]   |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/collections/binary_heap.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<T, S, I>> {
[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] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<'_, T, S, I>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
[INFO] running `Command { std: "docker" "inspect" "aa513131ea1908c466d6bb78c7ad97ce5725aaa4026970cb77636be5c1f63678", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa513131ea1908c466d6bb78c7ad97ce5725aaa4026970cb77636be5c1f63678", kill_on_drop: false }`
[INFO] [stdout] aa513131ea1908c466d6bb78c7ad97ce5725aaa4026970cb77636be5c1f63678
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 800e493fd65659c9f900092b6476ba2b71ade6e7df79d14d32015c649d50ee44
[INFO] running `Command { std: "docker" "start" "-a" "800e493fd65659c9f900092b6476ba2b71ade6e7df79d14d32015c649d50ee44", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling getrandom v0.2.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling coca v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]  --> src/lib.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(docs_rs, feature(doc_cfg))]
[INFO] [stdout]   |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.0
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/collections/binary_heap.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<T, S, I>> {
[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] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<'_, T, S, I>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand v0.8.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stdout]  --> src/lib.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(docs_rs, feature(doc_cfg))]
[INFO] [stdout]   |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/collections/binary_heap.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<T, S, I>> {
[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] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<'_, T, S, I>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 8.97s
[INFO] running `Command { std: "docker" "inspect" "800e493fd65659c9f900092b6476ba2b71ade6e7df79d14d32015c649d50ee44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "800e493fd65659c9f900092b6476ba2b71ade6e7df79d14d32015c649d50ee44", kill_on_drop: false }`
[INFO] [stdout] 800e493fd65659c9f900092b6476ba2b71ade6e7df79d14d32015c649d50ee44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 25772ee77104fe963d57494fc34da1adec3ecd1b9b2d04b39e7227e4c8828c01
[INFO] running `Command { std: "docker" "start" "-a" "25772ee77104fe963d57494fc34da1adec3ecd1b9b2d04b39e7227e4c8828c01", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs_rs`
[INFO] [stderr]  --> src/lib.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | #![cfg_attr(docs_rs, feature(doc_cfg))]
[INFO] [stderr]   |             ^^^^^^^ help: there is a config with a similar name: `docsrs`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/collections/binary_heap.rs:178:21
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<T, S, I>> {
[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] 178 |     pub fn peek_mut(&mut self) -> Option<PeekMut<'_, T, S, I>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `coca` (lib) generated 2 warnings (run `cargo fix --lib -p coca` to apply 1 suggestion)
[INFO] [stderr] warning: `coca` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/coca-8e324acd425e0011)
[INFO] [stdout] running 21 tests
[INFO] [stdout] test arena::tests::debug_impl ... ok
[INFO] [stdout] test collections::binary_heap::tests::iterators_take_and_drop_correctly ... ok
[INFO] [stdout] test arena::tests::format_boxed_debug_struct ... ok
[INFO] [stdout] test arena::tests::failed_collect_drops_taken_items ... ok
[INFO] [stdout] test collections::deque::tests::all_removal_cases ... ok
[INFO] [stdout] test collections::deque::tests::all_drain_cases ... ok
[INFO] [stdout] test collections::pool::direct::tests::debug_impl ... ok
[INFO] [stdout] test collections::binary_heap::tests::tree_traversal_utilities ... ok
[INFO] [stdout] test collections::option_group::test::tuple_drop_implementations ... ok
[INFO] [stdout] test collections::pool::direct::tests::inline_storage_layout ... ok
[INFO] [stdout] test collections::pool::packed::tests::inline_storage_layout ... ok
[INFO] [stdout] test collections::pool::direct::tests::randomized_drain_filter ... ok
[INFO] [stdout] test collections::pool::packed::tests::debug_impl ... ok
[INFO] [stdout] test collections::vec::tests::sizes_of_instantiated_types ... ok
[INFO] [stdout] test collections::binary_heap::tests::push_and_pop_randomized_inputs ... ok
[INFO] [stdout] test collections::deque::tests::all_insertion_cases ... ok
[INFO] [stdout] test collections::option_group::test::array_drop_implementations ... ok
[INFO] [stdout] test collections::option_group::test::debug_implentations ... ok
[INFO] [stdout] test collections::vec::tests::iterators_take_and_drop_correctly ... ok
[INFO] [stdout] test collections::vec::tests::leaking_drain - should panic ... ok
[INFO] [stdout] test collections::vec::tests::from_panics_for_too_large_inputs - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests coca
[INFO] [stdout] 
[INFO] [stdout] running 218 tests
[INFO] [stdout] test src/arena.rs - arena (line 34) - compile ... ok
[INFO] [stdout] test src/arena.rs - arena (line 14) - compile fail ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_array (line 897) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_alloc_default (line 632) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::make_writer (line 1222) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_alloc (line 676) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::from (line 376) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_reserve (line 719) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::make_sub_arena (line 501) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_collect_slice (line 1066) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_array_default (line 826) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_storage_with_capacity (line 589) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_string_from (line 958) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_collect_with_capacity (line 1186) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_reserve_array (line 768) ... ok
[INFO] [stdout] test src/arena.rs - arena::fmt (line 1377) ... ok
[INFO] [stdout] test src/arena.rs - arena::Arena<'src>::try_string_with_capacity_from (line 998) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::into_iter_sorted (line 371) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::drain (line 286) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::peek_mut (line 161) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::into_sorted_vec (line 344) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::drain_sorted (line 314) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::try_push (line 232) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,S,L,H>::clear (line 438) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,InlineStorage<L,N>,L,BuildHasherDefault<H>>::new (line 603) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,S,I>::pop (line 189) ... ok
[INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap<T,[MaybeUninit<T>;C],I>::new (line 521) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,InlineStorage<L,N>,L,H>::with_hasher (line 577) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,S,L,H>::get_mut (line 502) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,S,L,H>::get_or_insert_with (line 525) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::UnitCache (line 56) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,S,L,H>::get (line 481) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable<K,V,S,L,H>::insert (line 550) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::as_mut_slices (line 1016) ... ok
[INFO] [stdout] test src/collections/cache.rs - collections::cache::LruCache2 (line 215) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::into_raw_parts (line 80) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::force_push_back (line 387) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::contains (line 153) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::force_push_front (line 328) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::as_slices (line 984) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::iter (line 1093) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::from_raw_parts (line 107) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::range (line 1145) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::iter_mut (line 1118) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::drain (line 1205) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::make_contiguous (line 1065) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::range_mut (line 1173) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::replace (line 794) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::pop_back (line 263) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::retain (line 817) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::pop_front (line 238) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::rotate_left (line 920) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::remove (line 692) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::try_push_front (line 288) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::swap_remove_front (line 480) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::rotate_right (line 955) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::truncate (line 408) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::swap_remove_back (line 510) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::try_push_back (line 348) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::swap (line 453) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,S,I>::try_insert (line 543) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::Entry<'a,K,V,S,I>::or_insert_with (line 1196) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::Entry<'a,K,V,S,I>::and_modify (line 1251) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::Entry<'a,K,V,S,I>::or_insert_with_key (line 1220) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::clear (line 289) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::Entry<'a,K,V,S,I>::or_insert (line 1174) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::get (line 378) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::drain (line 227) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::contains_key (line 426) ... ok
[INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque<T,[core::mem::MaybeUninit<T>;C],I>::new (line 1862) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::get_key_value (line 402) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::Entry<'a,K,V,S,I>::or_default (line 1283) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::drain_filter (line 264) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::get_mut (line 449) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::iter (line 160) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::into_keys (line 643) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::into_values (line 666) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::iter_mut (line 181) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::keys (line 79) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::remove (line 540) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::values (line 109) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::remove_entry (line 583) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::try_insert (line 497) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::retain (line 625) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::remove (line 1030) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::try_entry (line 334) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::get (line 917) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::into_mut (line 978) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap<K,V,S,I>::values_mut (line 132) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::remove_entry (line 878) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::get_mut (line 944) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::clear (line 128) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::contains (line 273) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::replace_entry (line 1067) ... ok
[INFO] [stdout] test src/collections/list_map.rs - collections::list_map::OccupiedEntry<'a,K,V,S,I>::insert (line 1004) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::from_vec_unchecked (line 82) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::intersection (line 209) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::is_disjoint (line 307) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::get (line 291) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::difference (line 161) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::drain (line 252) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::is_subset_of (line 334) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::symmetric_difference (line 186) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::remove (line 534) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::retain (line 577) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::is_superset_of (line 361) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::try_insert (line 406) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::take (line 556) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::union (line 232) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::Arena2WayLruCache (line 105) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::ArenaDeque (line 270) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::ArenaHeap (line 41) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::Inline2WayLruCache (line 160) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::ArenaDirectMappedCache (line 84) ... ok
[INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet<T,S,I>::try_replace (line 492) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::ArenaListSet (line 362) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::ArenaListMap (line 326) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::ArenaVec (line 549) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::DirectArenaPool (line 419) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::DirectInlinePool (line 457) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::InlineListSet (line 401) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::InlineListMap (line 352) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::InlineDirectMappedCache (line 126) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::PackedArenaPool (line 478) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::InlineHeap (line 57) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::SliceListSet (line 388) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::InlineDeque (line 316) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::SliceDeque (line 257) ... ok
[INFO] [stdout] test src/collections/option_group.rs - collections::option_group (line 46) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::SliceHeap (line 28) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::InlineVec (line 581) ... ok
[INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup<F,[T;N]>::some_values (line 629) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::SliceVec (line 536) ... ok
[INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup<F,[T;N]>::take_all (line 670) ... ok
[INFO] [stdout] test src/collections/option_group.rs - collections::option_group (line 73) ... ok
[INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup<F,[T;N]>::iter (line 606) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::contains (line 135) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::drain (line 613) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::clear (line 430) ... ok
[INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup<F,[T;N]>::some_values_mut (line 647) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::iter_mut (line 487) ... ok
[INFO] [stdout] test src/collections/mod.rs - collections::PackedInlinePool (line 515) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::iter (line 454) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::drain_filter (line 649) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::get_disjoint_mut (line 191) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::handles (line 518) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::try_insert (line 249) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::values_mut (line 579) ... ok
[INFO] [stdout] test src/collections/pool/mod.rs - collections::pool::handle_type (line 144) - compile fail ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::remove (line 359) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::values (line 548) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::try_insert_with_handle (line 308) ... ok
[INFO] [stdout] test src/collections/pool/mod.rs - collections::pool (line 19) ... ok
[INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool<T,S,H>::retain (line 404) ... ok
[INFO] [stdout] test src/collections/pool/mod.rs - collections::pool::handle_type (line 124) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::drain_filter (line 731) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::get_disjoint_mut (line 370) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::clear (line 621) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::handles (line 245) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::drain (line 703) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::contains (line 305) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::remove (line 541) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::iter_mut (line 675) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::retain (line 600) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::iter (line 651) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::handles_and_values_mut (line 268) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::values (line 201) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::values_mut (line 222) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::try_insert (line 432) ... ok
[INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool<T,S,H>::try_insert_with_handle (line 491) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::IntoIterator (line 1080) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::drain_filter (line 583) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::drain (line 541) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,InlineStorage<T,C>,I>::new (line 1356) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::get (line 178) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::drain_filter_range (line 618) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::retain (line 502) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::remove (line 461) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::from_raw_parts (line 91) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::pop (line 141) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::into_raw_parts (line 63) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::swap (line 295) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::replace (line 426) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::truncate (line 255) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::retain (line 511) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::try_insert (line 380) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::try_push (line 211) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::try_extend_from_within (line 772) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::try_extend_from_slice (line 658) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::swap_remove (line 319) ... ok
[INFO] [stdout] test src/storage.rs - storage::index_type (line 138) - compile fail ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::try_insert_slice (line 705) ... ok
[INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec<T,S,I>::try_replace_range (line 824) ... ok
[INFO] [stdout] test src/lib.rs - ArenaString (line 150) ... ok
[INFO] [stdout] test src/lib.rs - SliceString (line 140) ... ok
[INFO] [stdout] test src/lib.rs - InlineString (line 180) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::from_utf8 (line 87) ... ok
[INFO] [stdout] test src/string.rs - string::String<InlineStorage<u8,C>,I>::from_str (line 976) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::as_bytes (line 352) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::as_mut_vec (line 584) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::from_utf8_unchecked (line 165) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::from_raw_parts (line 135) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::drain (line 615) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::into_bytes (line 180) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::into_raw_parts (line 115) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::remove (line 424) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::try_extend_from_within (line 249) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::retain (line 456) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::retain (line 466) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::try_insert_str (line 550) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::truncate (line 370) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::pop (line 396) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::try_insert (line 510) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::try_push (line 310) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::try_push_str (line 206) ... ok
[INFO] [stdout] test src/string.rs - string::crate::ArenaString<'a,I>::into_boxed_str (line 875) ... ok
[INFO] [stdout] test src/string.rs - string::crate::ArenaString<'a,I>::from_boxed_str (line 848) ... ok
[INFO] [stdout] test src/string.rs - string::String<S,I>::try_replace_range (line 653) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 218 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.43s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "25772ee77104fe963d57494fc34da1adec3ecd1b9b2d04b39e7227e4c8828c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25772ee77104fe963d57494fc34da1adec3ecd1b9b2d04b39e7227e4c8828c01", kill_on_drop: false }`
[INFO] [stdout] 25772ee77104fe963d57494fc34da1adec3ecd1b9b2d04b39e7227e4c8828c01
