[INFO] fetching crate coca 0.3.0... [INFO] testing coca-0.3.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate coca 0.3.0 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate coca 0.3.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54181d712c63d2213fd9afecbf87418a34750741e99333f79e6086c4b5a35106 [INFO] running `Command { std: "docker" "start" "-a" "54181d712c63d2213fd9afecbf87418a34750741e99333f79e6086c4b5a35106", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54181d712c63d2213fd9afecbf87418a34750741e99333f79e6086c4b5a35106", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54181d712c63d2213fd9afecbf87418a34750741e99333f79e6086c4b5a35106", kill_on_drop: false }` [INFO] [stdout] 54181d712c63d2213fd9afecbf87418a34750741e99333f79e6086c4b5a35106 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b10d1de484bb702d84b2b9c76aaa2ab00d84da73b99cfb96fb27af43bd1adb2 [INFO] running `Command { std: "docker" "start" "-a" "2b10d1de484bb702d84b2b9c76aaa2ab00d84da73b99cfb96fb27af43bd1adb2", 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 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> { [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> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "2b10d1de484bb702d84b2b9c76aaa2ab00d84da73b99cfb96fb27af43bd1adb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b10d1de484bb702d84b2b9c76aaa2ab00d84da73b99cfb96fb27af43bd1adb2", kill_on_drop: false }` [INFO] [stdout] 2b10d1de484bb702d84b2b9c76aaa2ab00d84da73b99cfb96fb27af43bd1adb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8e3d14de8fa0bb325cea382ea94c1f6df12b40f7cfbe734db01f9b87f19a207 [INFO] running `Command { std: "docker" "start" "-a" "a8e3d14de8fa0bb325cea382ea94c1f6df12b40f7cfbe734db01f9b87f19a207", 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 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> { [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> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [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 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> { [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> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 9.60s [INFO] running `Command { std: "docker" "inspect" "a8e3d14de8fa0bb325cea382ea94c1f6df12b40f7cfbe734db01f9b87f19a207", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8e3d14de8fa0bb325cea382ea94c1f6df12b40f7cfbe734db01f9b87f19a207", kill_on_drop: false }` [INFO] [stdout] a8e3d14de8fa0bb325cea382ea94c1f6df12b40f7cfbe734db01f9b87f19a207 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 60749c0677fdb16d8dc5cda15aa09fb6b99c5554841337805d57004e7a95e494 [INFO] running `Command { std: "docker" "start" "-a" "60749c0677fdb16d8dc5cda15aa09fb6b99c5554841337805d57004e7a95e494", 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 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> { [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> { [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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/coca-8e324acd425e0011) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test arena::tests::debug_impl ... ok [INFO] [stdout] test arena::tests::format_boxed_debug_struct ... ok [INFO] [stdout] test collections::binary_heap::tests::tree_traversal_utilities ... ok [INFO] [stdout] test collections::binary_heap::tests::iterators_take_and_drop_correctly ... ok [INFO] [stdout] test arena::tests::failed_collect_drops_taken_items ... ok [INFO] [stdout] test collections::deque::tests::all_drain_cases ... ok [INFO] [stdout] test collections::deque::tests::all_removal_cases ... ok [INFO] [stdout] test collections::deque::tests::all_insertion_cases ... ok [INFO] [stdout] test collections::pool::direct::tests::debug_impl ... 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::pool::direct::tests::inline_storage_layout ... ok [INFO] [stdout] test collections::option_group::test::tuple_drop_implementations ... ok [INFO] [stdout] test collections::binary_heap::tests::push_and_pop_randomized_inputs ... 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::pool::packed::tests::inline_storage_layout ... ok [INFO] [stdout] test collections::vec::tests::iterators_take_and_drop_correctly ... ok [INFO] [stdout] test collections::vec::tests::sizes_of_instantiated_types ... 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.06s [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>::from (line 376) ... 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_alloc (line 676) ... 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>::try_array (line 897) ... 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_string_from (line 958) ... 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_reserve (line 719) ... 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_collect_with_capacity (line 1186) ... 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_reserve_array (line 768) ... 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::into_sorted_vec (line 344) ... ok [INFO] [stdout] test src/arena.rs - arena::fmt (line 1377) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap::drain_sorted (line 314) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap::drain (line 286) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap::into_iter_sorted (line 371) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap::pop (line 189) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap::try_push (line 232) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap;C],I>::new (line 521) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable,L,BuildHasherDefault>::new (line 603) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable::get_mut (line 502) ... ok [INFO] [stdout] test src/collections/binary_heap.rs - collections::binary_heap::BinaryHeap::peek_mut (line 161) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable,L,H>::with_hasher (line 577) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable::insert (line 550) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable::get_or_insert_with (line 525) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable::clear (line 438) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::CacheTable::get (line 481) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::UnitCache (line 56) ... ok [INFO] [stdout] test src/collections/cache.rs - collections::cache::LruCache2 (line 215) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::contains (line 153) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::force_push_front (line 328) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::into_raw_parts (line 80) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::as_slices (line 984) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::drain (line 1205) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::force_push_back (line 387) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::as_mut_slices (line 1016) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::iter (line 1093) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::pop_front (line 238) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::iter_mut (line 1118) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::remove (line 692) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::pop_back (line 263) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::range (line 1145) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::from_raw_parts (line 107) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::make_contiguous (line 1065) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::range_mut (line 1173) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::replace (line 794) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::rotate_left (line 920) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::swap (line 453) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::retain (line 817) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::truncate (line 408) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::rotate_right (line 955) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::swap_remove_back (line 510) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::swap_remove_front (line 480) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque;C],I>::new (line 1862) ... 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/deque.rs - collections::deque::Deque::try_insert (line 543) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::try_push_back (line 348) ... ok [INFO] [stdout] test src/collections/deque.rs - collections::deque::Deque::try_push_front (line 288) ... 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>::or_default (line 1283) ... 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::drain (line 227) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::get_key_value (line 402) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::clear (line 289) ... 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::contains_key (line 426) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::drain_filter (line 264) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::get (line 378) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::get_mut (line 449) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::keys (line 79) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::into_values (line 666) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::retain (line 625) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::remove_entry (line 583) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::iter (line 160) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::remove (line 540) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::iter_mut (line 181) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::try_entry (line 334) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::values_mut (line 132) ... 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::ListMap::try_insert (line 497) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::into_keys (line 643) ... ok [INFO] [stdout] test src/collections/list_map.rs - collections::list_map::ListMap::values (line 109) ... 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_set.rs - collections::list_set::ListSet::contains (line 273) ... 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::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>::insert (line 1004) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::clear (line 128) ... 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::get (line 291) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::from_vec_unchecked (line 82) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::is_disjoint (line 307) ... 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_set.rs - collections::list_set::ListSet::difference (line 161) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::is_subset_of (line 334) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::drain (line 252) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::intersection (line 209) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::retain (line 577) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::remove (line 534) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::try_replace (line 492) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::is_superset_of (line 361) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::take (line 556) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::symmetric_difference (line 186) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::try_insert (line 406) ... ok [INFO] [stdout] test src/collections/list_set.rs - collections::list_set::ListSet::union (line 232) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::ArenaHeap (line 41) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::ArenaListMap (line 326) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::ArenaDirectMappedCache (line 84) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::ArenaDeque (line 270) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::ArenaListSet (line 362) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::Arena2WayLruCache (line 105) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::DirectArenaPool (line 419) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::ArenaVec (line 549) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::InlineDeque (line 316) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::DirectInlinePool (line 457) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::InlineHeap (line 57) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::PackedArenaPool (line 478) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::Inline2WayLruCache (line 160) ... 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::InlineListSet (line 401) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::SliceDeque (line 257) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::SliceHeap (line 28) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::SliceListSet (line 388) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::InlineVec (line 581) ... ok [INFO] [stdout] test src/collections/option_group.rs - collections::option_group (line 73) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::PackedInlinePool (line 515) ... 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::some_values (line 629) ... ok [INFO] [stdout] test src/collections/option_group.rs - collections::option_group (line 46) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::drain (line 613) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::clear (line 430) ... ok [INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup::some_values_mut (line 647) ... ok [INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup::iter (line 606) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::handles (line 518) ... ok [INFO] [stdout] test src/collections/option_group.rs - collections::option_group::OptionGroup::take_all (line 670) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::contains (line 135) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::get_disjoint_mut (line 191) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::remove (line 359) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::try_insert (line 249) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::iter (line 454) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::values (line 548) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::retain (line 404) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::try_insert_with_handle (line 308) ... 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::drain_filter (line 649) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::iter_mut (line 487) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::contains (line 305) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::drain_filter (line 731) ... ok [INFO] [stdout] test src/collections/pool/direct.rs - collections::pool::direct::DirectPool::values_mut (line 579) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::drain (line 703) ... ok [INFO] [stdout] test src/collections/pool/mod.rs - collections::pool::handle_type (line 124) ... ok [INFO] [stdout] test src/collections/pool/mod.rs - collections::pool (line 19) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::clear (line 621) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::handles (line 245) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::iter (line 651) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::handles_and_values_mut (line 268) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::iter_mut (line 675) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::get_disjoint_mut (line 370) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::retain (line 600) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::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/pool/packed.rs - collections::pool::packed::PackedPool::values (line 201) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec,I>::new (line 1356) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::try_insert (line 432) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::remove (line 541) ... ok [INFO] [stdout] test src/collections/pool/packed.rs - collections::pool::packed::PackedPool::values_mut (line 222) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::remove (line 461) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::drain (line 541) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::pop (line 141) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::get (line 178) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::from_raw_parts (line 91) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::retain (line 511) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::into_raw_parts (line 63) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::drain_filter (line 583) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::swap (line 295) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::drain_filter_range (line 618) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::truncate (line 255) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::replace (line 426) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::swap_remove (line 319) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::retain (line 502) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::try_extend_from_slice (line 658) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::try_replace_range (line 824) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::try_extend_from_within (line 772) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::try_insert (line 380) ... ok [INFO] [stdout] test src/lib.rs - InlineString (line 180) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::try_insert_slice (line 705) ... ok [INFO] [stdout] test src/collections/vec.rs - collections::vec::Vec::try_push (line 211) ... ok [INFO] [stdout] test src/lib.rs - ArenaString (line 150) ... ok [INFO] [stdout] test src/string.rs - string::String::as_bytes (line 352) ... ok [INFO] [stdout] test src/string.rs - string::String,I>::from_str (line 976) ... ok [INFO] [stdout] test src/storage.rs - storage::index_type (line 138) - compile fail ... ok [INFO] [stdout] test src/lib.rs - SliceString (line 140) ... ok [INFO] [stdout] test src/string.rs - string::String::drain (line 615) ... ok [INFO] [stdout] test src/string.rs - string::String::from_utf8_unchecked (line 165) ... ok [INFO] [stdout] test src/string.rs - string::String::from_raw_parts (line 135) ... ok [INFO] [stdout] test src/string.rs - string::String::into_bytes (line 180) ... ok [INFO] [stdout] test src/string.rs - string::String::as_mut_vec (line 584) ... ok [INFO] [stdout] test src/string.rs - string::String::remove (line 424) ... ok [INFO] [stdout] test src/string.rs - string::String::from_utf8 (line 87) ... ok [INFO] [stdout] test src/string.rs - string::String::into_raw_parts (line 115) ... ok [INFO] [stdout] test src/string.rs - string::String::retain (line 456) ... ok [INFO] [stdout] test src/string.rs - string::String::pop (line 396) ... ok [INFO] [stdout] test src/string.rs - string::String::truncate (line 370) ... ok [INFO] [stdout] test src/string.rs - string::String::try_insert (line 510) ... ok [INFO] [stdout] test src/string.rs - string::String::retain (line 466) ... ok [INFO] [stdout] test src/string.rs - string::String::try_push (line 310) ... ok [INFO] [stdout] test src/string.rs - string::String::try_insert_str (line 550) ... 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::try_push_str (line 206) ... ok [INFO] [stdout] test src/string.rs - string::String::try_extend_from_within (line 249) ... ok [INFO] [stdout] test src/string.rs - string::String::try_replace_range (line 653) ... ok [INFO] [stdout] test src/string.rs - string::crate::ArenaString<'a,I>::into_boxed_str (line 875) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 218 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.23s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "60749c0677fdb16d8dc5cda15aa09fb6b99c5554841337805d57004e7a95e494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60749c0677fdb16d8dc5cda15aa09fb6b99c5554841337805d57004e7a95e494", kill_on_drop: false }` [INFO] [stdout] 60749c0677fdb16d8dc5cda15aa09fb6b99c5554841337805d57004e7a95e494