[INFO] fetching crate grid 1.0.0...
[INFO] testing grid-1.0.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate grid 1.0.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate grid 1.0.0
[INFO] finished tweaking crates.io crate grid 1.0.0
[INFO] tweaked toml for crates.io crate grid 1.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate grid 1.0.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate grid 1.0.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.28
[INFO] [stderr]   Downloaded zerocopy v0.8.16
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be74ba50c517b8342dca1bc030b751731b525616bb950544f4336b263815458d
[INFO] running `Command { std: "docker" "start" "-a" "be74ba50c517b8342dca1bc030b751731b525616bb950544f4336b263815458d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be74ba50c517b8342dca1bc030b751731b525616bb950544f4336b263815458d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be74ba50c517b8342dca1bc030b751731b525616bb950544f4336b263815458d", kill_on_drop: false }`
[INFO] [stdout] be74ba50c517b8342dca1bc030b751731b525616bb950544f4336b263815458d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d02959442b8d9b1e96f5bb75f2ca0375bdb58f09421f89d713dac0969e1b9cbd
[INFO] running `Command { std: "docker" "start" "-a" "d02959442b8d9b1e96f5bb75f2ca0375bdb58f09421f89d713dac0969e1b9cbd", kill_on_drop: false }`
[INFO] [stderr]    Compiling grid v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:17
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn iter(&self) -> Iter<T> {
[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] 639 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:655:21
[INFO] [stdout]     |
[INFO] [stdout] 655 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[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] 655 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:680:21
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[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] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:718:25
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[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] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:755:21
[INFO] [stdout]     |
[INFO] [stdout] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[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] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:791:25
[INFO] [stdout]     |
[INFO] [stdout] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[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] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] running `Command { std: "docker" "inspect" "d02959442b8d9b1e96f5bb75f2ca0375bdb58f09421f89d713dac0969e1b9cbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d02959442b8d9b1e96f5bb75f2ca0375bdb58f09421f89d713dac0969e1b9cbd", kill_on_drop: false }`
[INFO] [stdout] d02959442b8d9b1e96f5bb75f2ca0375bdb58f09421f89d713dac0969e1b9cbd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e75eb75799b622419a9036e8ef1590c9581ce748fa4e0f188b69896776396fe6
[INFO] running `Command { std: "docker" "start" "-a" "e75eb75799b622419a9036e8ef1590c9581ce748fa4e0f188b69896776396fe6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling zerocopy v0.8.16
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:17
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn iter(&self) -> Iter<T> {
[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] 639 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:655:21
[INFO] [stdout]     |
[INFO] [stdout] 655 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[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] 655 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:680:21
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[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] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:718:25
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[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] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:755:21
[INFO] [stdout]     |
[INFO] [stdout] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[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] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:791:25
[INFO] [stdout]     |
[INFO] [stdout] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[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] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling is-terminal v0.4.15
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.28
[INFO] [stderr]    Compiling rand_core v0.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling grid v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:17
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn iter(&self) -> Iter<T> {
[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] 639 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:655:21
[INFO] [stdout]     |
[INFO] [stdout] 655 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[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] 655 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:680:21
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[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] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:718:25
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[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] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:755:21
[INFO] [stdout]     |
[INFO] [stdout] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[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] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:791:25
[INFO] [stdout]     |
[INFO] [stdout] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[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] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.17s
[INFO] running `Command { std: "docker" "inspect" "e75eb75799b622419a9036e8ef1590c9581ce748fa4e0f188b69896776396fe6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e75eb75799b622419a9036e8ef1590c9581ce748fa4e0f188b69896776396fe6", kill_on_drop: false }`
[INFO] [stdout] e75eb75799b622419a9036e8ef1590c9581ce748fa4e0f188b69896776396fe6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 166d2394e1cbc925e4e1b6d557bdf914e5921ba0fc37a1e2cf00ea63946f2f4a
[INFO] running `Command { std: "docker" "start" "-a" "166d2394e1cbc925e4e1b6d557bdf914e5921ba0fc37a1e2cf00ea63946f2f4a", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:639:17
[INFO] [stderr]     |
[INFO] [stderr] 639 |     pub fn iter(&self) -> Iter<T> {
[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] 639 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:655:21
[INFO] [stderr]     |
[INFO] [stderr] 655 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[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] 655 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:680:21
[INFO] [stderr]     |
[INFO] [stderr] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<T>> {
[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] 680 |     pub fn iter_col(&self, col: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:718:25
[INFO] [stderr]     |
[INFO] [stderr] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<T>> {
[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] 718 |     pub fn iter_col_mut(&mut self, col: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:755:21
[INFO] [stderr]     |
[INFO] [stderr] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<T>> {
[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] 755 |     pub fn iter_row(&self, row: usize) -> StepBy<Iter<'_, T>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:791:25
[INFO] [stderr]     |
[INFO] [stderr] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<T>> {
[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] 791 |     pub fn iter_row_mut(&mut self, row: usize) -> StepBy<IterMut<'_, T>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `grid` (lib) generated 6 warnings (run `cargo fix --lib -p grid` to apply 6 suggestions)
[INFO] [stderr] warning: `grid` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grid-a4c5b2094295b2c7)
[INFO] [stdout] 
[INFO] [stdout] running 217 tests
[INFO] [stdout] test test::expand_cols_column_major ... ok
[INFO] [stdout] test test::expand_cols_empty_grid ... ok
[INFO] [stdout] test test::clear ... ok
[INFO] [stdout] test test::clone ... ok
[INFO] [stdout] test test::equal_partial_eq ... ok
[INFO] [stdout] test test::expand_cols ... ok
[INFO] [stdout] test test::expand_cols_zero ... ok
[INFO] [stdout] test test::expand_rows_column_major ... ok
[INFO] [stdout] test test::expand_rows ... ok
[INFO] [stdout] test test::expand_rows_zero ... ok
[INFO] [stdout] test test::equal_different_order ... ok
[INFO] [stdout] test test::fill ... ok
[INFO] [stdout] test test::flip_cols ... ok
[INFO] [stdout] test test::flip_cols_column_major ... ok
[INFO] [stdout] test test::fmt_column_major ... ok
[INFO] [stdout] test test::fill_with ... ok
[INFO] [stdout] test test::fmt_empty ... ok
[INFO] [stdout] test test::fmt_pretty_column_major ... ok
[INFO] [stdout] test test::fmt_pretty_empty ... ok
[INFO] [stdout] test test::fmt_pretty_float ... ok
[INFO] [stdout] test test::fmt_pretty_int ... ok
[INFO] [stdout] test test::fmt_pretty_tuple ... ok
[INFO] [stdout] test test::fmt_pretty_struct_derived ... ok
[INFO] [stdout] test test::fmt_row ... ok
[INFO] [stdout] test test::from_1d_vec ... ok
[INFO] [stdout] test test::flip_rows_column_major ... ok
[INFO] [stdout] test test::fmt_grid ... ok
[INFO] [stdout] test test::flip_rows ... ok
[INFO] [stdout] test test::from_1d_vec_reference_and_reference ... ok
[INFO] [stdout] test test::equal_empty ... ok
[INFO] [stdout] test test::from_2d_vec ... ok
[INFO] [stdout] test test::expand_rows_empty_grid ... ok
[INFO] [stdout] test test::from_2d_vec_reference ... ok
[INFO] [stdout] test test::from_2d_vec_reference_of_references ... ok
[INFO] [stdout] test test::from_1d_vec_reference ... ok
[INFO] [stdout] test test::equal ... ok
[INFO] [stdout] test test::from_1d_vec_panic - should panic ... ok
[INFO] [stdout] test test::from_2d_vec_panic - should panic ... ok
[INFO] [stdout] test test::from_2d_vec_reference_of_references_panic - should panic ... ok
[INFO] [stdout] test test::from_2d_vec_reference_panic - should panic ... ok
[INFO] [stdout] test test::from_1d_vec_reference_panic - should panic ... ok
[INFO] [stdout] test test::from_vec_uses_original_vec ... ok
[INFO] [stdout] test test::from_vec_with_order_uses_original_vec ... ok
[INFO] [stdout] test test::from_vec_panics_1 - should panic ... ok
[INFO] [stdout] test test::from_vec_panics_2 - should panic ... ok
[INFO] [stdout] test test::from_vec_with_order_panics_1 - should panic ... ok
[INFO] [stdout] test test::from_1d_vec_reference_and_reference_panic - should panic ... ok
[INFO] [stdout] test test::from_vec_with_order_panics_2 - should panic ... ok
[INFO] [stdout] test test::from_vec_with_order_zero_with_cols ... ok
[INFO] [stdout] test test::from_vec_zero ... ok
[INFO] [stdout] test test::from_vec_zero_with_cols ... ok
[INFO] [stdout] test test::get_column_major ... ok
[INFO] [stdout] test test::get ... ok
[INFO] [stdout] test test::get_mut ... ok
[INFO] [stdout] test test::get_mut_none ... ok
[INFO] [stdout] test test::get_none ... ok
[INFO] [stdout] test test::get_mut_none_column_major ... ok
[INFO] [stdout] test test::idx_tup_out_of_col_bounds - should panic ... ok
[INFO] [stdout] test test::idx_tup_panic_1 - should panic ... ok
[INFO] [stdout] test test::idx_tup ... ok
[INFO] [stdout] test test::hash_std ... ok
[INFO] [stdout] test test::get_none_column_major ... ok
[INFO] [stdout] test test::from_vec_with_order_zero ... ok
[INFO] [stdout] test test::idx_tup_set ... ok
[INFO] [stdout] test test::indexed_into_iter ... ok
[INFO] [stdout] test test::indexed_iter_empty ... ok
[INFO] [stdout] test test::indexed_iter_column_major ... ok
[INFO] [stdout] test test::indexed_iter_mut ... ok
[INFO] [stdout] test test::indexed_iter ... ok
[INFO] [stdout] test test::idx_tup_panic_2 - should panic ... ok
[INFO] [stdout] test test::indexed_iter_mut_column_major ... ok
[INFO] [stdout] test test::indexed_iter_mut_empty_column_major ... ok
[INFO] [stdout] test test::init ... ok
[INFO] [stdout] test test::init_empty ... ok
[INFO] [stdout] test test::init_with_order ... ok
[INFO] [stdout] test test::init_panics - should panic ... ok
[INFO] [stdout] test test::init_with_order_empty ... ok
[INFO] [stdout] test test::indexed_iter_empty_column_major ... ok
[INFO] [stdout] test test::indexed_iter_mut_empty ... ok
[INFO] [stdout] test test::insert_col_at_end ... ok
[INFO] [stdout] test test::insert_col_at_end_column_major ... ok
[INFO] [stdout] test test::insert_col_empty ... ok
[INFO] [stdout] test test::insert_col_empty_column_major ... ok
[INFO] [stdout] test test::insert_row_at_end ... ok
[INFO] [stdout] test test::insert_row_at_end_column_major ... ok
[INFO] [stdout] test test::insert_row_empty ... ok
[INFO] [stdout] test test::insert_col_out_of_idx - should panic ... ok
[INFO] [stdout] test test::insert_row_empty_column_major ... ok
[INFO] [stdout] test test::insert_row_start ... ok
[INFO] [stdout] test test::insert_row_start_column_major ... ok
[INFO] [stdout] test test::insert_row_out_of_idx - should panic ... ok
[INFO] [stdout] test test::into_iter ... ok
[INFO] [stdout] test test::into_iter_mut ... ok
[INFO] [stdout] test test::init_with_order_panics - should panic ... ok
[INFO] [stdout] test test::insert_col_out_of_idx_column_major - should panic ... ok
[INFO] [stdout] test test::into_iter_ref ... ok
[INFO] [stdout] test test::is_empty ... ok
[INFO] [stdout] test test::is_empty_false ... ok
[INFO] [stdout] test test::iter ... ok
[INFO] [stdout] test test::iter_col ... ok
[INFO] [stdout] test test::iter_col_column_major ... ok
[INFO] [stdout] test test::iter_col_column_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_col_mut ... ok
[INFO] [stdout] test test::iter_col_mut_column_major ... ok
[INFO] [stdout] test test::iter_col_mut_column_major_zero - should panic ... ok
[INFO] [stdout] test test::insert_row_wrong_size_of_idx - should panic ... ok
[INFO] [stdout] test test::iter_col_column_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_col_mut_column_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_col_mut_zero - should panic ... ok
[INFO] [stdout] test test::iter_cols ... ok
[INFO] [stdout] test test::insert_row_wrong_size_of_idx_column_major - should panic ... ok
[INFO] [stdout] test test::iter_col_zero - should panic ... ok
[INFO] [stdout] test test::iter_cols_clone ... ok
[INFO] [stdout] test test::iter_cols_rev ... ok
[INFO] [stdout] test test::iter_cols_exact_size ... ok
[INFO] [stdout] test test::iter_col_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_col_mut_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_row_mut ... ok
[INFO] [stdout] test test::iter_row ... ok
[INFO] [stdout] test test::iter_row_mut_rowumn_major ... ok
[INFO] [stdout] test test::iter_row_mut_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_row_mut_rowumn_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::iter_row_rowumn_major ... ok
[INFO] [stdout] test test::iter_row_out_of_bound - should panic ... ok
[INFO] [stdout] test test::get_mut_column_major ... ok
[INFO] [stdout] test test::iter_row_rowumn_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_rows ... ok
[INFO] [stdout] test test::iter_rows_clone ... ok
[INFO] [stdout] test test::iter_row_mut_rowumn_major_zero - should panic ... ok
[INFO] [stdout] test test::iter_rows_exact_size ... ok
[INFO] [stdout] test test::iter_row_mut_zero - should panic ... ok
[INFO] [stdout] test test::iter_rows_rev ... ok
[INFO] [stdout] test test::iter_row_rowumn_major_out_of_bound - should panic ... ok
[INFO] [stdout] test test::macro2_init_char ... ok
[INFO] [stdout] test test::macro_init ... ok
[INFO] [stdout] test test::macro2_empty ... ok
[INFO] [stdout] test test::iter_row_zero - should panic ... ok
[INFO] [stdout] test test::macro2_init ... ok
[INFO] [stdout] test test::macro2_one_row ... ok
[INFO] [stdout] test test::macro_init_2 ... ok
[INFO] [stdout] test test::macro_init_char ... ok
[INFO] [stdout] test test::map ... ok
[INFO] [stdout] test test::macro_one_row ... ok
[INFO] [stdout] test test::ne ... ok
[INFO] [stdout] test test::ne_full_empty ... ok
[INFO] [stdout] test test::ne_dif_rows ... ok
[INFO] [stdout] test test::ne_partial_eq ... ok
[INFO] [stdout] test test::new ... ok
[INFO] [stdout] test test::new_empty ... ok
[INFO] [stdout] test test::new_with_order ... ok
[INFO] [stdout] test test::new_with_order_empty ... ok
[INFO] [stdout] test test::pop_col_1x3 ... ok
[INFO] [stdout] test test::new_panics - should panic ... ok
[INFO] [stdout] test test::pop_col_2x2 ... ok
[INFO] [stdout] test test::pop_col_1x3_column_major ... ok
[INFO] [stdout] test test::pop_col_2x2_column_major ... ok
[INFO] [stdout] test test::pop_col_3x1 ... ok
[INFO] [stdout] test test::pop_col_3x4 ... ok
[INFO] [stdout] test test::pop_col_3x1_column_major ... ok
[INFO] [stdout] test test::new_with_order_panics - should panic ... ok
[INFO] [stdout] test test::pop_col_3x4_column_major ... ok
[INFO] [stdout] test test::pop_col_empty_column_major ... ok
[INFO] [stdout] test test::pop_row_2x2 ... ok
[INFO] [stdout] test test::pop_row_empty_column_major ... ok
[INFO] [stdout] test test::pop_col_empty ... ok
[INFO] [stdout] test test::pop_row_empty ... ok
[INFO] [stdout] test test::pop_row_2x2_column_major ... ok
[INFO] [stdout] test test::prepend_cols_column_major ... ok
[INFO] [stdout] test test::prepend_cols_empty_grid ... ok
[INFO] [stdout] test test::prepend_cols ... ok
[INFO] [stdout] test test::prepend_rows ... ok
[INFO] [stdout] test test::prepend_cols_zero ... ok
[INFO] [stdout] test test::prepend_rows_zero ... ok
[INFO] [stdout] test test::prepend_rows_empty_grid ... ok
[INFO] [stdout] test test::prepend_rows_column_major ... ok
[INFO] [stdout] test test::push_col_2x3 ... ok
[INFO] [stdout] test test::push_col_2x3_column_major ... ok
[INFO] [stdout] test test::push_col_3x4_column_major ... ok
[INFO] [stdout] test test::push_col_1x3 ... ok
[INFO] [stdout] test test::push_col_1x3_column_major ... ok
[INFO] [stdout] test test::push_col_empty_column_major ... ok
[INFO] [stdout] test test::push_col_3x4 ... ok
[INFO] [stdout] test test::push_col_empty ... ok
[INFO] [stdout] test test::push_col_zero_len - should panic ... ok
[INFO] [stdout] test test::push_row ... ok
[INFO] [stdout] test test::push_col_zero_len_column_major - should panic ... ok
[INFO] [stdout] test test::push_row_column_major ... ok
[INFO] [stdout] test test::map_ref ... ok
[INFO] [stdout] test test::push_row_empty ... ok
[INFO] [stdout] test test::push_empty_row - should panic ... ok
[INFO] [stdout] test test::push_row_empty_column_major ... ok
[INFO] [stdout] test test::remove_col_column_major ... ok
[INFO] [stdout] test test::remove_col ... ok
[INFO] [stdout] test test::push_empty_row_column_major - should panic ... ok
[INFO] [stdout] test test::push_col_wrong_size - should panic ... ok
[INFO] [stdout] test test::push_col_wrong_size_column_major - should panic ... ok
[INFO] [stdout] test test::remove_col_out_of_bound_column_major ... ok
[INFO] [stdout] test test::insert_row_out_of_idx_column_major - should panic ... ok
[INFO] [stdout] test test::remove_col_out_of_bound ... ok
[INFO] [stdout] test test::remove_row ... ok
[INFO] [stdout] test test::remove_row_column_major ... ok
[INFO] [stdout] test test::remove_row_out_of_bound ... ok
[INFO] [stdout] test test::push_row_wrong_size - should panic ... ok
[INFO] [stdout] test test::push_row_wrong_size_column_major - should panic ... ok
[INFO] [stdout] test test::remove_row_out_of_bound_column_major ... ok
[INFO] [stdout] test test::rotate_right ... ok
[INFO] [stdout] test test::rotate_right_column_major ... ok
[INFO] [stdout] test test::rotate_left ... ok
[INFO] [stdout] test test::rotate_left_column_major ... ok
[INFO] [stdout] test test::size ... ok
[INFO] [stdout] test test::with_capacity ... ok
[INFO] [stdout] test test::with_capacity_and_order ... ok
[INFO] [stdout] test test::swap_out_of_bounds - should panic ... ok
[INFO] [stdout] test test::transpose ... ok
[INFO] [stdout] test test::with_capacity_panics_vec - should panic ... ok
[INFO] [stdout] test test::with_capacity_panics_internal - should panic ... ok
[INFO] [stdout] test test::swap ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 217 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests grid
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test src/lib.rs - Grid<T>::flip_rows (line 1362) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::fill_with (line 1485) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::expand_cols (line 1670) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::flatten (line 1296) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::expand_rows (line 1631) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_into_iter (line 891) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::fill (line 1461) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::from_vec (line 449) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::from_vec (line 461) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::flip_cols (line 1328) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter_mut (line 857) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_into_iter (line 902) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter (line 814) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::insert_row (line 1191) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::is_empty (line 604) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter (line 823) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_cols (line 1583) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::indexed_iter_mut (line 848) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_col (line 663) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::insert_col (line 1243) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_mut (line 647) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter (line 629) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_row (line 738) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_col_mut (line 700) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_row_mut (line 775) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::pop_col (line 1115) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::iter_rows (line 1560) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::new (line 322) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::pop_row (line 1040) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::map (line 1502) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::push_row (line 931) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::prepend_cols (line 1755) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::push_row (line 944) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::map_ref (line 1529) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::push_col (line 998) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::prepend_rows (line 1707) ... ok
[INFO] [stdout] test src/lib.rs - grid (line 91) ... ignored
[INFO] [stdout] test src/lib.rs - grid (line 81) ... ok
[INFO] [stdout] test src/lib.rs - grid_cm (line 148) ... ignored
[INFO] [stdout] test src/lib.rs - Grid<T>::push_col (line 986) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::remove_row (line 1072) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::rotate_right (line 1421) ... ok
[INFO] [stdout] test src/lib.rs - grid_cm (line 137) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::rotate_left (line 1399) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::remove_col (line 1149) ... ok
[INFO] [stdout] test src/lib.rs - Grid<T>::rotate_half (line 1443) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 45 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 5.56s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "166d2394e1cbc925e4e1b6d557bdf914e5921ba0fc37a1e2cf00ea63946f2f4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "166d2394e1cbc925e4e1b6d557bdf914e5921ba0fc37a1e2cf00ea63946f2f4a", kill_on_drop: false }`
[INFO] [stdout] 166d2394e1cbc925e4e1b6d557bdf914e5921ba0fc37a1e2cf00ea63946f2f4a
