[INFO] fetching crate spalinalg 0.0.2...
[INFO] testing spalinalg-0.0.2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate spalinalg 0.0.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate spalinalg 0.0.2
[INFO] finished tweaking crates.io crate spalinalg 0.0.2
[INFO] tweaked toml for crates.io crate spalinalg 0.0.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate spalinalg 0.0.2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f6f6266da99e2d7635558d7f2b73cbbf78baad86394dbe0ed91fc089b159714
[INFO] running `Command { std: "docker" "start" "-a" "2f6f6266da99e2d7635558d7f2b73cbbf78baad86394dbe0ed91fc089b159714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f6f6266da99e2d7635558d7f2b73cbbf78baad86394dbe0ed91fc089b159714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f6f6266da99e2d7635558d7f2b73cbbf78baad86394dbe0ed91fc089b159714", kill_on_drop: false }`
[INFO] [stdout] 2f6f6266da99e2d7635558d7f2b73cbbf78baad86394dbe0ed91fc089b159714
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 755f4a9cd947693c674e399bb1cab39efde0ad9055ba776273f8952b5a6515f1
[INFO] running `Command { std: "docker" "start" "-a" "755f4a9cd947693c674e399bb1cab39efde0ad9055ba776273f8952b5a6515f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling spalinalg v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/coo.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     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] 491 |     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/coo.rs:514:21
[INFO] [stdout]     |
[INFO] [stdout] 514 |     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] 514 |     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/csc.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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/csc.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |     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] 330 |     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/csr.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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/csr.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |     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] 330 |     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/dok.rs:503:17
[INFO] [stdout]     |
[INFO] [stdout] 503 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 503 |     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/dok.rs:524:21
[INFO] [stdout]     |
[INFO] [stdout] 524 |     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] 524 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "755f4a9cd947693c674e399bb1cab39efde0ad9055ba776273f8952b5a6515f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "755f4a9cd947693c674e399bb1cab39efde0ad9055ba776273f8952b5a6515f1", kill_on_drop: false }`
[INFO] [stdout] 755f4a9cd947693c674e399bb1cab39efde0ad9055ba776273f8952b5a6515f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0eb7d693404fc4a892e17fb71158fd64f6972a91f358776d15c512f154f71abf
[INFO] running `Command { std: "docker" "start" "-a" "0eb7d693404fc4a892e17fb71158fd64f6972a91f358776d15c512f154f71abf", kill_on_drop: false }`
[INFO] [stderr]    Compiling spalinalg v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/coo.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     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] 491 |     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/coo.rs:514:21
[INFO] [stdout]     |
[INFO] [stdout] 514 |     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] 514 |     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/csc.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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/csc.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |     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] 330 |     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/csr.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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/csr.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |     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] 330 |     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/dok.rs:503:17
[INFO] [stdout]     |
[INFO] [stdout] 503 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 503 |     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/dok.rs:524:21
[INFO] [stdout]     |
[INFO] [stdout] 524 |     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] 524 |     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/coo.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     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] 491 |     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/coo.rs:514:21
[INFO] [stdout]     |
[INFO] [stdout] 514 |     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] 514 |     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/csc.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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/csc.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |     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] 330 |     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/csr.rs:303:17
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     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/csr.rs:330:21
[INFO] [stdout]     |
[INFO] [stdout] 330 |     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] 330 |     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/dok.rs:503:17
[INFO] [stdout]     |
[INFO] [stdout] 503 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 503 |     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/dok.rs:524:21
[INFO] [stdout]     |
[INFO] [stdout] 524 |     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] 524 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.57s
[INFO] running `Command { std: "docker" "inspect" "0eb7d693404fc4a892e17fb71158fd64f6972a91f358776d15c512f154f71abf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eb7d693404fc4a892e17fb71158fd64f6972a91f358776d15c512f154f71abf", kill_on_drop: false }`
[INFO] [stdout] 0eb7d693404fc4a892e17fb71158fd64f6972a91f358776d15c512f154f71abf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0095169b174c7e4be18ba475b0519156624ab89332a52c8a07eb2214a06d09d4
[INFO] running `Command { std: "docker" "start" "-a" "0095169b174c7e4be18ba475b0519156624ab89332a52c8a07eb2214a06d09d4", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/coo.rs:491:17
[INFO] [stderr]     |
[INFO] [stderr] 491 |     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] 491 |     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/coo.rs:514:21
[INFO] [stderr]     |
[INFO] [stderr] 514 |     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] 514 |     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/csc.rs:303:17
[INFO] [stderr]     |
[INFO] [stderr] 303 |     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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 303 |     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/csc.rs:330:21
[INFO] [stderr]     |
[INFO] [stderr] 330 |     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] 330 |     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/csr.rs:303:17
[INFO] [stderr]     |
[INFO] [stderr] 303 |     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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 303 |     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/csr.rs:330:21
[INFO] [stderr]     |
[INFO] [stderr] 330 |     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] 330 |     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/dok.rs:503:17
[INFO] [stderr]     |
[INFO] [stderr] 503 |     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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 503 |     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/dok.rs:524:21
[INFO] [stderr]     |
[INFO] [stderr] 524 |     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] 524 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `spalinalg` (lib) generated 8 warnings (run `cargo fix --lib -p spalinalg` to apply 8 suggestions)
[INFO] [stderr] warning: `spalinalg` (lib test) generated 8 warnings (8 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/spalinalg-c6d7f766dfe3198d)
[INFO] [stdout] 
[INFO] [stdout] running 109 tests
[INFO] [stdout] test coo::tests::add ... ok
[INFO] [stdout] test coo::tests::extend ... ok
[INFO] [stdout] test coo::tests::capacity ... ok
[INFO] [stdout] test coo::tests::get_mut ... ok
[INFO] [stdout] test coo::tests::length ... ok
[INFO] [stdout] test coo::tests::neg ... ok
[INFO] [stdout] test coo::tests::clear ... ok
[INFO] [stdout] test coo::tests::new ... ok
[INFO] [stdout] test coo::tests::nrows ... ok
[INFO] [stdout] test coo::tests::push ... ok
[INFO] [stdout] test coo::tests::iter_mut ... ok
[INFO] [stdout] test coo::tests::shape ... ok
[INFO] [stdout] test coo::tests::iter ... ok
[INFO] [stdout] test coo::tests::into_iter ... ok
[INFO] [stdout] test coo::tests::pop ... ok
[INFO] [stdout] test coo::tests::new_invalid_nrows - should panic ... ok
[INFO] [stdout] test coo::tests::with_capacity_invalid_nrows - should panic ... ok
[INFO] [stdout] test coo::tests::push_invalid_col - should panic ... ok
[INFO] [stdout] test coo::tests::push_invalid_row - should panic ... ok
[INFO] [stdout] test coo::tests::with_capacity_invalid_ncols - should panic ... ok
[INFO] [stdout] test coo::tests::get ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_ncols - should panic ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_nrows - should panic ... ok
[INFO] [stdout] test coo::tests::with_entries_invalid_nrows - should panic ... ok
[INFO] [stdout] test coo::tests::with_entries_invalid_ncols - should panic ... ok
[INFO] [stdout] test coo::tests::with_entries_invalid_row - should panic ... ok
[INFO] [stdout] test coo::tests::sub ... ok
[INFO] [stdout] test coo::tests::new_invalid_ncols - should panic ... ok
[INFO] [stdout] test coo::tests::with_capacity ... ok
[INFO] [stdout] test coo::tests::with_entries ... ok
[INFO] [stdout] test coo::tests::with_triplets ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_row - should panic ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_values_length - should panic ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_col - should panic ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_colind_length - should panic ... ok
[INFO] [stdout] test csc::ops::add::tests::add ... ok
[INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_rowind_length - should panic ... ok
[INFO] [stdout] test csc::conv::dok::tests::from_dok ... ok
[INFO] [stdout] test csc::conv::coo::tests::from_coo ... ok
[INFO] [stdout] test csc::ops::neg::tests::neg ... ok
[INFO] [stdout] test csc::ops::sub::tests::sub ... ok
[INFO] [stdout] test csr::conv::coo::tests::from_coo ... ok
[INFO] [stdout] test csr::conv::csc::tests::from_csc ... ok
[INFO] [stdout] test csr::ops::neg::tests::neg ... ok
[INFO] [stdout] test csc::tests::new_invalid_colptr_invalid_length - should panic ... ok
[INFO] [stdout] test csr::conv::dok::tests::from_dok ... ok
[INFO] [stdout] test csr::ops::add::tests::add ... ok
[INFO] [stdout] test csr::tests::new_invalid_colptr_first_not_zero - should panic ... ok
[INFO] [stdout] test csr::ops::sub::tests::add ... ok
[INFO] [stdout] test csr::tests::new_invalid_rowind - should panic ... ok
[INFO] [stdout] test csr::tests::new_invalid_rowind_values - should panic ... ok
[INFO] [stdout] test csc::tests::new_invalid_rowind_values - should panic ... ok
[INFO] [stdout] test dok::tests::add ... ok
[INFO] [stdout] test dok::tests::capacity ... ok
[INFO] [stdout] test dok::tests::clear ... ok
[INFO] [stdout] test csc::tests::new_invalid_nrows - should panic ... ok
[INFO] [stdout] test csc::tests::new_invalid_colptr_first_not_zero - should panic ... ok
[INFO] [stdout] test csc::tests::new_unsorted_rowind - should panic ... ok
[INFO] [stdout] test csr::tests::new_invalid_ncols - should panic ... ok
[INFO] [stdout] test csr::tests::new_invalid_nrows - should panic ... ok
[INFO] [stdout] test csc::tests::new_invalid_ncols - should panic ... ok
[INFO] [stdout] test csc::tests::new_invalid_rowind - should panic ... ok
[INFO] [stdout] test csr::tests::new_unsorted_colind - should panic ... ok
[INFO] [stdout] test csr::tests::new_invalid_colptr_invalid_length - should panic ... ok
[INFO] [stdout] test coo::tests::with_entries_invalid_col - should panic ... ok
[INFO] [stdout] test coo::tests::ncols ... ok
[INFO] [stdout] test csc::conv::csr::tests::from_csr ... ok
[INFO] [stdout] test csc::ops::mul::tests::mul ... ok
[INFO] [stdout] test dok::tests::get_mut ... ok
[INFO] [stdout] test dok::tests::contains_invalid_col - should panic ... ok
[INFO] [stdout] test dok::tests::iter ... ok
[INFO] [stdout] test dok::tests::ncols ... ok
[INFO] [stdout] test dok::tests::contains_invalid_row - should panic ... ok
[INFO] [stdout] test dok::tests::new ... ok
[INFO] [stdout] test dok::tests::neg ... ok
[INFO] [stdout] test dok::tests::get_invalid_col - should panic ... ok
[INFO] [stdout] test dok::tests::get_invalid_row - should panic ... ok
[INFO] [stdout] test dok::tests::get_mut_invalid_col - should panic ... ok
[INFO] [stdout] test dok::tests::length ... ok
[INFO] [stdout] test dok::tests::insert_invalid_col - should panic ... ok
[INFO] [stdout] test dok::tests::get_mut_invalid_row - should panic ... ok
[INFO] [stdout] test dok::tests::into_iter ... ok
[INFO] [stdout] test dok::tests::nrows ... ok
[INFO] [stdout] test dok::tests::shape ... ok
[INFO] [stdout] test dok::tests::sub ... ok
[INFO] [stdout] test dok::tests::with_capacity ... ok
[INFO] [stdout] test dok::tests::new_invalid_ncols - should panic ... ok
[INFO] [stdout] test dok::tests::with_entries ... ok
[INFO] [stdout] test dok::tests::with_triplets ... ok
[INFO] [stdout] test dok::tests::with_capacity_invalid_ncols - should panic ... ok
[INFO] [stdout] test dok::tests::new_invalid_nrows - should panic ... ok
[INFO] [stdout] test dok::tests::extend ... ok
[INFO] [stdout] test dok::tests::get ... ok
[INFO] [stdout] test dok::tests::iter_mut ... ok
[INFO] [stdout] test dok::tests::with_entries_invalid_ncols - should panic ... ok
[INFO] [stdout] test dok::tests::with_entries_invalid_col - should panic ... ok
[INFO] [stdout] test dok::tests::with_entries_invalid_nrows - should panic ... ok
[INFO] [stdout] test dok::tests::with_entries_invalid_row - should panic ... ok
[INFO] [stdout] test dok::tests::with_capacity_invalid_nrows - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_nrows - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_row - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_triplets_rowind_length - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_triplets_colind_length - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_triplets_values_length - should panic ... ok
[INFO] [stdout] test dok::tests::contains ... ok
[INFO] [stdout] test dok::tests::insert ... ok
[INFO] [stdout] test dok::tests::insert_invalid_row - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_col - should panic ... ok
[INFO] [stdout] test dok::tests::with_triplets_invalid_ncols - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests spalinalg
[INFO] [stdout] 
[INFO] [stdout] running 77 tests
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::from (line 693) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::extend (line 553) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::clear (line 458) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::get_mut (line 396) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::iter_mut (line 501) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::into_iter (line 585) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::length (line 336) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::iter (line 478) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::from (line 674) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::capacity (line 357) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::from (line 654) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::push (line 424) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::eye (line 118) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::get (line 374) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::shape (line 322) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::from (line 712) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::ncols (line 308) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix (line 36) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::colptr (line 222) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::with_capacity (line 153) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::from (line 734) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::new (line 95) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::transpose (line 524) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::pop (line 441) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::into_iter (line 418) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::nrows (line 294) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::with_entries (line 189) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::from (line 634) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::eye (line 170) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::values_mut (line 264) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::iter_mut (line 322) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::transpose (line 349) ... ok
[INFO] [stdout] test src/coo.rs - coo::CooMatrix<T>::with_triplets (line 240) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::new (line 111) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::eye (line 170) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::ncols (line 208) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::rowind (line 236) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::nnz (line 281) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::iter (line 295) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix (line 36) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::nrows (line 194) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::nnz (line 281) ... ok
[INFO] [stdout] test src/csc.rs - csc::CscMatrix<T>::values (line 250) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::into_iter (line 418) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::ncols (line 208) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::new (line 111) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::iter (line 295) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::rowptr (line 222) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::transpose (line 349) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::nrows (line 194) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::values (line 250) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::iter_mut (line 322) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::eye (line 119) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::colind (line 236) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::capacity (line 358) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::contains (line 381) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::from (line 645) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::get (line 403) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::extend (line 566) ... ok
[INFO] [stdout] test src/csr.rs - csr::CsrMatrix<T>::values_mut (line 264) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::clear (line 472) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::from (line 707) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::get_mut (line 426) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::ncols (line 309) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::new (line 96) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::shape (line 323) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::into_iter (line 598) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::from (line 681) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::nrows (line 295) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::insert (line 455) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::with_capacity (line 154) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::with_triplets (line 241) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::transpose (line 534) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::iter (line 492) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::length (line 337) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::iter_mut (line 513) ... ok
[INFO] [stdout] test src/dok.rs - dok::DokMatrix<T>::with_entries (line 190) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.76s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0095169b174c7e4be18ba475b0519156624ab89332a52c8a07eb2214a06d09d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0095169b174c7e4be18ba475b0519156624ab89332a52c8a07eb2214a06d09d4", kill_on_drop: false }`
[INFO] [stdout] 0095169b174c7e4be18ba475b0519156624ab89332a52c8a07eb2214a06d09d4
