[INFO] fetching crate matrix 0.22.0...
[INFO] testing matrix-0.22.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate matrix 0.22.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate matrix 0.22.0
[INFO] finished tweaking crates.io crate matrix 0.22.0
[INFO] tweaked toml for crates.io crate matrix 0.22.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate matrix 0.22.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding blas v0.20.0 (available: v0.23.0)
[INFO] [stderr]       Adding lapack v0.16.0 (available: v0.20.0)
[INFO] [stderr]       Adding num-complex v0.2.4 (available: v0.4.6)
[INFO] [stderr]       Adding openblas-src v0.7.0 (available: v0.10.13)
[INFO] [stderr]       Adding random v0.12.2 (available: v0.14.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded assert v0.7.5
[INFO] [stderr]   Downloaded random v0.12.2
[INFO] [stderr]   Downloaded blas v0.20.0
[INFO] [stderr]   Downloaded lapack v0.16.0
[INFO] [stderr]   Downloaded blas-sys v0.7.1
[INFO] [stderr]   Downloaded openblas-src v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 47a69db802bd7882dc155e87b638ccb3c675e8c2f26a0366efd565162edf52a9
[INFO] running `Command { std: "docker" "start" "-a" "47a69db802bd7882dc155e87b638ccb3c675e8c2f26a0366efd565162edf52a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47a69db802bd7882dc155e87b638ccb3c675e8c2f26a0366efd565162edf52a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47a69db802bd7882dc155e87b638ccb3c675e8c2f26a0366efd565162edf52a9", kill_on_drop: false }`
[INFO] [stdout] 47a69db802bd7882dc155e87b638ccb3c675e8c2f26a0366efd565162edf52a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b94213a68e987d3e6520faf56605ddc2308d9a738b050e37e549c18304cb20ac
[INFO] running `Command { std: "docker" "start" "-a" "b94213a68e987d3e6520faf56605ddc2308d9a738b050e37e549c18304cb20ac", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling matrix v0.22.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:87:22
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn zero<S: Size>(S) -> Self;
[INFO] [stdout]    |                      ^ help: try naming the parameter or explicitly ignoring it: `_: S`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/operation.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn multiply(&self, &Right) -> Output;
[INFO] [stdout]   |                        ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stdout]    |                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stdout]    |                                     ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Output`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn multiply_self(&mut self, &Right);
[INFO] [stdout]    |                                 ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn scale_self(&mut self, T);
[INFO] [stdout]    |                              ^ help: try naming the parameter or explicitly ignoring it: `_: T`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
[INFO] running `Command { std: "docker" "inspect" "b94213a68e987d3e6520faf56605ddc2308d9a738b050e37e549c18304cb20ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b94213a68e987d3e6520faf56605ddc2308d9a738b050e37e549c18304cb20ac", kill_on_drop: false }`
[INFO] [stdout] b94213a68e987d3e6520faf56605ddc2308d9a738b050e37e549c18304cb20ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df95a9a3562e710c11fd44148a8affdd4ac24364987def78fee182aa2c70eeb6
[INFO] running `Command { std: "docker" "start" "-a" "df95a9a3562e710c11fd44148a8affdd4ac24364987def78fee182aa2c70eeb6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling random v0.12.2
[INFO] [stderr]    Compiling assert v0.7.5
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:87:22
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn zero<S: Size>(S) -> Self;
[INFO] [stdout]    |                      ^ help: try naming the parameter or explicitly ignoring it: `_: S`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/operation.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn multiply(&self, &Right) -> Output;
[INFO] [stdout]   |                        ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stdout]    |                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stdout]    |                                     ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Output`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn multiply_self(&mut self, &Right);
[INFO] [stdout]    |                                 ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn scale_self(&mut self, T);
[INFO] [stdout]    |                              ^ help: try naming the parameter or explicitly ignoring it: `_: T`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling matrix v0.22.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:87:22
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn zero<S: Size>(S) -> Self;
[INFO] [stdout]    |                      ^ help: try naming the parameter or explicitly ignoring it: `_: S`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]  --> src/operation.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn multiply(&self, &Right) -> Output;
[INFO] [stdout]   |                        ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stdout]    |                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stdout]    |                                     ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Output`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn multiply_self(&mut self, &Right);
[INFO] [stdout]    |                                 ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/operation.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn scale_self(&mut self, T);
[INFO] [stdout]    |                              ^ help: try naming the parameter or explicitly ignoring it: `_: T`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.96s
[INFO] running `Command { std: "docker" "inspect" "df95a9a3562e710c11fd44148a8affdd4ac24364987def78fee182aa2c70eeb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df95a9a3562e710c11fd44148a8affdd4ac24364987def78fee182aa2c70eeb6", kill_on_drop: false }`
[INFO] [stdout] df95a9a3562e710c11fd44148a8affdd4ac24364987def78fee182aa2c70eeb6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 35d6eab97554492b35126f67296412539d66e11385787dc95cfe6abaf39e6192
[INFO] running `Command { std: "docker" "start" "-a" "35d6eab97554492b35126f67296412539d66e11385787dc95cfe6abaf39e6192", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:87:22
[INFO] [stderr]    |
[INFO] [stderr] 87 |     fn zero<S: Size>(S) -> Self;
[INFO] [stderr]    |                      ^ help: try naming the parameter or explicitly ignoring it: `_: S`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/operation.rs:6:24
[INFO] [stderr]   |
[INFO] [stderr] 6 |     fn multiply(&self, &Right) -> Output;
[INFO] [stderr]   |                        ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]   = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/operation.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stderr]    |                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/operation.rs:12:37
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn multiply_into(&self, &Right, &mut Output);
[INFO] [stderr]    |                                     ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Output`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/operation.rs:18:33
[INFO] [stderr]    |
[INFO] [stderr] 18 |     fn multiply_self(&mut self, &Right);
[INFO] [stderr]    |                                 ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Right`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/operation.rs:24:30
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn scale_self(&mut self, T);
[INFO] [stderr]    |                              ^ help: try naming the parameter or explicitly ignoring it: `_: T`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: `matrix` (lib) generated 6 warnings (run `cargo fix --lib -p matrix` to apply 6 suggestions)
[INFO] [stderr] warning: `matrix` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/matrix-ca688d7cc127681b)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test format::banded::convert::tests::from_diagonal_wide ... ok
[INFO] [stdout] test format::banded::convert::tests::into_conventional_wide ... ok
[INFO] [stdout] test format::banded::convert::tests::into_conventional_tall ... ok
[INFO] [stdout] test format::banded::operation::tests::transpose ... ok
[INFO] [stdout] test format::banded::tests::iter_tall ... ok
[INFO] [stdout] test format::banded::convert::tests::from_diagonal_tall ... ok
[INFO] [stdout] test format::banded::tests::iter_wide ... ok
[INFO] [stdout] test format::banded::tests::nonzeros ... ok
[INFO] [stdout] test format::compressed::convert::tests::from_conventional ... ok
[INFO] [stdout] test format::compressed::convert::tests::from_diagonal_tall ... ok
[INFO] [stdout] test format::compressed::convert::tests::from_diagonal_wide ... ok
[INFO] [stdout] test format::compressed::convert::tests::into_conventional ... ok
[INFO] [stdout] test format::compressed::operation::tests::multiply_into_left ... ok
[INFO] [stdout] test format::compressed::operation::tests::multiply_self ... ok
[INFO] [stdout] test format::compressed::operation::tests::transpose ... ok
[INFO] [stdout] test format::compressed::operation::tests::multiply_into_right ... ok
[INFO] [stdout] test format::compressed::tests::get ... ok
[INFO] [stdout] test format::compressed::tests::iter ... ok
[INFO] [stdout] test format::compressed::tests::nonzeros ... ok
[INFO] [stdout] test format::compressed::tests::iter_mut ... ok
[INFO] [stdout] test format::compressed::tests::resize_fewer_rows ... ok
[INFO] [stdout] test format::compressed::tests::set ... ok
[INFO] [stdout] test format::conventional::operation::tests::multiply_self ... ok
[INFO] [stdout] test format::conventional::operation::tests::transpose ... ok
[INFO] [stdout] test format::conventional::tests::erase ... ok
[INFO] [stdout] test format::compressed::tests::resize_fewer_columns ... ok
[INFO] [stdout] test format::conventional::tests::resize_fewer_columns ... ok
[INFO] [stdout] test format::conventional::tests::resize_more_columns_rows ... ok
[INFO] [stdout] test format::conventional::tests::nonzeros ... ok
[INFO] [stdout] test format::conventional::tests::resize_more_rows ... ok
[INFO] [stdout] test format::diagonal::convert::tests::into_conventional ... ok
[INFO] [stdout] test format::diagonal::tests::nonzeros ... ok
[INFO] [stdout] test format::packed::convert::tests::into_conventional_upper ... ok
[INFO] [stdout] test format::packed::operation::tests::transpose_lower ... ok
[INFO] [stdout] test format::packed::convert::tests::into_conventional_lower ... ok
[INFO] [stdout] test format::packed::tests::nonzeros ... ok
[INFO] [stdout] test format::compressed::tests::resize_more_columns ... ok
[INFO] [stdout] test format::conventional::tests::resize_fewer_rows ... ok
[INFO] [stdout] test format::conventional::tests::resize_more_columns ... ok
[INFO] [stdout] test format::packed::operation::tests::transpose_upper ... ok
[INFO] [stdout] test format::compressed::tests::resize_more_rows ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests matrix
[INFO] [stderr] warning: unknown attribute `norun`
[INFO] [stderr]    --> src/lib.rs:90:1
[INFO] [stderr]     |
[INFO] [stderr]  90 | / /// A macro for composing matrices in the natural order.
[INFO] [stderr]  91 | | ///
[INFO] [stderr]  92 | | /// The data of a generic matrix is conventionally stored in the column-major
[INFO] [stderr]  93 | | /// order; see `format::conventional`. Consequently, the vector
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | | /// ]
[INFO] [stderr] 122 | | /// ```
[INFO] [stderr]     | |_______^
[INFO] [stderr]     |
[INFO] [stderr]     = help: use `no_run` to compile, but not run, the code sample during testing
[INFO] [stderr]     = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 21) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "35d6eab97554492b35126f67296412539d66e11385787dc95cfe6abaf39e6192", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35d6eab97554492b35126f67296412539d66e11385787dc95cfe6abaf39e6192", kill_on_drop: false }`
[INFO] [stdout] 35d6eab97554492b35126f67296412539d66e11385787dc95cfe6abaf39e6192
