[INFO] fetching crate mkv_chain 0.3.1...
[INFO] testing mkv_chain-0.3.1 against 1.94.0 for beta-1.95-1
[INFO] extracting crate mkv_chain 0.3.1 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mkv_chain 0.3.1 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded semver-parser v0.9.0
[INFO] [stderr]   Downloaded unicase v2.5.1
[INFO] [stderr]   Downloaded version-sync v0.8.1
[INFO] [stderr]   Downloaded toml v0.5.3
[INFO] [stderr]   Downloaded pulldown-cmark v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 823f074e733ec66982560e139e060c8f2e9447d659485000f63acdace8b6d0ed
[INFO] running `Command { std: "docker" "start" "-a" "823f074e733ec66982560e139e060c8f2e9447d659485000f63acdace8b6d0ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "823f074e733ec66982560e139e060c8f2e9447d659485000f63acdace8b6d0ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "823f074e733ec66982560e139e060c8f2e9447d659485000f63acdace8b6d0ed", kill_on_drop: false }`
[INFO] [stdout] 823f074e733ec66982560e139e060c8f2e9447d659485000f63acdace8b6d0ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0dd1491efda486983080ea2cf726293b76edf8c370d3fac043b62355c99cc2fd
[INFO] running `Command { std: "docker" "start" "-a" "0dd1491efda486983080ea2cf726293b76edf8c370d3fac043b62355c99cc2fd", 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.47s
[INFO] running `Command { std: "docker" "inspect" "0dd1491efda486983080ea2cf726293b76edf8c370d3fac043b62355c99cc2fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dd1491efda486983080ea2cf726293b76edf8c370d3fac043b62355c99cc2fd", kill_on_drop: false }`
[INFO] [stdout] 0dd1491efda486983080ea2cf726293b76edf8c370d3fac043b62355c99cc2fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4ffd8c160cd3609dea4646a5091ed70711ede023e90aa0b7cbcde1343922bd9
[INFO] running `Command { std: "docker" "start" "-a" "a4ffd8c160cd3609dea4646a5091ed70711ede023e90aa0b7cbcde1343922bd9", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling smallvec v0.6.10
[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 percent-encoding v1.0.1
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.8
[INFO] [stderr]    Compiling itertools v0.8.0
[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 unicase v2.5.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[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 14.53s
[INFO] running `Command { std: "docker" "inspect" "a4ffd8c160cd3609dea4646a5091ed70711ede023e90aa0b7cbcde1343922bd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4ffd8c160cd3609dea4646a5091ed70711ede023e90aa0b7cbcde1343922bd9", kill_on_drop: false }`
[INFO] [stdout] a4ffd8c160cd3609dea4646a5091ed70711ede023e90aa0b7cbcde1343922bd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6c5da176e7c34ae07098a8fea7e66e854217c568ffa2aacd0008c4239805b14e
[INFO] running `Command { std: "docker" "start" "-a" "6c5da176e7c34ae07098a8fea7e66e854217c568ffa2aacd0008c4239805b14e", 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.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mkv_chain-8c4a96ae8b1a08e1)
[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-9141edc7dd0d5f15)
[INFO] [stderr]      Running tests/version-number.rs (/opt/rustwide/target/debug/deps/version_number-04ac972ac9d5a4d4)
[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] [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' (27) 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:     0x5f6278877082 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6278877082 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6278877082 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6278877082 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6278887d1a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6278887d1a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5f6278845ad6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6278845ad6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6278856329 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6278856329 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f62788561c1 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f627881a7ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f627881a7ae - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6278856652 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f6278856652 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f62785b9a1b - std::panicking::begin_panic::{{closure}}::hfb09407a7d245656
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5f62785b9966 - std::sys::backtrace::__rust_end_short_backtrace::ha67da910f4fb2dc4
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f62785b99bf - std::panicking::begin_panic::hb5cc60ab9d578ded
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5f62785b975e - version_number::test_readme_deps::h17d67ed14ecca6ae
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version-number.rs:3:5
[INFO] [stdout]   19:     0x5f62785b9787 - version_number::test_readme_deps::{{closure}}::h42968287c711e66b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/version-number.rs:2:22
[INFO] [stdout]   20:     0x5f62785b9a86 - core::ops::function::FnOnce::call_once::h48fc5173eb61d5a4
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x5f627881a56b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f627881a56b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x5f627882df7a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x5f627882df7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x5f627882df7a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5f627882df7a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x5f627882df7a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x5f627882df7a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x5f627882df7a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x5f62788083d4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x5f62788083d4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x5f627880bd72 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x5f627880bd72 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x5f627880bd72 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x5f627880bd72 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x5f627880bd72 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x5f627880bd72 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x5f627880bd72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f627884cb5f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   40:     0x5f627884cb5f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   41:     0x75936d95baa4 - <unknown>
[INFO] [stdout]   42:     0x75936d9e8a64 - 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.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test version-number`
[INFO] running `Command { std: "docker" "inspect" "6c5da176e7c34ae07098a8fea7e66e854217c568ffa2aacd0008c4239805b14e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c5da176e7c34ae07098a8fea7e66e854217c568ffa2aacd0008c4239805b14e", kill_on_drop: false }`
[INFO] [stdout] 6c5da176e7c34ae07098a8fea7e66e854217c568ffa2aacd0008c4239805b14e
