[INFO] fetching crate tapestry 0.1.0...
[INFO] testing tapestry-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tapestry 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate tapestry 0.1.0
[INFO] finished tweaking crates.io crate tapestry 0.1.0
[INFO] tweaked toml for crates.io crate tapestry 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tapestry 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tapestry 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 590de6a6acaf4e31d8864a5506082a28261eded93e8f69e56e9e8e79b8ec3b3f
[INFO] running `Command { std: "docker" "start" "-a" "590de6a6acaf4e31d8864a5506082a28261eded93e8f69e56e9e8e79b8ec3b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "590de6a6acaf4e31d8864a5506082a28261eded93e8f69e56e9e8e79b8ec3b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "590de6a6acaf4e31d8864a5506082a28261eded93e8f69e56e9e8e79b8ec3b3f", kill_on_drop: false }`
[INFO] [stdout] 590de6a6acaf4e31d8864a5506082a28261eded93e8f69e56e9e8e79b8ec3b3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f3af6b5075a7e18e5702918d1a09c88197787a82b0bb8bc667b5c4772965b6f
[INFO] running `Command { std: "docker" "start" "-a" "2f3af6b5075a7e18e5702918d1a09c88197787a82b0bb8bc667b5c4772965b6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.0
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling tapestry v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<T, I>
[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] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<'_, T, I>
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:143:34
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<T, I>
[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] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<'_, T, I>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 168 |     ) -> FloodIter<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^ 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] 168 |     ) -> FloodIter<'_, T> {
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
[INFO] running `Command { std: "docker" "inspect" "2f3af6b5075a7e18e5702918d1a09c88197787a82b0bb8bc667b5c4772965b6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f3af6b5075a7e18e5702918d1a09c88197787a82b0bb8bc667b5c4772965b6f", kill_on_drop: false }`
[INFO] [stdout] 2f3af6b5075a7e18e5702918d1a09c88197787a82b0bb8bc667b5c4772965b6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10f9afd5bdf869285806a56e0a748a8ddc16b4b84b5c96eb297bbdc7ac5f8058
[INFO] running `Command { std: "docker" "start" "-a" "10f9afd5bdf869285806a56e0a748a8ddc16b4b84b5c96eb297bbdc7ac5f8058", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<T, I>
[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] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<'_, T, I>
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:143:34
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<T, I>
[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] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<'_, T, I>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 168 |     ) -> FloodIter<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^ 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] 168 |     ) -> FloodIter<'_, T> {
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tapestry v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:129:30
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<T, I>
[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] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<'_, T, I>
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:143:34
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<T, I>
[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] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<'_, T, I>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/grid.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 168 |     ) -> FloodIter<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^ 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] 168 |     ) -> FloodIter<'_, T> {
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] running `Command { std: "docker" "inspect" "10f9afd5bdf869285806a56e0a748a8ddc16b4b84b5c96eb297bbdc7ac5f8058", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10f9afd5bdf869285806a56e0a748a8ddc16b4b84b5c96eb297bbdc7ac5f8058", kill_on_drop: false }`
[INFO] [stdout] 10f9afd5bdf869285806a56e0a748a8ddc16b4b84b5c96eb297bbdc7ac5f8058
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3838d17ebe1c497d9edb53f14e75363dac933d165f9c276dd75376d43a3ad180
[INFO] running `Command { std: "docker" "start" "-a" "3838d17ebe1c497d9edb53f14e75363dac933d165f9c276dd75376d43a3ad180", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/grid.rs:129:30
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<T, I>
[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] 129 |     pub fn selection_iter<I>(&self, coords: I) -> SelectionIter<'_, T, I>
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/grid.rs:143:34
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<T, I>
[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] 143 |     pub fn selection_iter_mut<I>(&mut self, coords: I) -> SelectionIterMut<'_, T, I>
[INFO] [stderr]     |                                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/grid.rs:165:9
[INFO] [stderr]     |
[INFO] [stderr] 165 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 168 |     ) -> FloodIter<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^ 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] 168 |     ) -> FloodIter<'_, T> {
[INFO] [stderr]     |                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `tapestry` (lib) generated 3 warnings (run `cargo fix --lib -p tapestry` to apply 3 suggestions)
[INFO] [stderr] warning: `tapestry` (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/tapestry-282ea2ac037e87c1)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test coord::tests::coord_parse ... ok
[INFO] [stdout] test coord::tests::coord_parse_invalid_digit ... ok
[INFO] [stdout] test coord::tests::flexible_spacing_coord_parse ... ok
[INFO] [stdout] test coord::tests::coord_parse_invalid_dimensions ... ok
[INFO] [stdout] test grid::tests::bounds_and_dimensions ... ok
[INFO] [stdout] test grid::tests::out_of_bounds_coords ... ok
[INFO] [stderr]    Doc-tests tapestry
[INFO] [stdout] test grid::tests::selection_iter_mut_already_visited ... ok
[INFO] [stdout] test grid::tests::test_index_to_coord ... ok
[INFO] [stdout] test patterns::tests::single_coord_cluster_layers ... ok
[INFO] [stdout] test patterns::tests::square_cluster_layers ... ok
[INFO] [stdout] test rect::tests::dimensions ... ok
[INFO] [stdout] test rect::tests::equally_subdivided_bsp ... ok
[INFO] [stdout] test grid::tests::selection_iter_mut ... ok
[INFO] [stdout] test rect::tests::horizontal_partitioning ... ok
[INFO] [stdout] test rect::tests::horizontal_zero_partitioning ... ok
[INFO] [stdout] test rect::tests::multi_coord_rect_iter ... ok
[INFO] [stdout] test rect::tests::reversed_coord_rect_iter ... ok
[INFO] [stdout] test rect::tests::single_coord_rect_iter ... ok
[INFO] [stdout] test rect::tests::vertical_partitioning ... ok
[INFO] [stdout] test rect::tests::vertical_zero_partitioning ... ok
[INFO] [stdout] test coord::tests::neg_coord_parse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3838d17ebe1c497d9edb53f14e75363dac933d165f9c276dd75376d43a3ad180", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3838d17ebe1c497d9edb53f14e75363dac933d165f9c276dd75376d43a3ad180", kill_on_drop: false }`
[INFO] [stdout] 3838d17ebe1c497d9edb53f14e75363dac933d165f9c276dd75376d43a3ad180
