[INFO] fetching crate envisim_utils 0.3.0...
[INFO] testing envisim_utils-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate envisim_utils 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate envisim_utils 0.3.0
[INFO] finished tweaking crates.io crate envisim_utils 0.3.0
[INFO] tweaked toml for crates.io crate envisim_utils 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate envisim_utils 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] 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 17 packages to latest compatible versions
[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] d79daccc378fdc21677377ffc5cb1d15f0341cf2fc5343a13f1b9558df023122
[INFO] running `Command { std: "docker" "start" "-a" "d79daccc378fdc21677377ffc5cb1d15f0341cf2fc5343a13f1b9558df023122", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d79daccc378fdc21677377ffc5cb1d15f0341cf2fc5343a13f1b9558df023122", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d79daccc378fdc21677377ffc5cb1d15f0341cf2fc5343a13f1b9558df023122", kill_on_drop: false }`
[INFO] [stdout] d79daccc378fdc21677377ffc5cb1d15f0341cf2fc5343a13f1b9558df023122
[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] caeebdc6afc90c8b91a9712dded0f987428a7d8b7487b830f9b5f6c193952a18
[INFO] running `Command { std: "docker" "start" "-a" "caeebdc6afc90c8b91a9712dded0f987428a7d8b7487b830f9b5f6c193952a18", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling envisim_utils v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/probabilities.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter(&self) -> Iter<f64> {
[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] 121 |     pub fn iter(&self) -> Iter<'_, f64> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/probabilities.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter_mut(&mut self) -> IterMut<f64> {
[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] 127 |     pub fn iter_mut(&mut self) -> IterMut<'_, f64> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/random.rs:279:22
[INFO] [stdout]     |
[INFO] [stdout] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef {
[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] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
[INFO] running `Command { std: "docker" "inspect" "caeebdc6afc90c8b91a9712dded0f987428a7d8b7487b830f9b5f6c193952a18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "caeebdc6afc90c8b91a9712dded0f987428a7d8b7487b830f9b5f6c193952a18", kill_on_drop: false }`
[INFO] [stdout] caeebdc6afc90c8b91a9712dded0f987428a7d8b7487b830f9b5f6c193952a18
[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] 47c584bd73ab6a30febf21b52cb0c56c592e171a6ed13c855157ac098f262ca1
[INFO] running `Command { std: "docker" "start" "-a" "47c584bd73ab6a30febf21b52cb0c56c592e171a6ed13c855157ac098f262ca1", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/probabilities.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter(&self) -> Iter<f64> {
[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] 121 |     pub fn iter(&self) -> Iter<'_, f64> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/probabilities.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter_mut(&mut self) -> IterMut<f64> {
[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] 127 |     pub fn iter_mut(&mut self) -> IterMut<'_, f64> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/random.rs:279:22
[INFO] [stdout]     |
[INFO] [stdout] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef {
[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] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling envisim_utils v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/probabilities.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter(&self) -> Iter<f64> {
[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] 121 |     pub fn iter(&self) -> Iter<'_, f64> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/probabilities.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter_mut(&mut self) -> IterMut<f64> {
[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] 127 |     pub fn iter_mut(&mut self) -> IterMut<'_, f64> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/random.rs:279:22
[INFO] [stdout]     |
[INFO] [stdout] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef {
[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] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "47c584bd73ab6a30febf21b52cb0c56c592e171a6ed13c855157ac098f262ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47c584bd73ab6a30febf21b52cb0c56c592e171a6ed13c855157ac098f262ca1", kill_on_drop: false }`
[INFO] [stdout] 47c584bd73ab6a30febf21b52cb0c56c592e171a6ed13c855157ac098f262ca1
[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] 71f334b84da839f2e0f30c09dc28230c8b4a65c6776d4ce73992c69a477538b0
[INFO] running `Command { std: "docker" "start" "-a" "71f334b84da839f2e0f30c09dc28230c8b4a65c6776d4ce73992c69a477538b0", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/probabilities.rs:121:17
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn iter(&self) -> Iter<f64> {
[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] 121 |     pub fn iter(&self) -> Iter<'_, f64> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/probabilities.rs:127:21
[INFO] [stderr]     |
[INFO] [stderr] 127 |     pub fn iter_mut(&mut self) -> IterMut<f64> {
[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] [stdout] 
[INFO] [stderr] 127 |     pub fn iter_mut(&mut self) -> IterMut<'_, f64> {
[INFO] [stdout] running 5 tests
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/random.rs:279:22
[INFO] [stderr]     |
[INFO] [stdout] test indices::tests::new ... ok
[INFO] [stderr] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef {
[INFO] [stdout] test kd_tree::node::tests::insert_unit ... ok
[INFO] [stderr]     |                      ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test indices::tests::with_fill ... ok
[INFO] [stderr]     |                      |
[INFO] [stdout] test kd_tree::node::tests::new_midpoint_slide ... ok
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stdout] test kd_tree::split_methods::tests::midpoint_slide ... ok
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr] 279 |         fn from(rng: &mut SRNG) -> SmallRngRef<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `envisim_utils` (lib) generated 3 warnings (run `cargo fix --lib -p envisim_utils` to apply 3 suggestions)
[INFO] [stderr] warning: `envisim_utils` (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/envisim_utils-6847fe0a99b773c7)
[INFO] [stderr]    Doc-tests envisim_utils
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/utils.rs - utils::usize_to_f64 (line 18) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::to_vec (line 91) ... ok
[INFO] [stdout] test src/utils.rs - utils::sum (line 35) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::len (line 209) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::new (line 29) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::first (line 121) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::with_fill (line 44) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::is_empty (line 222) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::get (line 106) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::remove (line 238) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::insert (line 184) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::draw (line 149) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::clear (line 61) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::contains (line 169) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::last (line 135) ... ok
[INFO] [stdout] test src/indices.rs - indices::Indices::list (line 77) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "71f334b84da839f2e0f30c09dc28230c8b4a65c6776d4ce73992c69a477538b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71f334b84da839f2e0f30c09dc28230c8b4a65c6776d4ce73992c69a477538b0", kill_on_drop: false }`
[INFO] [stdout] 71f334b84da839f2e0f30c09dc28230c8b4a65c6776d4ce73992c69a477538b0
