[INFO] fetching crate fast_forward 0.0.2... [INFO] testing fast_forward-0.0.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate fast_forward 0.0.2 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate fast_forward 0.0.2 [INFO] finished tweaking crates.io crate fast_forward 0.0.2 [INFO] tweaked toml for crates.io crate fast_forward 0.0.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fast_forward 0.0.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate fast_forward 0.0.2 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded plotters-svg v0.3.3 [INFO] [stderr] Downloaded rstest v0.18.1 [INFO] [stderr] Downloaded ciborium-io v0.2.0 [INFO] [stderr] Downloaded serde_derive v1.0.160 [INFO] [stderr] Downloaded clap v4.3.0 [INFO] [stderr] Downloaded clap_lex v0.5.0 [INFO] [stderr] Downloaded half v1.8.2 [INFO] [stderr] Downloaded ciborium v0.2.0 [INFO] [stderr] Downloaded plotters v0.3.4 [INFO] [stderr] Downloaded serde v1.0.160 [INFO] [stderr] Downloaded rstest_macros v0.18.1 [INFO] [stderr] Downloaded plotters-backend v0.3.4 [INFO] [stderr] Downloaded ciborium-ll v0.2.0 [INFO] [stderr] Downloaded clap_builder v4.3.0 [INFO] [stderr] Downloaded relative-path v1.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fef0560f0b42a0c37e5591499bfb055e6d277b94cf1f3630737d002783deb89 [INFO] running `Command { std: "docker" "start" "-a" "2fef0560f0b42a0c37e5591499bfb055e6d277b94cf1f3630737d002783deb89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fef0560f0b42a0c37e5591499bfb055e6d277b94cf1f3630737d002783deb89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fef0560f0b42a0c37e5591499bfb055e6d277b94cf1f3630737d002783deb89", kill_on_drop: false }` [INFO] [stdout] 2fef0560f0b42a0c37e5591499bfb055e6d277b94cf1f3630737d002783deb89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e054004581c259dc720578c5369953443052a0ea2e6a340cb17042952efd27d4 [INFO] running `Command { std: "docker" "start" "-a" "e054004581c259dc720578c5369953443052a0ea2e6a340cb17042952efd27d4", kill_on_drop: false }` [INFO] [stderr] Compiling fast_forward v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/index/mod.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | fn items<'a, I>(&'a self, indices: I) -> Items [INFO] [stdout] | ^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 29 | fn items<'a, I>(&'a self, indices: I) -> Items<'a, Self, Idx, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/index/view.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "e054004581c259dc720578c5369953443052a0ea2e6a340cb17042952efd27d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e054004581c259dc720578c5369953443052a0ea2e6a340cb17042952efd27d4", kill_on_drop: false }` [INFO] [stdout] e054004581c259dc720578c5369953443052a0ea2e6a340cb17042952efd27d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f4ac1240890f62563e06b7613c4e2568b3d156ba4e2d4489b1f606f6fedd114 [INFO] running `Command { std: "docker" "start" "-a" "5f4ac1240890f62563e06b7613c4e2568b3d156ba4e2d4489b1f606f6fedd114", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Compiling regex-syntax v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling rstest_macros v0.18.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling clap_builder v4.3.0 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling relative-path v1.8.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling regex v1.8.1 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling clap v4.3.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/index/mod.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | fn items<'a, I>(&'a self, indices: I) -> Items [INFO] [stdout] | ^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 29 | fn items<'a, I>(&'a self, indices: I) -> Items<'a, Self, Idx, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/index/view.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling rstest v0.18.1 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling fast_forward v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/index/mod.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | fn items<'a, I>(&'a self, indices: I) -> Items [INFO] [stdout] | ^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 29 | fn items<'a, I>(&'a self, indices: I) -> Items<'a, Self, Idx, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/index/view.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 59.53s [INFO] running `Command { std: "docker" "inspect" "5f4ac1240890f62563e06b7613c4e2568b3d156ba4e2d4489b1f606f6fedd114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f4ac1240890f62563e06b7613c4e2568b3d156ba4e2d4489b1f606f6fedd114", kill_on_drop: false }` [INFO] [stdout] 5f4ac1240890f62563e06b7613c4e2568b3d156ba4e2d4489b1f606f6fedd114 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 26062b794653f4aafb640c317349d707c01c14bc65427d8165c9e1aa5158879c [INFO] running `Command { std: "docker" "start" "-a" "26062b794653f4aafb640c317349d707c01c14bc65427d8165c9e1aa5158879c", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/index/mod.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | fn items<'a, I>(&'a self, indices: I) -> Items [INFO] [stderr] | ^^ ------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 29 | fn items<'a, I>(&'a self, indices: I) -> Items<'a, Self, Idx, I> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/index/view.rs:54:18 [INFO] [stderr] | [INFO] [stderr] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stderr] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 54 | fn iter<'a>(&'a self) -> Box + 'a>; [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `fast_forward` (lib) generated 2 warnings [INFO] [stderr] warning: `fast_forward` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fast_forward-275c6b6449a2469a) [INFO] [stdout] [INFO] [stdout] running 185 tests [INFO] [stdout] test collections::ro::tests::ilist_array ... ok [INFO] [stdout] test collections::ro::tests::ilist_btreemap ... ok [INFO] [stdout] test collections::ro::tests::ilist_hashmap_str ... ok [INFO] [stdout] test collections::ro::tests::ilist_hashmap_usize ... ok [INFO] [stdout] test collections::ro::tests::ilist_vec ... ok [INFO] [stdout] test collections::ro::tests::ilist_vecdeque ... ok [INFO] [stdout] test collections::ro::tests::read_only_double_index_list_from_vec ... ok [INFO] [stdout] test collections::ro::tests::read_only_index_list_from_array ... ok [INFO] [stdout] test collections::rw::list::tests::check ... ok [INFO] [stdout] test collections::rw::list::tests::delete_wrong_id ... ok [INFO] [stdout] test collections::rw::list::tests::ilist_usize ... ok [INFO] [stdout] test collections::rw::list::tests::item_from_idx ... ok [INFO] [stdout] test collections::rw::list::tests::item_store_str ... ok [INFO] [stdout] test collections::rw::list::tests::iter_after_remove ... ok [INFO] [stdout] test collections::rw::list::tests::one_indexed_list_filter_map ... ok [INFO] [stdout] test collections::rw::list::tests::one_indexed_list_filter_uint ... ok [INFO] [stdout] test collections::rw::list::tests::one_indexed_list_remove ... ok [INFO] [stdout] test collections::rw::list::tests::one_indexed_list_update ... ok [INFO] [stdout] test collections::rw::list::tests::remove_0 ... ok [INFO] [stdout] test collections::rw::list::tests::remove_by_key_int ... ok [INFO] [stdout] test collections::rw::list::tests::remove_invalid ... ok [INFO] [stdout] test collections::rw::list::tests::remove_empty ... ok [INFO] [stdout] test collections::rw::list::tests::remove_last_2 ... ok [INFO] [stdout] test collections::rw::list_base::tests::drop_last ... ok [INFO] [stdout] test collections::rw::list::tests::remove_1 ... ok [INFO] [stdout] test collections::rw::list::tests::update_by_key ... ok [INFO] [stdout] test collections::rw::list_base::tests::delete_bad_index ... ok [INFO] [stdout] test collections::rw::list_base::tests::check_key_idx_intindex ... ok [INFO] [stdout] test collections::rw::list_base::tests::check_methods ... ok [INFO] [stdout] test collections::rw::list_base::tests::check_key_with_many_idx_intindex ... ok [INFO] [stdout] test collections::rw::list_base::tests::drop_mid ... ok [INFO] [stdout] test collections::rw::list_base::tests::insert_trigger ... ok [INFO] [stdout] test collections::rw::list_base::tests::remove_first ... ok [INFO] [stdout] test collections::rw::list_base::tests::remove_no_trigger ... ok [INFO] [stdout] test collections::rw::list_base::tests::update ... ok [INFO] [stdout] test collections::rw::list_base::tests::update_deleted_item ... ok [INFO] [stdout] test collections::rw::list_base::tests::update_not_found ... ok [INFO] [stdout] test collections::rw::map_base::tests::check_map ... ok [INFO] [stdout] test collections::rw::map_base::tests::invalid_insert ... ok [INFO] [stdout] test index::indices::tests::indices_and::diff_len ... ok [INFO] [stdout] test index::indices::tests::indices_and::ands::case_3_only_right ... ok [INFO] [stdout] test index::indices::tests::indices_and::overlapping_simple ... ok [INFO] [stdout] test index::indices::tests::indices_and::overlapping_diff_len ... ok [INFO] [stdout] test index::indices::tests::indices_and::ands::case_1_empty ... ok [INFO] [stdout] test collections::rw::list::tests::remove_by_key_string ... ok [INFO] [stdout] test index::indices::tests::indices_and::ands::case_4_overlapping ... ok [INFO] [stdout] test index::indices::tests::indices_and::ands::case_2_only_left ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_2_only_left ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_3_only_right ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_5_diff_len2 ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_4_diff_len1 ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_6_overlapping_simple1 ... ok [INFO] [stdout] test index::indices::tests::indices_query::and_or ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_9_overlapping_diff_len1 ... ok [INFO] [stdout] test index::indices::tests::indices_query::and_or_and_2 ... ok [INFO] [stdout] test index::indices::tests::indices_query::and ... ok [INFO] [stdout] test index::indices::tests::indices_query::and_or_and_03 ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_8_overlapping_diff_len1 ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_7_overlapping_simple2 ... ok [INFO] [stdout] test index::indices::tests::indices_or::ors::case_1_empty ... ok [INFO] [stdout] test index::indices::tests::indices_query::filter ... ok [INFO] [stdout] test index::indices::tests::indices_query::iter ... ok [INFO] [stdout] test index::indices::tests::key_indices::container_multi ... ok [INFO] [stdout] test index::indices::tests::indices_query::or_and_3 ... ok [INFO] [stdout] test index::indices::tests::key_indices::empty ... ok [INFO] [stdout] test index::indices::tests::key_indices::multi_duplicate ... ok [INFO] [stdout] test index::indices::tests::key_indices::multi_ordered ... ok [INFO] [stdout] test index::indices::tests::key_indices::multi ... ok [INFO] [stdout] test index::indices::tests::key_indices::unique ... ok [INFO] [stdout] test index::indices::tests::key_indices::container_unique ... ok [INFO] [stdout] test index::int::tests::index_str ... ok [INFO] [stdout] test index::indices::tests::key_indices::remove ... ok [INFO] [stdout] test index::int::tests::delete_plus_minus ... ok [INFO] [stdout] test index::int::tests::filter ... ok [INFO] [stdout] test index::int::tests::insert_minus ... ok [INFO] [stdout] test index::int::tests::insert_plus ... ok [INFO] [stdout] test index::int::tests::insert_plus_minus ... ok [INFO] [stdout] test index::int::tests::keys::empty ... ok [INFO] [stdout] test index::int::tests::keys::keys ... ok [INFO] [stdout] test index::int::tests::keys::keys_with_neg ... ok [INFO] [stdout] test index::int::tests::keys::two ... ok [INFO] [stdout] test index::int::tests::keys::one ... ok [INFO] [stdout] test index::int::tests::meta ... ok [INFO] [stdout] test index::int::tests::multi::contains ... ok [INFO] [stdout] test index::int::tests::multi::find_eq_many_unique ... ok [INFO] [stdout] test index::int::tests::multi::find_idx_2 ... ok [INFO] [stdout] test index::int::tests::unique::delete_empty ... ok [INFO] [stdout] test index::int::tests::unique::contains ... ok [INFO] [stdout] test index::int::tests::multi::empty ... ok [INFO] [stdout] test index::int::tests::unique::delete_pos ... ok [INFO] [stdout] test index::int::tests::multi::double_index ... ok [INFO] [stdout] test index::int::tests::unique::delete_neg ... ok [INFO] [stdout] test index::int::tests::unique::delete_pos_neg ... ok [INFO] [stdout] test index::int::tests::unique::empty ... ok [INFO] [stdout] test index::int::tests::unique::find_eq_many_unique ... ok [INFO] [stdout] test index::int::tests::unique::find_idx_2_u16 ... ok [INFO] [stdout] test index::int::tests::unique::find_idx_2_usize_neg ... ok [INFO] [stdout] test index::int::tests::unique::max ... ok [INFO] [stdout] test index::int::tests::unique::min ... ok [INFO] [stdout] test index::int::tests::unique::find_idx_2_usize_pos ... ok [INFO] [stdout] test index::int::tests::unique::find_idx_2_bool ... ok [INFO] [stdout] test index::int::tests::unique::query_and_or ... ok [INFO] [stdout] test index::int::tests::unique::min_rm ... ok [INFO] [stdout] test index::indices::tests::indices_query::or ... ok [INFO] [stdout] test index::indices::tests::indices_query::or_and_12 ... ok [INFO] [stdout] test index::int::tests::unique::or_find_idx_3_4 ... ok [INFO] [stdout] test index::int::tests::unique::update ... ok [INFO] [stdout] test index::int::tests::unique::with_capacity ... ok [INFO] [stdout] test index::int::tests::unique::out_of_bound ... ok [INFO] [stdout] test index::map::tests::keys::one ... ok [INFO] [stdout] test index::map::tests::index_str ... ok [INFO] [stdout] test index::map::tests::keys::empty ... ok [INFO] [stdout] test index::map::tests::multi::contains ... ok [INFO] [stdout] test index::map::tests::multi::double_index ... ok [INFO] [stdout] test index::map::tests::keys::keys ... ok [INFO] [stdout] test index::map::tests::multi::empty ... ok [INFO] [stdout] test index::map::tests::multi::find_idx_2 ... ok [INFO] [stdout] test index::map::tests::retrieve ... ok [INFO] [stdout] test index::map::tests::unique::delete ... ok [INFO] [stdout] test index::map::tests::unique::contains ... ok [INFO] [stdout] test index::map::tests::unique::empty ... ok [INFO] [stdout] test index::map::tests::unique::find_idx_2_char ... ok [INFO] [stdout] test index::ops::tests::min_max::max ... ok [INFO] [stdout] test index::map::tests::unique::or_find_idx_3_4 ... ok [INFO] [stdout] test index::map::tests::unique::find_idx_2_str ... ok [INFO] [stdout] test index::ops::tests::min_max::min ... ok [INFO] [stdout] test index::map::tests::unique::find_eq_many_unique ... ok [INFO] [stdout] test index::map::tests::unique::out_of_bound ... ok [INFO] [stdout] test index::map::tests::unique::find_idx_2_i32 ... ok [INFO] [stdout] test index::map::tests::unique::update ... ok [INFO] [stdout] test index::ops::tests::min_max::new_value ... ok [INFO] [stdout] test index::store::tests::filter ... ok [INFO] [stdout] test index::store::tests::extend_filter ... ok [INFO] [stdout] test index::store::tests::view_str::case_01_empty ... ok [INFO] [stdout] test index::store::tests::view_str::case_03_one_not_found ... ok [INFO] [stdout] test index::store::tests::view_str::case_02_one_found ... ok [INFO] [stdout] test index::store::tests::view_str::case_05_a_m_z ... ok [INFO] [stdout] test index::store::tests::view_str::case_06_z_m_a ... ok [INFO] [stdout] test index::store::tests::view_str::case_07_m_z_a_m ... ok [INFO] [stdout] test index::store::tests::view_str::case_09_double_x ... ok [INFO] [stdout] test index::store::tests::view_str::case_08_m_z_a_m_m ... ok [INFO] [stdout] test index::store::tests::view_str::case_10_a_double_x ... ok [INFO] [stdout] test index::uint::tests::filter ... ok [INFO] [stdout] test index::uint::tests::index_str ... ok [INFO] [stdout] test index::uint::tests::keys::keys ... ok [INFO] [stdout] test index::uint::tests::keys::one ... ok [INFO] [stdout] test index::uint::tests::meta ... ok [INFO] [stdout] test index::uint::tests::multi::contains ... ok [INFO] [stdout] test index::uint::tests::multi::double_index ... ok [INFO] [stdout] test index::uint::tests::keys::empty ... ok [INFO] [stdout] test index::store::tests::view_str::case_04_m_z_a ... ok [INFO] [stdout] test index::uint::tests::unique::delete ... ok [INFO] [stdout] test index::uint::tests::retrieve ... ok [INFO] [stdout] test index::uint::tests::multi::empty ... ok [INFO] [stdout] test index::uint::tests::multi::find_eq_many_unique ... ok [INFO] [stdout] test index::uint::tests::multi::find_idx_2 ... ok [INFO] [stdout] test index::uint::tests::unique::contains ... ok [INFO] [stdout] test index::uint::tests::unique::empty ... ok [INFO] [stdout] test index::uint::tests::unique::find_eq_many_unique ... ok [INFO] [stdout] test index::uint::tests::unique::find_idx_2_bool ... ok [INFO] [stdout] test index::uint::tests::unique::find_idx_2_usize ... ok [INFO] [stdout] test index::uint::tests::unique::find_idx_2_u16 ... ok [INFO] [stdout] test index::uint::tests::unique::out_of_bound ... ok [INFO] [stdout] test index::uint::tests::unique::query_and_or ... ok [INFO] [stdout] test index::uint::tests::unique::max ... ok [INFO] [stdout] test index::uint::tests::unique::update ... ok [INFO] [stdout] test index::uint::tests::unique::or_find_idx_3_4 ... ok [INFO] [stdout] test index::uint::tests::unique::with_capacity ... ok [INFO] [stdout] test index::uint::tests::unique::min ... ok [INFO] [stdout] test index::view::tests::gender_person_list ... ok [INFO] [stdout] test index::view::tests::view_eq ... ok [INFO] [stdout] test index::view::tests::view_filter ... ok [INFO] [stdout] test index::view::tests::items ... ok [INFO] [stdout] test index::uint::tests::unique::min_rm ... ok [INFO] [stdout] test index::view::tests::view_2x_eq ... ok [INFO] [stdout] test index::view::tests::view_get_without_7 ... ok [INFO] [stdout] test index::view::tests::view_with_range ... ok [INFO] [stdout] test index::view::tests::view_get_many_without_7 ... ok [INFO] [stdout] test tests::different_idxs ... ok [INFO] [stderr] Doc-tests fast_forward [INFO] [stdout] test tests::one_indexed_list_delete_item ... ok [INFO] [stdout] test tests::one_indexed_list_idx ... ok [INFO] [stdout] test tests::fast ... ok [INFO] [stdout] test tests::one_indexed_list_idx_min_max ... ok [INFO] [stdout] test tests::person_indices ... ok [INFO] [stdout] test index::view::tests::view_without_7 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 185 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/collections/mod.rs - collections::Retriever<'a,F,I>::contains (line 40) ... ok [INFO] [stdout] test src/collections/ro.rs - collections::ro::IList (line 17) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::Retriever<'a,F,I>::filter (line 138) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::Retriever<'a,F,I>::create_view (line 177) ... ok [INFO] [stdout] test src/collections/ro.rs - collections::ro::IMap (line 162) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::Retriever<'a,F,I>::get_many (line 97) ... ok [INFO] [stdout] test src/collections/mod.rs - collections::Retriever<'a,F,I>::get (line 63) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/collections/ro.rs - collections::ro::IRefList (line 91) ... ok [INFO] [stdout] test src/collections/rw/list.rs - collections::rw::list::IList (line 17) ... ok [INFO] [stdout] test src/lib.rs - (line 63) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "26062b794653f4aafb640c317349d707c01c14bc65427d8165c9e1aa5158879c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26062b794653f4aafb640c317349d707c01c14bc65427d8165c9e1aa5158879c", kill_on_drop: false }` [INFO] [stdout] 26062b794653f4aafb640c317349d707c01c14bc65427d8165c9e1aa5158879c