[INFO] fetching crate plain_trie 8.0.2... [INFO] testing plain_trie-8.0.2 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate plain_trie 8.0.2 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate plain_trie 8.0.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate plain_trie 8.0.2 [INFO] tweaked toml for crates.io crate plain_trie 8.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate plain_trie 8.0.2 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate plain_trie 8.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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 862663f6adeb8bb6a549402e711f8b0ffdf39d871d3709ca0e79117c44789059 [INFO] running `Command { std: "docker" "start" "-a" "862663f6adeb8bb6a549402e711f8b0ffdf39d871d3709ca0e79117c44789059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "862663f6adeb8bb6a549402e711f8b0ffdf39d871d3709ca0e79117c44789059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "862663f6adeb8bb6a549402e711f8b0ffdf39d871d3709ca0e79117c44789059", kill_on_drop: false }` [INFO] [stdout] 862663f6adeb8bb6a549402e711f8b0ffdf39d871d3709ca0e79117c44789059 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfa0eb7808e2d7485f9f1d76f18083933c88d7e089faa94531bfd2994373e20a [INFO] running `Command { std: "docker" "start" "-a" "bfa0eb7808e2d7485f9f1d76f18083933c88d7e089faa94531bfd2994373e20a", kill_on_drop: false }` [INFO] [stderr] Compiling plain_trie v8.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:342:16 [INFO] [stdout] | [INFO] [stdout] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden 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] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:373:16 [INFO] [stdout] | [INFO] [stdout] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:384:20 [INFO] [stdout] | [INFO] [stdout] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "bfa0eb7808e2d7485f9f1d76f18083933c88d7e089faa94531bfd2994373e20a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfa0eb7808e2d7485f9f1d76f18083933c88d7e089faa94531bfd2994373e20a", kill_on_drop: false }` [INFO] [stdout] bfa0eb7808e2d7485f9f1d76f18083933c88d7e089faa94531bfd2994373e20a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3d71a1919e7cfafee94a5c7e2f7cbaf0fe2a7357360b360e8949ecbc4c04494 [INFO] running `Command { std: "docker" "start" "-a" "b3d71a1919e7cfafee94a5c7e2f7cbaf0fe2a7357360b360e8949ecbc4c04494", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:342:16 [INFO] [stdout] | [INFO] [stdout] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden 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] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:373:16 [INFO] [stdout] | [INFO] [stdout] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:384:20 [INFO] [stdout] | [INFO] [stdout] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plain_trie v8.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:342:16 [INFO] [stdout] | [INFO] [stdout] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden 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] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:373:16 [INFO] [stdout] | [INFO] [stdout] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:384:20 [INFO] [stdout] | [INFO] [stdout] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "b3d71a1919e7cfafee94a5c7e2f7cbaf0fe2a7357360b360e8949ecbc4c04494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3d71a1919e7cfafee94a5c7e2f7cbaf0fe2a7357360b360e8949ecbc4c04494", kill_on_drop: false }` [INFO] [stdout] b3d71a1919e7cfafee94a5c7e2f7cbaf0fe2a7357360b360e8949ecbc4c04494 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f13bc615e0afa2a7ceef19b11a60b771d78bdd617b790278d34d9cf349bf630 [INFO] running `Command { std: "docker" "start" "-a" "4f13bc615e0afa2a7ceef19b11a60b771d78bdd617b790278d34d9cf349bf630", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:342:16 [INFO] [stderr] | [INFO] [stderr] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden 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] 342 | pub fn ins(&mut self, mut key: impl Iterator, entry: T) -> InsRes<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:373:16 [INFO] [stderr] | [INFO] [stderr] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 373 | pub fn acq(&self, key: impl Iterator) -> AcqRes<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:384:20 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 384 | pub fn acq_mut(&mut self, key: impl Iterator) -> AcqMutRes<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `plain_trie` (lib) generated 3 warnings (run `cargo fix --lib -p plain_trie` to apply 3 suggestions) [INFO] [stderr] warning: `plain_trie` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plain_trie-296ed801c944f58b) [INFO] [stdout] [INFO] [stdout] running 98 tests [INFO] [stdout] test res::tests_of_units::acq_mut_res::is_ok ... ok [INFO] [stdout] test res::tests_of_units::ins_res::is_ok_some_not_ok ... ok [INFO] [stdout] test res::tests_of_units::acq_mut_res::uproot ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_ok ... ok [INFO] [stdout] test res::tests_of_units::acq_res::is_ok ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_unchecked ... ok [INFO] [stdout] test res::tests_of_units::ins_res::is_ok_some_some ... ok [INFO] [stdout] test res::tests_of_units::acq_mut_res::uproot_unchecked ... ok [INFO] [stdout] test res::tests_of_units::acq_res::uproot_unchecked ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_acq_res ... ok [INFO] [stdout] test res::tests_of_units::ins_res::is_ok ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_ins_res ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_rem_res ... ok [INFO] [stdout] test res::tests_of_units::ins_res::is_ok_some_none ... ok [INFO] [stdout] test res::tests_of_units::rem_res::clone::ok ... ok [INFO] [stdout] test res::tests_of_units::rem_res::is_ok ... ok [INFO] [stdout] test res::tests_of_units::rem_res::uproot ... ok [INFO] [stdout] test res::tests_of_units::rem_res::uproot_unchecked ... ok [INFO] [stdout] test tests_of_units::ab::ab ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_some_some ... ok [INFO] [stdout] test tests_of_units::ab::zero_len ... ok [INFO] [stdout] test tests_of_units::english_letters::consts ... ok [INFO] [stdout] test tests_of_units::english_letters::ix::ixes ... ok [INFO] [stdout] test tests_of_units::english_letters::re::ixes ... ok [INFO] [stdout] test res::tests_of_units::acq_res::uproot ... ok [INFO] [stdout] test tests_of_units::ext::basic_test ... ok [INFO] [stdout] test tests_of_units::ext::in_depth_recursion ... ok [INFO] [stdout] test tests_of_units::ext::nesting ... ok [INFO] [stdout] test tests_of_units::letter::ab ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_some_not_ok - should panic ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_some_none - should panic ... ok [INFO] [stdout] test tests_of_units::tra_res::key_err_supported ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_not_ok - should panic ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_acq_res_panic - should panic ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_ins_res_panic - should panic ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_acq_mut_res_panic - should panic ... ok [INFO] [stdout] test tests_of_units::letter::new ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_rem_res_panic - should panic ... ok [INFO] [stdout] test res::tests_of_units::rem_res::uproot_panic - should panic ... ok [INFO] [stdout] test tests_of_units::trie::acq_mut::known_unknown ... ok [INFO] [stdout] test tests_of_units::trie::acq_mut::zero_key ... ok [INFO] [stdout] test tests_of_units::trie::clr ... ok [INFO] [stdout] test tests_of_units::trie::ct ... ok [INFO] [stdout] test tests_of_units::trie::ext::empty_tree ... ok [INFO] [stdout] test tests_of_units::english_letters::ix::unsupported_char ... ok [INFO] [stdout] test res::tests_of_units::acq_mut_res::uproot_panic - should panic ... ok [INFO] [stdout] test tests_of_units::trie::acq_trace_cap ... ok [INFO] [stdout] test tests_of_units::trie::ext::basic_test ... ok [INFO] [stdout] test tests_of_units::trie::ins::basic_test ... ok [INFO] [stdout] test res::tests_of_units::acq_res::uproot_panic - should panic ... ok [INFO] [stdout] test tests_of_units::trie::ins::zero_key ... ok [INFO] [stdout] test tests_of_units::trie::ins::double_insert ... ok [INFO] [stdout] test tests_of_units::trie::ins::singular_key ... ok [INFO] [stdout] test tests_of_units::trie::new ... ok [INFO] [stdout] test tests_of_units::tra_res::key_err_unsupported - should panic ... ok [INFO] [stdout] test tests_of_units::trie::new_with ... ok [INFO] [stdout] test tests_of_units::trie::ext::re_not_provided - should panic ... ok [INFO] [stdout] test tests_of_units::trie::put_trace_cap::extend ... ok [INFO] [stdout] test tests_of_units::trie::put_trace_cap::same ... ok [INFO] [stdout] test tests_of_units::trie::put_trace_cap::shrink ... ok [INFO] [stdout] test tests_of_units::trie::acq::zero_key ... ok [INFO] [stdout] test tests_of_units::english_letters::re::unsupported_ix - should panic ... ok [INFO] [stdout] test tests_of_units::trie::acq::known_unknown ... ok [INFO] [stdout] test tests_of_units::trie::rem::known_unknown ... ok [INFO] [stdout] test tests_of_units::trie::rem::zero_key ... ok [INFO] [stdout] test tests_of_units::trie::rem_actual::ab_len_test ... ok [INFO] [stdout] test tests_of_units::trie::rem_actual::basic_test ... ok [INFO] [stdout] test tests_of_units::trie::rem_actual::entry_under_entry ... ok [INFO] [stdout] test tests_of_units::trie::rem_actual::inner_entry ... ok [INFO] [stdout] test tests_of_units::trie::track::ok ... ok [INFO] [stdout] test tests_of_units::trie::track::ok_ref ... ok [INFO] [stdout] test tests_of_units::trie::track::unknown_not_path ... ok [INFO] [stdout] test tests_of_units::trie::rem_actual::entry_with_peer_entry ... ok [INFO] [stdout] test tests_of_units::trie::track::unknown_not_entry ... ok [INFO] [stdout] test tests_of_units::trie::track::zero_key ... ok [INFO] [stdout] test tests_of_units::trie::track::ok_mut ... ok [INFO] [stdout] test tests_of_units::trie::rem_actual::entry_with_peer_with_alphabet ... ok [INFO] [stdout] test tests_of_units::trie::view::empty_tree ... ok [INFO] [stdout] test tests_of_units::trie::view::basic_test ... ok [INFO] [stdout] test tests_of_units::trie::view::re_not_provided - should panic ... ok [INFO] [stdout] test tests_of_units::view::basic_test ... ok [INFO] [stdout] test tests_of_units::trie::track::unsupported_result - should panic ... ok [INFO] [stdout] test tra::tests_of_units::has_has ... ok [INFO] [stdout] test tests_of_units::view::in_depth_recursion ... ok [INFO] [stdout] test uc::tests_of_units::deref ... ok [INFO] [stdout] test tra::tests_of_units::unset ... ok [INFO] [stdout] test tra::tests_of_units::has_has_not ... ok [INFO] [stdout] test tests_of_units::view::nesting ... ok [INFO] [stdout] test uc::tests_of_units::partial_eq::eq ... ok [INFO] [stdout] test tra::tests_of_units::values ... ok [INFO] [stdout] test uc::tests_of_units::new ... ok [INFO] [stdout] test uc::tests_of_units::get_mut ... ok [INFO] [stdout] test uc::tests_of_units::get_ref ... ok [INFO] [stdout] test uc::tests_of_units::partial_eq::not_eq ... ok [INFO] [stdout] test res::tests_of_units::ins_res::uproot_ok_some_unchecked ... ok [INFO] [stdout] test res::tests_of_units::key_err::from_acq_mut_res ... ok [INFO] [stdout] test res::tests_of_units::rem_res::clone::err ... ok [INFO] [stdout] test tests_of_units::letter::en ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 98 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/custom_ab.rs (/opt/rustwide/target/debug/deps/custom_ab-ca1c633fc8305570) [INFO] [stderr] Doc-tests plain_trie [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test custom_ab ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - Trie::put_trace_cap (line 305) ... ok [INFO] [stdout] test src/lib.rs - Trie::new_with (line 249) ... ok [INFO] [stdout] test src/lib.rs - Trie (line 192) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4f13bc615e0afa2a7ceef19b11a60b771d78bdd617b790278d34d9cf349bf630", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f13bc615e0afa2a7ceef19b11a60b771d78bdd617b790278d34d9cf349bf630", kill_on_drop: false }` [INFO] [stdout] 4f13bc615e0afa2a7ceef19b11a60b771d78bdd617b790278d34d9cf349bf630