[INFO] fetching crate spalinalg 0.0.2... [INFO] testing spalinalg-0.0.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate spalinalg 0.0.2 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spalinalg 0.0.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a12e3ec4673a7ce287da102bd25d107b066abe4be56613b22b531b0907fea39f [INFO] running `Command { std: "docker" "start" "-a" "a12e3ec4673a7ce287da102bd25d107b066abe4be56613b22b531b0907fea39f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a12e3ec4673a7ce287da102bd25d107b066abe4be56613b22b531b0907fea39f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a12e3ec4673a7ce287da102bd25d107b066abe4be56613b22b531b0907fea39f", kill_on_drop: false }` [INFO] [stdout] a12e3ec4673a7ce287da102bd25d107b066abe4be56613b22b531b0907fea39f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5814043c50475aeceaf7c69708a15024cf7d590a46d7fb5f0de88b569cb39e90 [INFO] running `Command { std: "docker" "start" "-a" "5814043c50475aeceaf7c69708a15024cf7d590a46d7fb5f0de88b569cb39e90", kill_on_drop: false }` [INFO] [stderr] Compiling spalinalg v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coo.rs:491:17 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 491 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coo.rs:514:21 [INFO] [stdout] | [INFO] [stdout] 514 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 514 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csc.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csc.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csr.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csr.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dok.rs:503:17 [INFO] [stdout] | [INFO] [stdout] 503 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 503 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dok.rs:524:21 [INFO] [stdout] | [INFO] [stdout] 524 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.47s [INFO] running `Command { std: "docker" "inspect" "5814043c50475aeceaf7c69708a15024cf7d590a46d7fb5f0de88b569cb39e90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5814043c50475aeceaf7c69708a15024cf7d590a46d7fb5f0de88b569cb39e90", kill_on_drop: false }` [INFO] [stdout] 5814043c50475aeceaf7c69708a15024cf7d590a46d7fb5f0de88b569cb39e90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4d96f128a3162b9fa3f2ff6a978e02c0fc3dcc9b8616ab282155d0555de6d0fc [INFO] running `Command { std: "docker" "start" "-a" "4d96f128a3162b9fa3f2ff6a978e02c0fc3dcc9b8616ab282155d0555de6d0fc", kill_on_drop: false }` [INFO] [stderr] Compiling spalinalg v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coo.rs:491:17 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 491 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coo.rs:514:21 [INFO] [stdout] | [INFO] [stdout] 514 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 514 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csc.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csc.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csr.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csr.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dok.rs:503:17 [INFO] [stdout] | [INFO] [stdout] 503 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 503 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dok.rs:524:21 [INFO] [stdout] | [INFO] [stdout] 524 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 524 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coo.rs:491:17 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 491 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coo.rs:514:21 [INFO] [stdout] | [INFO] [stdout] 514 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 514 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csc.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csc.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csr.rs:303:17 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/csr.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dok.rs:503:17 [INFO] [stdout] | [INFO] [stdout] 503 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 503 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dok.rs:524:21 [INFO] [stdout] | [INFO] [stdout] 524 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.37s [INFO] running `Command { std: "docker" "inspect" "4d96f128a3162b9fa3f2ff6a978e02c0fc3dcc9b8616ab282155d0555de6d0fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d96f128a3162b9fa3f2ff6a978e02c0fc3dcc9b8616ab282155d0555de6d0fc", kill_on_drop: false }` [INFO] [stdout] 4d96f128a3162b9fa3f2ff6a978e02c0fc3dcc9b8616ab282155d0555de6d0fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c36596cad73ec48df39af1983279785147cbb19fa08dc22f6d85218248abfca3 [INFO] running `Command { std: "docker" "start" "-a" "c36596cad73ec48df39af1983279785147cbb19fa08dc22f6d85218248abfca3", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/coo.rs:491:17 [INFO] [stderr] | [INFO] [stderr] 491 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 491 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/coo.rs:514:21 [INFO] [stderr] | [INFO] [stderr] 514 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 514 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/csc.rs:303:17 [INFO] [stderr] | [INFO] [stderr] 303 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/csc.rs:330:21 [INFO] [stderr] | [INFO] [stderr] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/csr.rs:303:17 [INFO] [stderr] | [INFO] [stderr] 303 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 303 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/csr.rs:330:21 [INFO] [stderr] | [INFO] [stderr] 330 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 330 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/dok.rs:503:17 [INFO] [stderr] | [INFO] [stderr] 503 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 503 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/dok.rs:524:21 [INFO] [stderr] | [INFO] [stderr] 524 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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/x86_64-unknown-linux-musl/debug/deps/spalinalg-4b306ae2b643827f) [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::capacity ... ok [INFO] [stdout] test coo::tests::extend ... ok [INFO] [stdout] test coo::tests::get ... ok [INFO] [stdout] test coo::tests::get_mut ... ok [INFO] [stdout] test coo::tests::iter ... ok [INFO] [stdout] test coo::tests::into_iter ... ok [INFO] [stdout] test coo::tests::iter_mut ... ok [INFO] [stdout] test coo::tests::length ... ok [INFO] [stdout] test coo::tests::ncols ... ok [INFO] [stdout] test coo::tests::neg ... ok [INFO] [stdout] test coo::tests::new ... ok [INFO] [stdout] test coo::tests::pop ... ok [INFO] [stdout] test coo::tests::nrows ... ok [INFO] [stdout] test coo::tests::push ... ok [INFO] [stdout] test coo::tests::shape ... ok [INFO] [stdout] test coo::tests::sub ... 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::new_invalid_ncols - 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::new_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 coo::tests::with_capacity_invalid_ncols - should panic ... ok [INFO] [stdout] test coo::tests::with_capacity_invalid_nrows - should panic ... ok [INFO] [stdout] test csc::ops::add::tests::add ... ok [INFO] [stdout] test csc::conv::dok::tests::from_dok ... ok [INFO] [stdout] test csc::ops::mul::tests::mul ... ok [INFO] [stdout] test csc::ops::sub::tests::sub ... ok [INFO] [stdout] test csc::ops::neg::tests::neg ... ok [INFO] [stdout] test coo::tests::with_entries_invalid_ncols - should panic ... ok [INFO] [stdout] test coo::tests::with_entries_invalid_col - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_colptr_invalid_length - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_ncols - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_rowind_values - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_nrows - should panic ... ok [INFO] [stdout] test csr::conv::coo::tests::from_coo ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_col - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_row - should panic ... ok [INFO] [stdout] test csr::conv::csc::tests::from_csc ... ok [INFO] [stdout] test csr::ops::add::tests::add ... ok [INFO] [stdout] test csr::conv::dok::tests::from_dok ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_colind_length - should panic ... ok [INFO] [stdout] test csr::ops::neg::tests::neg ... ok [INFO] [stdout] test csr::ops::sub::tests::add ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_rowind_length - should panic ... ok [INFO] [stdout] test coo::tests::with_triplets_invalid_triplets_values_length - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_colptr_first_not_zero - 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 coo::tests::with_entries_invalid_nrows - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_ncols - should panic ... ok [INFO] [stdout] test coo::tests::with_entries_invalid_row - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_nrows - should panic ... ok [INFO] [stdout] test csc::tests::new_unsorted_rowind - should panic ... ok [INFO] [stdout] test csc::tests::new_invalid_ncols - should panic ... ok [INFO] [stdout] test csc::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 csr::tests::new_unsorted_colind - should panic ... ok [INFO] [stdout] test csr::tests::new_invalid_rowind - should panic ... ok [INFO] [stdout] test dok::tests::add ... ok [INFO] [stdout] test csr::tests::new_invalid_rowind_values - should panic ... ok [INFO] [stdout] test dok::tests::capacity ... ok [INFO] [stdout] test dok::tests::clear ... ok [INFO] [stdout] test dok::tests::contains ... ok [INFO] [stdout] test dok::tests::extend ... ok [INFO] [stdout] test dok::tests::get ... ok [INFO] [stdout] test dok::tests::insert ... 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::contains_invalid_row - should panic ... ok [INFO] [stdout] test dok::tests::get_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::into_iter ... ok [INFO] [stdout] test dok::tests::iter ... ok [INFO] [stdout] test dok::tests::iter_mut ... ok [INFO] [stdout] test dok::tests::length ... ok [INFO] [stdout] test dok::tests::ncols ... ok [INFO] [stdout] test dok::tests::nrows ... ok [INFO] [stdout] test dok::tests::new ... 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::neg ... ok [INFO] [stdout] test dok::tests::get_mut_invalid_col - should panic ... 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::with_entries ... ok [INFO] [stdout] test dok::tests::new_invalid_nrows - should panic ... ok [INFO] [stdout] test dok::tests::with_entries_invalid_col - should panic ... ok [INFO] [stdout] test dok::tests::with_triplets ... 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_nrows - should panic ... ok [INFO] [stdout] test dok::tests::with_entries_invalid_ncols - should panic ... ok [INFO] [stdout] test dok::tests::with_entries_invalid_row - should panic ... ok [INFO] [stdout] test dok::tests::with_triplets_invalid_nrows - should panic ... ok [INFO] [stdout] test dok::tests::with_triplets_invalid_col - 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_ncols - should panic ... ok [INFO] [stdout] test dok::tests::with_triplets_invalid_row - should panic ... ok [INFO] [stdout] test dok::tests::with_triplets_invalid_triplets_colind_length - should panic ... ok [INFO] [stdout] test dok::tests::insert_invalid_row - should panic ... ok [INFO] [stdout] test dok::tests::with_triplets_invalid_triplets_values_length - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c36596cad73ec48df39af1983279785147cbb19fa08dc22f6d85218248abfca3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c36596cad73ec48df39af1983279785147cbb19fa08dc22f6d85218248abfca3", kill_on_drop: false }` [INFO] [stdout] c36596cad73ec48df39af1983279785147cbb19fa08dc22f6d85218248abfca3