[INFO] fetching crate gavl 0.1.5...
[INFO] testing gavl-0.1.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate gavl 0.1.5 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate gavl 0.1.5
[INFO] finished tweaking crates.io crate gavl 0.1.5
[INFO] tweaked toml for crates.io crate gavl 0.1.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gavl 0.1.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 6 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ec0465e4a7f16359e2f75ef0b3e9296c66eb877e3df83a72331bbd6394023fa
[INFO] running `Command { std: "docker" "start" "-a" "8ec0465e4a7f16359e2f75ef0b3e9296c66eb877e3df83a72331bbd6394023fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ec0465e4a7f16359e2f75ef0b3e9296c66eb877e3df83a72331bbd6394023fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ec0465e4a7f16359e2f75ef0b3e9296c66eb877e3df83a72331bbd6394023fa", kill_on_drop: false }`
[INFO] [stdout] 8ec0465e4a7f16359e2f75ef0b3e9296c66eb877e3df83a72331bbd6394023fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02b877be04e3d0c99bd3c27428be2359c5d30baab5933ee92b04c31169053f2d
[INFO] running `Command { std: "docker" "start" "-a" "02b877be04e3d0c99bd3c27428be2359c5d30baab5933ee92b04c31169053f2d", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling gavl v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:440:17
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn iter(&self) -> iters::Iter<KeyType, ContentType> {
[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] 440 |     pub fn iter(&self) -> iters::Iter<'_, KeyType, ContentType> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<'_, KeyType, ContentType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iters/into_iter.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<'_, KeyType, ContentType> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "02b877be04e3d0c99bd3c27428be2359c5d30baab5933ee92b04c31169053f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02b877be04e3d0c99bd3c27428be2359c5d30baab5933ee92b04c31169053f2d", kill_on_drop: false }`
[INFO] [stdout] 02b877be04e3d0c99bd3c27428be2359c5d30baab5933ee92b04c31169053f2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b58fe52dcd57e21530b2f91bc01f7db4727912d3e854fbf5ef9802f4b28fb4d
[INFO] running `Command { std: "docker" "start" "-a" "9b58fe52dcd57e21530b2f91bc01f7db4727912d3e854fbf5ef9802f4b28fb4d", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:440:17
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn iter(&self) -> iters::Iter<KeyType, ContentType> {
[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] 440 |     pub fn iter(&self) -> iters::Iter<'_, KeyType, ContentType> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<'_, KeyType, ContentType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gavl v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iters/into_iter.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<'_, KeyType, ContentType> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:440:17
[INFO] [stdout]     |
[INFO] [stdout] 440 |     pub fn iter(&self) -> iters::Iter<KeyType, ContentType> {
[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] 440 |     pub fn iter(&self) -> iters::Iter<'_, KeyType, ContentType> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<'_, KeyType, ContentType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iters/into_iter.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<'_, KeyType, ContentType> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "9b58fe52dcd57e21530b2f91bc01f7db4727912d3e854fbf5ef9802f4b28fb4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b58fe52dcd57e21530b2f91bc01f7db4727912d3e854fbf5ef9802f4b28fb4d", kill_on_drop: false }`
[INFO] [stdout] 9b58fe52dcd57e21530b2f91bc01f7db4727912d3e854fbf5ef9802f4b28fb4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 98ca8024f492b4ab212f91ff4e0c4dc4200016d091447bc5d7d9edab2d3b86f9
[INFO] running `Command { std: "docker" "start" "-a" "98ca8024f492b4ab212f91ff4e0c4dc4200016d091447bc5d7d9edab2d3b86f9", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:440:17
[INFO] [stderr]     |
[INFO] [stderr] 440 |     pub fn iter(&self) -> iters::Iter<KeyType, ContentType> {
[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] 440 |     pub fn iter(&self) -> iters::Iter<'_, KeyType, ContentType> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:474:21
[INFO] [stderr]     |
[INFO] [stderr] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 474 |     pub fn iter_mut(&mut self) -> iters::IterMut<'_, KeyType, ContentType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/iters/into_iter.rs:19:30
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<KeyType, ContentType> {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub(crate) fn empty_iter(&mut self) -> EmptyIter<'_, KeyType, ContentType> {
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `gavl` (lib) generated 3 warnings (run `cargo fix --lib -p gavl` to apply 3 suggestions)
[INFO] [stderr] warning: `gavl` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gavl-0f7e814846314f9d)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test iters::into_iter::test::empty ... ok
[INFO] [stdout] test iters::into_iter::test::test ... ok
[INFO] [stdout] test structs::test::struct_conversions ... ok
[INFO] [stdout] test iters::iter::test::test ... ok
[INFO] [stdout] test test::avl_test::clone ... ok
[INFO] [stdout] test iters::iter_mut::test::test ... ok
[INFO] [stdout] test test::avl_test::collect ... ok
[INFO] [stdout] test test::avl_test::deletion_index_propagation ... ok
[INFO] [stdout] test test::avl_test::creation ... ok
[INFO] [stdout] test test::avl_test::deletion_double_balance ... ok
[INFO] [stdout] test test::avl_test::individual_delete ... ok
[INFO] [stdout] test test::avl_test::deletion_interrupted_index_propagation ... ok
[INFO] [stdout] test test::avl_test::find ... ok
[INFO] [stdout] test test::avl_test::individual_remove ... ok
[INFO] [stdout] test test::avl_test::deletion_simple_balance ... ok
[INFO] [stdout] test test::avl_test::drop ... ok
[INFO] [stdout] test test::avl_test::empty ... ok
[INFO] [stdout] test test::avl_test::double_insert ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gavl
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/iters/mod.rs - iters::IterMut (line 82) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::len (line 396) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::iter (line 424) ... ok
[INFO] [stdout] test src/iters/mod.rs - iters::Iter (line 37) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::delete (line 351) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::get_mut (line 276) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::add (line 113) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::empty (line 229) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::remove (line 305) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::insert (line 154) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::get (line 250) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::new (line 101) ... ok
[INFO] [stdout] test src/lib.rs - Map<KeyType,ContentType>::iter_mut (line 455) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "98ca8024f492b4ab212f91ff4e0c4dc4200016d091447bc5d7d9edab2d3b86f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98ca8024f492b4ab212f91ff4e0c4dc4200016d091447bc5d7d9edab2d3b86f9", kill_on_drop: false }`
[INFO] [stdout] 98ca8024f492b4ab212f91ff4e0c4dc4200016d091447bc5d7d9edab2d3b86f9
