[INFO] fetching crate mkv_chain 0.3.1...
[INFO] testing mkv_chain-0.3.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate mkv_chain 0.3.1 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mkv_chain 0.3.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a047bdbb23d8f7d5dacf8b16ccb103132b0197c8803aca0ba16adb8b8e90657e
[INFO] running `Command { std: "docker" "start" "-a" "a047bdbb23d8f7d5dacf8b16ccb103132b0197c8803aca0ba16adb8b8e90657e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a047bdbb23d8f7d5dacf8b16ccb103132b0197c8803aca0ba16adb8b8e90657e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a047bdbb23d8f7d5dacf8b16ccb103132b0197c8803aca0ba16adb8b8e90657e", kill_on_drop: false }`
[INFO] [stdout] a047bdbb23d8f7d5dacf8b16ccb103132b0197c8803aca0ba16adb8b8e90657e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 67c6f2fecb55eb41a992dc19f40465ccd33114f7b9f873d3707b457d4a2037bd
[INFO] running `Command { std: "docker" "start" "-a" "67c6f2fecb55eb41a992dc19f40465ccd33114f7b9f873d3707b457d4a2037bd", 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.46s
[INFO] running `Command { std: "docker" "inspect" "67c6f2fecb55eb41a992dc19f40465ccd33114f7b9f873d3707b457d4a2037bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67c6f2fecb55eb41a992dc19f40465ccd33114f7b9f873d3707b457d4a2037bd", kill_on_drop: false }`
[INFO] [stdout] 67c6f2fecb55eb41a992dc19f40465ccd33114f7b9f873d3707b457d4a2037bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 29432321c86aaaef844b2cd1ea26fea450b190ed1a507f67d6ec18436c430bb0
[INFO] running `Command { std: "docker" "start" "-a" "29432321c86aaaef844b2cd1ea26fea450b190ed1a507f67d6ec18436c430bb0", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling smallvec v0.6.10
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling unicode-normalization v0.1.8
[INFO] [stderr]    Compiling pulldown-cmark v0.4.1
[INFO] [stderr]    Compiling unicase v2.5.1
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling semver-parser v0.9.0
[INFO] [stderr]    Compiling itoa v0.4.4
[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 idna v0.1.5
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling regex v1.3.1
[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 28.94s
[INFO] running `Command { std: "docker" "inspect" "29432321c86aaaef844b2cd1ea26fea450b190ed1a507f67d6ec18436c430bb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29432321c86aaaef844b2cd1ea26fea450b190ed1a507f67d6ec18436c430bb0", kill_on_drop: false }`
[INFO] [stdout] 29432321c86aaaef844b2cd1ea26fea450b190ed1a507f67d6ec18436c430bb0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 29514fb69775f46a8ca9cd5df9fb163eb3c632ec6ff7c2c1b847985d28721af3
[INFO] running `Command { std: "docker" "start" "-a" "29514fb69775f46a8ca9cd5df9fb163eb3c632ec6ff7c2c1b847985d28721af3", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `macros::*`
[INFO] [stderr]   --> src/lib.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub use macros::*;
[INFO] [stderr]    |         ^^^^^^^^^
[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] [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/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_html_root_url ... ok
[INFO] [stdout] test test_readme_deps ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_readme_deps stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_readme_deps' (20) 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:     0x597b3e5a9cc2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x597b3e5a9cc2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x597b3e5a9cc2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x597b3e5a9cc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x597b3e5bac2f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x597b3e5bac2f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x597b3e576f41 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x597b3e576f41 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x597b3e582fa2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x597b3e587b9f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x597b3e587a31 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x597b3e54853e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x597b3e54853e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x597b3e58830f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x597b3e58830f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x597b3e2e7a7b - std::panicking::begin_panic::{{closure}}::hac740e4e4938813e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x597b3e2e79c6 - std::sys::backtrace::__rust_end_short_backtrace::hbd1d70dcc9ce3156
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x597b3e2e7a1f - std::panicking::begin_panic::hed64c6f2bc90695a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x597b3e2e77e0 - version_number::test_readme_deps::h0d33e13af0e51c9f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version-number.rs:3:5
[INFO] [stdout]   19:     0x597b3e2e7807 - version_number::test_readme_deps::{{closure}}::h81e3a64d33d940f2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version-number.rs:2:22
[INFO] [stdout]   20:     0x597b3e2e7af6 - core::ops::function::FnOnce::call_once::h54ea5c718fb2b328
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x597b3e5482fb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x597b3e5482fb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x597b3e55df65 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x597b3e55df65 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x597b3e55df65 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   26:     0x597b3e55df65 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x597b3e55df65 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x597b3e55df65 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x597b3e55df65 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x597b3e534754 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x597b3e534754 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   32:     0x597b3e53801a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   33:     0x597b3e53801a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x597b3e53801a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x597b3e53801a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x597b3e53801a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x597b3e53801a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   38:     0x597b3e53801a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x597b3e57e23f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   40:     0x597b3e57e23f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   41:     0x7f9b1fc7aaa4 - <unknown>
[INFO] [stdout]   42:     0x7f9b1fd07a34 - 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.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test version-number`
[INFO] running `Command { std: "docker" "inspect" "29514fb69775f46a8ca9cd5df9fb163eb3c632ec6ff7c2c1b847985d28721af3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29514fb69775f46a8ca9cd5df9fb163eb3c632ec6ff7c2c1b847985d28721af3", kill_on_drop: false }`
[INFO] [stdout] 29514fb69775f46a8ca9cd5df9fb163eb3c632ec6ff7c2c1b847985d28721af3
