[INFO] fetching crate spatial-math 0.4.0-beta.1...
[INFO] testing spatial-math-0.4.0-beta.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate spatial-math 0.4.0-beta.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate spatial-math 0.4.0-beta.1
[INFO] finished tweaking crates.io crate spatial-math 0.4.0-beta.1
[INFO] tweaked toml for crates.io crate spatial-math 0.4.0-beta.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate spatial-math 0.4.0-beta.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spatial-math 0.4.0-beta.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 990db4e87a98e3d35736cfe568935dead7d0fdd130b76dfd68d128c2d7a1ad87
[INFO] running `Command { std: "docker" "start" "-a" "990db4e87a98e3d35736cfe568935dead7d0fdd130b76dfd68d128c2d7a1ad87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "990db4e87a98e3d35736cfe568935dead7d0fdd130b76dfd68d128c2d7a1ad87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "990db4e87a98e3d35736cfe568935dead7d0fdd130b76dfd68d128c2d7a1ad87", kill_on_drop: false }`
[INFO] [stdout] 990db4e87a98e3d35736cfe568935dead7d0fdd130b76dfd68d128c2d7a1ad87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54b2aed60d37ec7c64b4b261dbed6c080d19d9192270cc38ffc40eb6cbe57f2d
[INFO] running `Command { std: "docker" "start" "-a" "54b2aed60d37ec7c64b4b261dbed6c080d19d9192270cc38ffc40eb6cbe57f2d", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling spatial-math v0.4.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 127 |         element_offset: usize,
[INFO] [stdout] 128 |     ) -> MatrixView<R, C>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:16:9
[INFO] [stdout]     |
[INFO] [stdout]  16 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     ) -> MatrixView<'_, R, C>;
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 134 |         element_offset: usize,
[INFO] [stdout] 135 |     ) -> MatrixViewMut<R, C>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 135 |     ) -> MatrixViewMut<'_, R, C>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 &self,
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 144 |                 element_offset: usize,
[INFO] [stdout] 145 |             ) -> MatrixView<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 166 | impl_view_matrix! {[Real]}
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 &self,
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 144 |                 element_offset: usize,
[INFO] [stdout] 145 |             ) -> MatrixView<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 167 | impl_view_matrix! {Vec<Real>}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 &mut self,
[INFO] [stdout]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |                 element_offset: usize,
[INFO] [stdout] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 169 | impl_view_matrix_mut! {[Real]}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 &mut self,
[INFO] [stdout]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |                 element_offset: usize,
[INFO] [stdout] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 170 | impl_view_matrix_mut! {Vec<Real>}
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.81s
[INFO] running `Command { std: "docker" "inspect" "54b2aed60d37ec7c64b4b261dbed6c080d19d9192270cc38ffc40eb6cbe57f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54b2aed60d37ec7c64b4b261dbed6c080d19d9192270cc38ffc40eb6cbe57f2d", kill_on_drop: false }`
[INFO] [stdout] 54b2aed60d37ec7c64b4b261dbed6c080d19d9192270cc38ffc40eb6cbe57f2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65213b78c7ef54782b81acf5cd463d462535d45eb4b99684c16fb75765603b7e
[INFO] running `Command { std: "docker" "start" "-a" "65213b78c7ef54782b81acf5cd463d462535d45eb4b99684c16fb75765603b7e", kill_on_drop: false }`
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling spatial-math v0.4.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 127 |         element_offset: usize,
[INFO] [stdout] 128 |     ) -> MatrixView<R, C>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:16:9
[INFO] [stdout]     |
[INFO] [stdout]  16 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     ) -> MatrixView<'_, R, C>;
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 134 |         element_offset: usize,
[INFO] [stdout] 135 |     ) -> MatrixViewMut<R, C>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 135 |     ) -> MatrixViewMut<'_, R, C>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 &self,
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 144 |                 element_offset: usize,
[INFO] [stdout] 145 |             ) -> MatrixView<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 166 | impl_view_matrix! {[Real]}
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 &self,
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 144 |                 element_offset: usize,
[INFO] [stdout] 145 |             ) -> MatrixView<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 167 | impl_view_matrix! {Vec<Real>}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 &mut self,
[INFO] [stdout]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |                 element_offset: usize,
[INFO] [stdout] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 169 | impl_view_matrix_mut! {[Real]}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 &mut self,
[INFO] [stdout]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |                 element_offset: usize,
[INFO] [stdout] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 170 | impl_view_matrix_mut! {Vec<Real>}
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 127 |         element_offset: usize,
[INFO] [stdout] 128 |     ) -> MatrixView<R, C>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:16:9
[INFO] [stdout]     |
[INFO] [stdout]  16 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     ) -> MatrixView<'_, R, C>;
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 134 |         element_offset: usize,
[INFO] [stdout] 135 |     ) -> MatrixViewMut<R, C>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 135 |     ) -> MatrixViewMut<'_, R, C>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 &self,
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 144 |                 element_offset: usize,
[INFO] [stdout] 145 |             ) -> MatrixView<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 166 | impl_view_matrix! {[Real]}
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 &self,
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 144 |                 element_offset: usize,
[INFO] [stdout] 145 |             ) -> MatrixView<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 167 | impl_view_matrix! {Vec<Real>}
[INFO] [stdout]     | ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 &mut self,
[INFO] [stdout]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |                 element_offset: usize,
[INFO] [stdout] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 169 | impl_view_matrix_mut! {[Real]}
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exts.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 &mut self,
[INFO] [stdout]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 158 |                 element_offset: usize,
[INFO] [stdout] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 170 | impl_view_matrix_mut! {Vec<Real>}
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.61s
[INFO] running `Command { std: "docker" "inspect" "65213b78c7ef54782b81acf5cd463d462535d45eb4b99684c16fb75765603b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65213b78c7ef54782b81acf5cd463d462535d45eb4b99684c16fb75765603b7e", kill_on_drop: false }`
[INFO] [stdout] 65213b78c7ef54782b81acf5cd463d462535d45eb4b99684c16fb75765603b7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3788c59fe3a387e2941e43c297003c24b6dbd5157bbeca47d5af4e10a584a147
[INFO] running `Command { std: "docker" "start" "-a" "3788c59fe3a387e2941e43c297003c24b6dbd5157bbeca47d5af4e10a584a147", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/exts.rs:126:9
[INFO] [stderr]     |
[INFO] [stderr] 126 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 127 |         element_offset: usize,
[INFO] [stderr] 128 |     ) -> MatrixView<R, C>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:16:9
[INFO] [stderr]     |
[INFO] [stderr]  16 | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 128 |     ) -> MatrixView<'_, R, C>;
[INFO] [stderr]     |                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/exts.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 134 |         element_offset: usize,
[INFO] [stderr] 135 |     ) -> MatrixViewMut<R, C>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 135 |     ) -> MatrixViewMut<'_, R, C>;
[INFO] [stderr]     |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/exts.rs:143:17
[INFO] [stderr]     |
[INFO] [stderr] 143 |                 &self,
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here
[INFO] [stderr] 144 |                 element_offset: usize,
[INFO] [stderr] 145 |             ) -> MatrixView<R, C> {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] ...
[INFO] [stderr] 166 | impl_view_matrix! {[Real]}
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/exts.rs:143:17
[INFO] [stderr]     |
[INFO] [stderr] 143 |                 &self,
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here
[INFO] [stderr] 144 |                 element_offset: usize,
[INFO] [stderr] 145 |             ) -> MatrixView<R, C> {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] ...
[INFO] [stderr] 167 | impl_view_matrix! {Vec<Real>}
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] running 22 tests
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test alias::tests::test_unit_quat ... ok
[INFO] [stderr]     = note: this warning originates in the macro `impl_view_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] test exts::tests::test_cross_matrix ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test exts::tests::test_positive_define ... ok
[INFO] [stderr]     |
[INFO] [stdout] test spatial_inertia::tests::test_inertia_mul_motion_vec ... ok
[INFO] [stderr] 145 |             ) -> MatrixView<'_, R, C> {
[INFO] [stdout] test spatial_vec::tests::test_add ... ok
[INFO] [stderr]     |                             +++
[INFO] [stdout] test spatial_inertia::tests::test_rbi_construct ... ok
[INFO] [stderr] 
[INFO] [stdout] test spatial_vec::tests::test_add_assign ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test spatial_vec::tests::test_cross ... ok
[INFO] [stderr]    --> src/exts.rs:157:17
[INFO] [stdout] test spatial_vec::tests::test_construct ... ok
[INFO] [stderr]     |
[INFO] [stdout] test spatial_vec::tests::test_mul ... ok
[INFO] [stderr] 157 |                 &mut self,
[INFO] [stdout] test spatial_vec::tests::test_neg ... ok
[INFO] [stderr]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] test spatial_vec::tests::test_sub_assign ... ok
[INFO] [stderr] 158 |                 element_offset: usize,
[INFO] [stdout] test traits::tests::test_cross_dual ... ok
[INFO] [stderr] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stdout] test traits::tests::test_dot ... ok
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test transform::tests::test_transform_inverse ... ok
[INFO] [stderr] ...
[INFO] [stdout] test transform::tests::test_pose_inverse ... ok
[INFO] [stderr] 169 | impl_view_matrix_mut! {[Real]}
[INFO] [stdout] test transform::tests::test_transform_mul ... ok
[INFO] [stderr]     | ------------------------------ in this macro invocation
[INFO] [stdout] test transform::tests::test_transform_to_matrix ... ok
[INFO] [stderr]     |
[INFO] [stdout] test transform::tests::test_transform_articulated_inertia ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test transform::tests::test_transform_to_dual_matrix ... ok
[INFO] [stderr]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] test transform::tests::test_transform_motion_vec ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test spatial_vec::tests::test_sub ... ok
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |                                +++
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/exts.rs:157:17
[INFO] [stderr]     |
[INFO] [stderr] 157 |                 &mut self,
[INFO] [stderr]     |                 ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 158 |                 element_offset: usize,
[INFO] [stderr] 159 |             ) -> MatrixViewMut<R, C> {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] ...
[INFO] [stderr] 170 | impl_view_matrix_mut! {Vec<Real>}
[INFO] [stderr]     | --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_view_matrix_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 159 |             ) -> MatrixViewMut<'_, R, C> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `spatial-math` (lib) generated 6 warnings (run `cargo fix --lib -p spatial-math` to apply 6 suggestions)
[INFO] [stderr] warning: `spatial-math` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spatial_math-d835426a9cd69da8)
[INFO] [stderr]    Doc-tests spatial_math
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/matrix.rs - matrix::SymmetricMat3::from_array (line 79) ... ok
[INFO] [stdout] test src/../README.md - (line 37) ... ok
[INFO] [stdout] test src/spatial_vec.rs - spatial_vec::SpatialVector<T>::from_array (line 98) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.55s; merged doctests compilation took 0.51s
[INFO] running `Command { std: "docker" "inspect" "3788c59fe3a387e2941e43c297003c24b6dbd5157bbeca47d5af4e10a584a147", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3788c59fe3a387e2941e43c297003c24b6dbd5157bbeca47d5af4e10a584a147", kill_on_drop: false }`
[INFO] [stdout] 3788c59fe3a387e2941e43c297003c24b6dbd5157bbeca47d5af4e10a584a147
