[INFO] fetching crate mkv_chain 0.3.1...
[INFO] testing mkv_chain-0.3.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mkv_chain 0.3.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate mkv_chain 0.3.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mkv_chain 0.3.1
[INFO] tweaked toml for crates.io crate mkv_chain 0.3.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mkv_chain 0.3.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mkv_chain 0.3.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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d25527db7eb45c6912ead7c27a070c1e3aee1e771c8a26a3641a241fe4d31a06
[INFO] running `Command { std: "docker" "start" "-a" "d25527db7eb45c6912ead7c27a070c1e3aee1e771c8a26a3641a241fe4d31a06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d25527db7eb45c6912ead7c27a070c1e3aee1e771c8a26a3641a241fe4d31a06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d25527db7eb45c6912ead7c27a070c1e3aee1e771c8a26a3641a241fe4d31a06", kill_on_drop: false }`
[INFO] [stdout] d25527db7eb45c6912ead7c27a070c1e3aee1e771c8a26a3641a241fe4d31a06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9dcda9596dccfa9f577337e2e3c4a1585ea1bc03bb37766296c180768bc40855
[INFO] running `Command { std: "docker" "start" "-a" "9dcda9596dccfa9f577337e2e3c4a1585ea1bc03bb37766296c180768bc40855", kill_on_drop: false }`
[INFO] [stderr]    Compiling mkv_chain v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `macros::*`
[INFO] [stdout]   --> src/lib.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use macros::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | /     vector!(
[INFO] [stdout] 45 | |         ///! Stack stored vector with 2 elements
[INFO] [stdout] 46 | |         Vec2,
[INFO] [stdout] 47 | |         2
[INFO] [stdout] 48 | |     );
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     vector!(
[INFO] [stdout] 50 | |         ///! Stack stored vector with 3 elements
[INFO] [stdout] 51 | |         Vec3,
[INFO] [stdout] 52 | |         3
[INFO] [stdout] 53 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | /     vector!(
[INFO] [stdout] 55 | |         ///! Stack stored vector with 4 elements
[INFO] [stdout] 56 | |         Vec4,
[INFO] [stdout] 57 | |         4
[INFO] [stdout] 58 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | /     vector!(
[INFO] [stdout] 60 | |         ///! Stack stored vector with 5 elements
[INFO] [stdout] 61 | |         Vec5,
[INFO] [stdout] 62 | |         5
[INFO] [stdout] 63 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | /     vector!(
[INFO] [stdout] 65 | |         ///! Stack stored vector with 6 elements
[INFO] [stdout] 66 | |         Vec6,
[INFO] [stdout] 67 | |         6
[INFO] [stdout] 68 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:70:5
[INFO] [stdout]     |
[INFO] [stdout]  70 | /     matrix!(
[INFO] [stdout]  71 | |         /// 2 by 2 stack stored square matrix composed of two `Vec2`
[INFO] [stdout]  72 | |         Matrix2[2, 2],
[INFO] [stdout]  73 | |         Vec2
[INFO] [stdout]  74 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:75:5
[INFO] [stdout]     |
[INFO] [stdout]  75 | /     matrix!(
[INFO] [stdout]  76 | |         /// 3 by 3 stack stored square matrix composed of three `Vec3`
[INFO] [stdout]  77 | |         Matrix3[3, 3],
[INFO] [stdout]  78 | |         Vec3
[INFO] [stdout]  79 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:80:5
[INFO] [stdout]     |
[INFO] [stdout]  80 | /     matrix!(
[INFO] [stdout]  81 | |         /// 4 by 4 stack stored square matrix composed of four `Vec4`
[INFO] [stdout]  82 | |         Matrix4[4, 4],
[INFO] [stdout]  83 | |         Vec4
[INFO] [stdout]  84 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:85:5
[INFO] [stdout]     |
[INFO] [stdout]  85 | /     matrix!(
[INFO] [stdout]  86 | |         /// 5 by 5 stack stored square matrix composed of five `Vec5`
[INFO] [stdout]  87 | |         Matrix5[5, 5],
[INFO] [stdout]  88 | |         Vec5
[INFO] [stdout]  89 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:90:5
[INFO] [stdout]     |
[INFO] [stdout]  90 | /     matrix!(
[INFO] [stdout]  91 | |         /// 6 by 6 stack stored square matrix composed of six `Vec6`
[INFO] [stdout]  92 | |         Matrix6[6, 6],
[INFO] [stdout]  93 | |         Vec6
[INFO] [stdout]  94 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "9dcda9596dccfa9f577337e2e3c4a1585ea1bc03bb37766296c180768bc40855", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dcda9596dccfa9f577337e2e3c4a1585ea1bc03bb37766296c180768bc40855", kill_on_drop: false }`
[INFO] [stdout] 9dcda9596dccfa9f577337e2e3c4a1585ea1bc03bb37766296c180768bc40855
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33985514569c3566027b33585eae88c01f74424b1d1ed414776956d1f8c833d3
[INFO] running `Command { std: "docker" "start" "-a" "33985514569c3566027b33585eae88c01f74424b1d1ed414776956d1f8c833d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]    Compiling smallvec v0.6.10
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling pulldown-cmark v0.4.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]    Compiling unicase v2.5.1
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling semver-parser v0.9.0
[INFO] [stdout] warning: unused import: `macros::*`
[INFO] [stdout]   --> src/lib.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use macros::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | /     vector!(
[INFO] [stdout] 45 | |         ///! Stack stored vector with 2 elements
[INFO] [stdout] 46 | |         Vec2,
[INFO] [stdout] 47 | |         2
[INFO] [stdout] 48 | |     );
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     vector!(
[INFO] [stdout] 50 | |         ///! Stack stored vector with 3 elements
[INFO] [stdout] 51 | |         Vec3,
[INFO] [stdout] 52 | |         3
[INFO] [stdout] 53 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | /     vector!(
[INFO] [stdout] 55 | |         ///! Stack stored vector with 4 elements
[INFO] [stdout] 56 | |         Vec4,
[INFO] [stdout] 57 | |         4
[INFO] [stdout] 58 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | /     vector!(
[INFO] [stdout] 60 | |         ///! Stack stored vector with 5 elements
[INFO] [stdout] 61 | |         Vec5,
[INFO] [stdout] 62 | |         5
[INFO] [stdout] 63 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | /     vector!(
[INFO] [stdout] 65 | |         ///! Stack stored vector with 6 elements
[INFO] [stdout] 66 | |         Vec6,
[INFO] [stdout] 67 | |         6
[INFO] [stdout] 68 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:70:5
[INFO] [stdout]     |
[INFO] [stdout]  70 | /     matrix!(
[INFO] [stdout]  71 | |         /// 2 by 2 stack stored square matrix composed of two `Vec2`
[INFO] [stdout]  72 | |         Matrix2[2, 2],
[INFO] [stdout]  73 | |         Vec2
[INFO] [stdout]  74 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:75:5
[INFO] [stdout]     |
[INFO] [stdout]  75 | /     matrix!(
[INFO] [stdout]  76 | |         /// 3 by 3 stack stored square matrix composed of three `Vec3`
[INFO] [stdout]  77 | |         Matrix3[3, 3],
[INFO] [stdout]  78 | |         Vec3
[INFO] [stdout]  79 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:80:5
[INFO] [stdout]     |
[INFO] [stdout]  80 | /     matrix!(
[INFO] [stdout]  81 | |         /// 4 by 4 stack stored square matrix composed of four `Vec4`
[INFO] [stdout]  82 | |         Matrix4[4, 4],
[INFO] [stdout]  83 | |         Vec4
[INFO] [stdout]  84 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:85:5
[INFO] [stdout]     |
[INFO] [stdout]  85 | /     matrix!(
[INFO] [stdout]  86 | |         /// 5 by 5 stack stored square matrix composed of five `Vec5`
[INFO] [stdout]  87 | |         Matrix5[5, 5],
[INFO] [stdout]  88 | |         Vec5
[INFO] [stdout]  89 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:90:5
[INFO] [stdout]     |
[INFO] [stdout]  90 | /     matrix!(
[INFO] [stdout]  91 | |         /// 6 by 6 stack stored square matrix composed of six `Vec6`
[INFO] [stdout]  92 | |         Matrix6[6, 6],
[INFO] [stdout]  93 | |         Vec6
[INFO] [stdout]  94 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.8
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling regex v1.3.1
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling toml v0.5.3
[INFO] [stderr]    Compiling serde_json v1.0.41
[INFO] [stderr]    Compiling version-sync v0.8.1
[INFO] [stderr]    Compiling mkv_chain v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `macros::*`
[INFO] [stdout]   --> src/lib.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use macros::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | /     vector!(
[INFO] [stdout] 45 | |         ///! Stack stored vector with 2 elements
[INFO] [stdout] 46 | |         Vec2,
[INFO] [stdout] 47 | |         2
[INFO] [stdout] 48 | |     );
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     vector!(
[INFO] [stdout] 50 | |         ///! Stack stored vector with 3 elements
[INFO] [stdout] 51 | |         Vec3,
[INFO] [stdout] 52 | |         3
[INFO] [stdout] 53 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | /     vector!(
[INFO] [stdout] 55 | |         ///! Stack stored vector with 4 elements
[INFO] [stdout] 56 | |         Vec4,
[INFO] [stdout] 57 | |         4
[INFO] [stdout] 58 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | /     vector!(
[INFO] [stdout] 60 | |         ///! Stack stored vector with 5 elements
[INFO] [stdout] 61 | |         Vec5,
[INFO] [stdout] 62 | |         5
[INFO] [stdout] 63 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/macros.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | /     vector!(
[INFO] [stdout] 65 | |         ///! Stack stored vector with 6 elements
[INFO] [stdout] 66 | |         Vec6,
[INFO] [stdout] 67 | |         6
[INFO] [stdout] 68 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:70:5
[INFO] [stdout]     |
[INFO] [stdout]  70 | /     matrix!(
[INFO] [stdout]  71 | |         /// 2 by 2 stack stored square matrix composed of two `Vec2`
[INFO] [stdout]  72 | |         Matrix2[2, 2],
[INFO] [stdout]  73 | |         Vec2
[INFO] [stdout]  74 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:75:5
[INFO] [stdout]     |
[INFO] [stdout]  75 | /     matrix!(
[INFO] [stdout]  76 | |         /// 3 by 3 stack stored square matrix composed of three `Vec3`
[INFO] [stdout]  77 | |         Matrix3[3, 3],
[INFO] [stdout]  78 | |         Vec3
[INFO] [stdout]  79 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:80:5
[INFO] [stdout]     |
[INFO] [stdout]  80 | /     matrix!(
[INFO] [stdout]  81 | |         /// 4 by 4 stack stored square matrix composed of four `Vec4`
[INFO] [stdout]  82 | |         Matrix4[4, 4],
[INFO] [stdout]  83 | |         Vec4
[INFO] [stdout]  84 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:85:5
[INFO] [stdout]     |
[INFO] [stdout]  85 | /     matrix!(
[INFO] [stdout]  86 | |         /// 5 by 5 stack stored square matrix composed of five `Vec5`
[INFO] [stdout]  87 | |         Matrix5[5, 5],
[INFO] [stdout]  88 | |         Vec5
[INFO] [stdout]  89 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/macros.rs:162:25
[INFO] [stdout]     |
[INFO] [stdout] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:90:5
[INFO] [stdout]     |
[INFO] [stdout]  90 | /     matrix!(
[INFO] [stdout]  91 | |         /// 6 by 6 stack stored square matrix composed of six `Vec6`
[INFO] [stdout]  92 | |         Matrix6[6, 6],
[INFO] [stdout]  93 | |         Vec6
[INFO] [stdout]  94 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.96s
[INFO] running `Command { std: "docker" "inspect" "33985514569c3566027b33585eae88c01f74424b1d1ed414776956d1f8c833d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33985514569c3566027b33585eae88c01f74424b1d1ed414776956d1f8c833d3", kill_on_drop: false }`
[INFO] [stdout] 33985514569c3566027b33585eae88c01f74424b1d1ed414776956d1f8c833d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 931707473c858f6c7fdbe231ab47ef93641737f37ba75f5b8e9c52f3a8417678
[INFO] running `Command { std: "docker" "start" "-a" "931707473c858f6c7fdbe231ab47ef93641737f37ba75f5b8e9c52f3a8417678", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `macros::*`
[INFO] [stdout] 
[INFO] [stderr]   --> src/lib.rs:32:9
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 32 | pub use macros::*;
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/macros.rs:53:25
[INFO] [stderr]    |
[INFO] [stderr] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/lib.rs:44:5
[INFO] [stderr]    |
[INFO] [stderr] 44 | /     vector!(
[INFO] [stderr] 45 | |         ///! Stack stored vector with 2 elements
[INFO] [stderr] 46 | |         Vec2,
[INFO] [stderr] 47 | |         2
[INFO] [stderr] 48 | |     );
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/macros.rs:53:25
[INFO] [stderr]    |
[INFO] [stderr] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     vector!(
[INFO] [stderr] 50 | |         ///! Stack stored vector with 3 elements
[INFO] [stderr] 51 | |         Vec3,
[INFO] [stderr] 52 | |         3
[INFO] [stderr] 53 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/macros.rs:53:25
[INFO] [stderr]    |
[INFO] [stderr] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/lib.rs:54:5
[INFO] [stderr]    |
[INFO] [stderr] 54 | /     vector!(
[INFO] [stderr] 55 | |         ///! Stack stored vector with 4 elements
[INFO] [stderr] 56 | |         Vec4,
[INFO] [stderr] 57 | |         4
[INFO] [stderr] 58 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/macros.rs:53:25
[INFO] [stderr]    |
[INFO] [stderr] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/lib.rs:59:5
[INFO] [stderr]    |
[INFO] [stderr] 59 | /     vector!(
[INFO] [stderr] 60 | |         ///! Stack stored vector with 5 elements
[INFO] [stderr] 61 | |         Vec5,
[INFO] [stderr] 62 | |         5
[INFO] [stderr] 63 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/macros.rs:53:25
[INFO] [stderr]    |
[INFO] [stderr] 53 |               pub fn iter(&self) -> std::slice::Iter<f64> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/lib.rs:64:5
[INFO] [stderr]    |
[INFO] [stderr] 64 | /     vector!(
[INFO] [stderr] 65 | |         ///! Stack stored vector with 6 elements
[INFO] [stderr] 66 | |         Vec6,
[INFO] [stderr] 67 | |         6
[INFO] [stderr] 68 | |     );
[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 `vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub fn iter(&self) -> std::slice::Iter<'_, f64> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/macros.rs:162:25
[INFO] [stderr]     |
[INFO] [stderr] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:70:5
[INFO] [stderr]     |
[INFO] [stderr]  70 | /     matrix!(
[INFO] [stderr]  71 | |         /// 2 by 2 stack stored square matrix composed of two `Vec2`
[INFO] [stderr]  72 | |         Matrix2[2, 2],
[INFO] [stderr]  73 | |         Vec2
[INFO] [stderr]  74 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/macros.rs:162:25
[INFO] [stderr]     |
[INFO] [stderr] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:75:5
[INFO] [stderr]     |
[INFO] [stderr]  75 | /     matrix!(
[INFO] [stderr]  76 | |         /// 3 by 3 stack stored square matrix composed of three `Vec3`
[INFO] [stderr]  77 | |         Matrix3[3, 3],
[INFO] [stderr]  78 | |         Vec3
[INFO] [stderr]  79 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/macros.rs:162:25
[INFO] [stderr]     |
[INFO] [stderr] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:80:5
[INFO] [stderr]     |
[INFO] [stderr]  80 | /     matrix!(
[INFO] [stderr]  81 | |         /// 4 by 4 stack stored square matrix composed of four `Vec4`
[INFO] [stderr]  82 | |         Matrix4[4, 4],
[INFO] [stderr]  83 | |         Vec4
[INFO] [stderr]  84 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/macros.rs:162:25
[INFO] [stderr]     |
[INFO] [stderr] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:85:5
[INFO] [stderr]     |
[INFO] [stderr]  85 | /     matrix!(
[INFO] [stderr]  86 | |         /// 5 by 5 stack stored square matrix composed of five `Vec5`
[INFO] [stderr]  87 | |         Matrix5[5, 5],
[INFO] [stderr]  88 | |         Vec5
[INFO] [stderr]  89 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/macros.rs:162:25
[INFO] [stderr]     |
[INFO] [stderr] 162 |               pub fn iter(&self) -> std::slice::Iter<$inner> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:90:5
[INFO] [stderr]     |
[INFO] [stderr]  90 | /     matrix!(
[INFO] [stderr]  91 | |         /// 6 by 6 stack stored square matrix composed of six `Vec6`
[INFO] [stderr]  92 | |         Matrix6[6, 6],
[INFO] [stderr]  93 | |         Vec6
[INFO] [stderr]  94 | |     );
[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 `matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 |             pub fn iter(&self) -> std::slice::Iter<'_, $inner> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `mkv_chain` (lib) generated 11 warnings (run `cargo fix --lib -p mkv_chain` to apply 11 suggestions)
[INFO] [stderr] warning: `mkv_chain` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mkv_chain-54720d9f051eda0d)
[INFO] [stderr]      Running tests/serialise.rs (/opt/rustwide/target/debug/deps/serialise-da5133630b1e0c80)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/version-number.rs (/opt/rustwide/target/debug/deps/version_number-1a95768d49a6c470)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_readme_deps ... FAILED
[INFO] [stdout] test test_html_root_url ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_readme_deps stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_readme_deps' (29) panicked at tests/version-number.rs:3:5:
[INFO] [stdout] could not read README.md: No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bded28d6802 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bded28d6802 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bded28d6802 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bded28d6802 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5bded28e75df - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bded28e75df - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5bded28a3ef3 - std::io::default_write_fmt::hd4797e693c0ec256
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bded28a3ef3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bded28afe82 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bded28b49cf - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5bded28b4861 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5bded2876f7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   12:     0x5bded2876f7e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5bded28b508f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   14:     0x5bded28b508f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5bded261ea2b - std::panicking::begin_panic::{{closure}}::hed6838a82883d4f4
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x5bded261e976 - std::sys::backtrace::__rust_end_short_backtrace::h15b073d81adfbd44
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5bded261e9cf - std::panicking::begin_panic::h5380e7539ceebd9f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x5bded261e790 - version_number::test_readme_deps::h8221fcd7a46e1525
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version-number.rs:3:5
[INFO] [stdout]   19:     0x5bded261e7b7 - version_number::test_readme_deps::{{closure}}::h2115325f1da7d1f8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version-number.rs:2:22
[INFO] [stdout]   20:     0x5bded261eae6 - core::ops::function::FnOnce::call_once::h9ef4377400201677
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x5bded2876dcb - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5bded2876dcb - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x5bded288b3e8 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x5bded288b3e8 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x5bded288b3e8 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   26:     0x5bded288b3e8 - std::panicking::catch_unwind::h8609b446221def5f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x5bded288b3e8 - std::panic::catch_unwind::h362f73cc48531e26
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x5bded288b3e8 - test::run_test_in_process::hf52fd21d696aae67
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x5bded288b3e8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x5bded28641b4 - test::run_test::{{closure}}::hdc2695f2276aad3e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x5bded28641b4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   32:     0x5bded2867aea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   33:     0x5bded2867aea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x5bded2867aea - std::panicking::catch_unwind::do_call::h495689350c27df20
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x5bded2867aea - std::panicking::catch_unwind::hf22437c51d1b3740
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x5bded2867aea - std::panic::catch_unwind::habda1a57de8231f8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x5bded2867aea - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   38:     0x5bded2867aea - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5bded28ab2af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   40:     0x5bded28ab2af - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   41:     0x7febf3674aa4 - <unknown>
[INFO] [stdout]   42:     0x7febf3701a64 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_readme_deps
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test version-number`
[INFO] running `Command { std: "docker" "inspect" "931707473c858f6c7fdbe231ab47ef93641737f37ba75f5b8e9c52f3a8417678", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "931707473c858f6c7fdbe231ab47ef93641737f37ba75f5b8e9c52f3a8417678", kill_on_drop: false }`
[INFO] [stdout] 931707473c858f6c7fdbe231ab47ef93641737f37ba75f5b8e9c52f3a8417678
