[INFO] fetching crate spalinalg 0.0.2... [INFO] testing spalinalg-0.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate spalinalg 0.0.2 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spalinalg 0.0.2 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ec1e53e932bd9d558b250e1ba34d5fc372820a5524bf229596198bbce6cab7fa [INFO] running `Command { std: "docker" "start" "-a" "ec1e53e932bd9d558b250e1ba34d5fc372820a5524bf229596198bbce6cab7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec1e53e932bd9d558b250e1ba34d5fc372820a5524bf229596198bbce6cab7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec1e53e932bd9d558b250e1ba34d5fc372820a5524bf229596198bbce6cab7fa", kill_on_drop: false }` [INFO] [stdout] ec1e53e932bd9d558b250e1ba34d5fc372820a5524bf229596198bbce6cab7fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0d355b73e044ec3b970515097d8a1d4589ca24411298d3f8384bbc384fadd91f [INFO] running `Command { std: "docker" "start" "-a" "0d355b73e044ec3b970515097d8a1d4589ca24411298d3f8384bbc384fadd91f", 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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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.50s [INFO] running `Command { std: "docker" "inspect" "0d355b73e044ec3b970515097d8a1d4589ca24411298d3f8384bbc384fadd91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d355b73e044ec3b970515097d8a1d4589ca24411298d3f8384bbc384fadd91f", kill_on_drop: false }` [INFO] [stdout] 0d355b73e044ec3b970515097d8a1d4589ca24411298d3f8384bbc384fadd91f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7b05198ff303e116a6a9a77b02efb1e22fd6e45d28d512ab88750968f53180a6 [INFO] running `Command { std: "docker" "start" "-a" "7b05198ff303e116a6a9a77b02efb1e22fd6e45d28d512ab88750968f53180a6", 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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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.64s [INFO] running `Command { std: "docker" "inspect" "7b05198ff303e116a6a9a77b02efb1e22fd6e45d28d512ab88750968f53180a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b05198ff303e116a6a9a77b02efb1e22fd6e45d28d512ab88750968f53180a6", kill_on_drop: false }` [INFO] [stdout] 7b05198ff303e116a6a9a77b02efb1e22fd6e45d28d512ab88750968f53180a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 4d0fa17600d7709f530c338450c0523f4562375b2410697d1fa354f84cabdc0b [INFO] running `Command { std: "docker" "start" "-a" "4d0fa17600d7709f530c338450c0523f4562375b2410697d1fa354f84cabdc0b", 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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spalinalg-ce96064cf5071c86) [INFO] [stdout] [INFO] [stdout] running 109 tests [INFO] [stdout] test coo::tests::add ... ok [INFO] [stdout] test coo::tests::clear ... 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::into_iter ... ok [INFO] [stdout] test coo::tests::get ... ok [INFO] [stdout] test coo::tests::length ... ok [INFO] [stdout] test coo::tests::ncols ... ok [INFO] [stdout] test coo::tests::iter_mut ... ok [INFO] [stdout] test coo::tests::nrows ... ok [INFO] [stdout] test coo::tests::pop ... ok [INFO] [stdout] test coo::tests::shape ... ok [INFO] [stdout] test coo::tests::iter ... ok [INFO] [stdout] test coo::tests::new ... ok [INFO] [stdout] test coo::tests::with_capacity ... ok [INFO] [stdout] test coo::tests::with_triplets ... ok [INFO] [stdout] test coo::tests::push ... ok [INFO] [stdout] test coo::tests::neg ... ok [INFO] [stdout] test coo::tests::with_entries ... ok [INFO] [stdout] test coo::tests::new_invalid_nrows - should panic ... ok [INFO] [stdout] test coo::tests::with_capacity_invalid_ncols - should panic ... ok [INFO] [stdout] test coo::tests::push_invalid_col - should panic ... ok [INFO] [stdout] test coo::tests::with_entries_invalid_nrows - should panic ... ok [INFO] [stdout] test csc::conv::coo::tests::from_coo ... ok [INFO] [stdout] test csc::conv::csr::tests::from_csr ... ok [INFO] [stdout] test csc::conv::dok::tests::from_dok ... ok [INFO] [stdout] test csc::ops::add::tests::add ... ok [INFO] [stdout] test csc::ops::mul::tests::mul ... ok [INFO] [stdout] test csc::ops::neg::tests::neg ... ok [INFO] [stdout] test csc::ops::sub::tests::sub ... ok [INFO] [stdout] test csc::tests::new_invalid_colptr_first_not_zero - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_colptr_invalid_length - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_col - should panic ... ok [INFO] [stdout] test coo::tests::push_invalid_row - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_ncols - should panic ... ok [INFO] [stdout] test coo::tests::with_entries_invalid_ncols - should panic ... ok [INFO] [stdout] test csc::tests::new_unsorted_rowind - should panic ... ok [INFO] [stdout] test csr::conv::coo::tests::from_coo ... ok [INFO] [stdout] test coo::tests::with_capacity_invalid_nrows - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_nrows - should panic ... ok [INFO] [stdout] test csr::conv::csc::tests::from_csc ... ok [INFO] [stdout] test csr::ops::neg::tests::neg ... ok [INFO] [stdout] test csr::ops::add::tests::add ... ok [INFO] [stdout] test coo::tests::new_invalid_ncols - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_row - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_ncols - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_nrows - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_rowind - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_rowind_values - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_colind_length - should panic ... ok [INFO] [stdout] test coo::tests::with_entries_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_entries_invalid_col - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_colptr_first_not_zero - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_colptr_invalid_length - 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 dok::tests::extend ... ok [INFO] [stdout] test csr::tests::new_invalid_nrows - should panic ... ok [INFO] [stdout] test csr::tests::new_unsorted_colind - should panic ... ok [INFO] [stdout] test dok::tests::contains_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::contains_invalid_row - should panic ... ok [INFO] [stdout] test coo::tests::sub ... ok [INFO] [stdout] test csr::tests::new_invalid_ncols - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_rowind_values - should panic ... ok [INFO] [stdout] test dok::tests::contains ... ok [INFO] [stdout] test dok::tests::get ... ok [INFO] [stdout] test csr::conv::dok::tests::from_dok ... ok [INFO] [stdout] test csr::ops::sub::tests::add ... ok [INFO] [stdout] test dok::tests::get_mut ... ok [INFO] [stdout] test dok::tests::get_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::insert ... ok [INFO] [stdout] test dok::tests::length ... ok [INFO] [stdout] test dok::tests::neg ... ok [INFO] [stdout] test dok::tests::get_mut_invalid_row - should panic ... ok [INFO] [stdout] test dok::tests::new_invalid_nrows - should panic ... ok [INFO] [stdout] test dok::tests::sub ... ok [INFO] [stdout] test dok::tests::with_capacity ... ok [INFO] [stdout] test dok::tests::get_invalid_row - should panic ... ok [INFO] [stdout] test dok::tests::with_capacity_invalid_nrows - should panic ... ok [INFO] [stdout] test dok::tests::with_capacity_invalid_ncols - should panic ... ok [INFO] [stdout] test dok::tests::with_entries_invalid_ncols - 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::into_iter ... ok [INFO] [stdout] test dok::tests::with_entries ... ok [INFO] [stdout] test dok::tests::iter ... ok [INFO] [stdout] test dok::tests::insert_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::with_entries_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::iter_mut ... ok [INFO] [stdout] test dok::tests::with_triplets_invalid_ncols - 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::nrows ... ok [INFO] [stdout] test dok::tests::shape ... ok [INFO] [stdout] test dok::tests::ncols ... ok [INFO] [stdout] test dok::tests::with_triplets ... 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_triplets_colind_length - 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_values_length - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_rowind_length - should panic ... ok [INFO] [stderr] Doc-tests spalinalg [INFO] [stdout] test csr::tests::new_invalid_rowind - should panic ... ok [INFO] [stdout] test dok::tests::get_mut_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::new ... ok [INFO] [stdout] test dok::tests::new_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.22s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 77 tests [INFO] [stdout] test src/coo.rs - coo::CooMatrix::capacity (line 357) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::get (line 374) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::from (line 654) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::clear (line 458) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::extend (line 553) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::from (line 712) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::get_mut (line 396) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::eye (line 118) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::ncols (line 308) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::into_iter (line 585) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::nrows (line 294) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::from (line 634) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::new (line 95) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::pop (line 441) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::iter_mut (line 501) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::length (line 336) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::iter (line 478) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::from (line 693) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix (line 36) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::from (line 734) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::from (line 674) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::with_entries (line 189) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::ncols (line 208) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::shape (line 322) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::colptr (line 222) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::push (line 424) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::transpose (line 524) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::with_capacity (line 153) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::nrows (line 194) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::iter_mut (line 322) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::iter (line 295) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::rowind (line 236) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::into_iter (line 418) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::eye (line 170) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::eye (line 170) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::values (line 250) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::colind (line 236) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::values_mut (line 264) ... ok [INFO] [stdout] test src/coo.rs - coo::CooMatrix::with_triplets (line 240) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::new (line 111) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::into_iter (line 418) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::nnz (line 281) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::iter_mut (line 322) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::new (line 111) ... ok [INFO] [stdout] test src/csc.rs - csc::CscMatrix::transpose (line 349) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::values_mut (line 264) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::ncols (line 208) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix (line 36) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::nnz (line 281) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::nrows (line 194) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::capacity (line 358) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::extend (line 566) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::rowptr (line 222) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::iter (line 295) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::from (line 645) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::transpose (line 349) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::from (line 707) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::contains (line 381) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::clear (line 472) ... ok [INFO] [stdout] test src/csr.rs - csr::CsrMatrix::values (line 250) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::iter (line 492) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::new (line 96) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::with_capacity (line 154) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::from (line 681) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::insert (line 455) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::nrows (line 295) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::get (line 403) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::shape (line 323) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::ncols (line 309) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::eye (line 119) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::iter_mut (line 513) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::get_mut (line 426) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::transpose (line 534) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::with_entries (line 190) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::length (line 337) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::into_iter (line 598) ... ok [INFO] [stdout] test src/dok.rs - dok::DokMatrix::with_triplets (line 241) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4d0fa17600d7709f530c338450c0523f4562375b2410697d1fa354f84cabdc0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d0fa17600d7709f530c338450c0523f4562375b2410697d1fa354f84cabdc0b", kill_on_drop: false }` [INFO] [stdout] 4d0fa17600d7709f530c338450c0523f4562375b2410697d1fa354f84cabdc0b