[INFO] fetching crate either_n 0.2.0...
[INFO] testing either_n-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate either_n 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate either_n 0.2.0
[INFO] finished tweaking crates.io crate either_n 0.2.0
[INFO] tweaked toml for crates.io crate either_n 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate either_n 0.2.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ce42a7fa30e83cc2d90b392ea5465512f800af54dd035ef330b9c699228040b1
[INFO] running `Command { std: "docker" "start" "-a" "ce42a7fa30e83cc2d90b392ea5465512f800af54dd035ef330b9c699228040b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce42a7fa30e83cc2d90b392ea5465512f800af54dd035ef330b9c699228040b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce42a7fa30e83cc2d90b392ea5465512f800af54dd035ef330b9c699228040b1", kill_on_drop: false }`
[INFO] [stdout] ce42a7fa30e83cc2d90b392ea5465512f800af54dd035ef330b9c699228040b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7677c52f40d8fc94565306abcfd0745f2611bd2dd799914e435c3dadb4148b59
[INFO] running `Command { std: "docker" "start" "-a" "7677c52f40d8fc94565306abcfd0745f2611bd2dd799914e435c3dadb4148b59", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling either_n v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused macro definition: `reverse_idents`
[INFO] [stdout]   --> src/lib.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 | macro_rules! reverse_idents {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "7677c52f40d8fc94565306abcfd0745f2611bd2dd799914e435c3dadb4148b59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7677c52f40d8fc94565306abcfd0745f2611bd2dd799914e435c3dadb4148b59", kill_on_drop: false }`
[INFO] [stdout] 7677c52f40d8fc94565306abcfd0745f2611bd2dd799914e435c3dadb4148b59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] d4b67528a5c55520da30097d115c7e189c7bfe86e3597ecf1f7f98a1f6acb969
[INFO] running `Command { std: "docker" "start" "-a" "d4b67528a5c55520da30097d115c7e189c7bfe86e3597ecf1f7f98a1f6acb969", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unused macro definition: `reverse_idents`
[INFO] [stdout]   --> src/lib.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 | macro_rules! reverse_idents {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling either_n v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `reverse_idents`
[INFO] [stdout]   --> src/lib.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 | macro_rules! reverse_idents {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:389:33
[INFO] [stdout]     |
[INFO] [stdout] 389 |             _ => Either7::Seven(([()])),
[INFO] [stdout]     |                                 ^    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 389 -             _ => Either7::Seven(([()])),
[INFO] [stdout] 389 +             _ => Either7::Seven([()]),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:337:40
[INFO] [stdout]     |
[INFO] [stdout] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:333:79
[INFO] [stdout]     |
[INFO] [stdout] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:340:79
[INFO] [stdout]     |
[INFO] [stdout] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stdout]     |                                                                                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/lib.rs:332:76
[INFO] [stdout]     |
[INFO] [stdout] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stdout]     |                                                                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/lib.rs:339:76
[INFO] [stdout]     |
[INFO] [stdout] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | / impl_enums!(
[INFO] [stdout] 366 | |     (Either8, Eight, eight),
[INFO] [stdout] 367 | |     (Either7, Seven, seven),
[INFO] [stdout] 368 | |     (Either6, Six, six),
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |     (Either1, One, one),
[INFO] [stdout] 374 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "d4b67528a5c55520da30097d115c7e189c7bfe86e3597ecf1f7f98a1f6acb969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4b67528a5c55520da30097d115c7e189c7bfe86e3597ecf1f7f98a1f6acb969", kill_on_drop: false }`
[INFO] [stdout] d4b67528a5c55520da30097d115c7e189c7bfe86e3597ecf1f7f98a1f6acb969
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7aa6df18cdc321f3fe2170f0a1912db7e0e7cfbd14aadc8bc94d83e69c2fcd81
[INFO] running `Command { std: "docker" "start" "-a" "7aa6df18cdc321f3fe2170f0a1912db7e0e7cfbd14aadc8bc94d83e69c2fcd81", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused macro definition: `reverse_idents`
[INFO] [stderr]   --> src/lib.rs:41:14
[INFO] [stderr]    |
[INFO] [stderr] 41 | macro_rules! reverse_idents {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:337:40
[INFO] [stderr]     |
[INFO] [stderr] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stderr]     |                                          ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:337:40
[INFO] [stderr]     |
[INFO] [stderr] 337 |               fn cause(&self) -> Option<&Error> {
[INFO] [stderr]     |                                          ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:332:76
[INFO] [stderr]     |
[INFO] [stderr] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:333:79
[INFO] [stderr]     |
[INFO] [stderr] 333 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.description() ),*
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stderr]    --> src/lib.rs:339:76
[INFO] [stderr]     |
[INFO] [stderr] 339 |                       $enum_name_head::$n_titlecase_head(ref value) => value.cause(),
[INFO] [stderr]     |                                                                              ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stderr]    --> src/lib.rs:340:79
[INFO] [stderr]     |
[INFO] [stderr] 340 |                       $( $enum_name_head::$n_titlecase_tail(ref value) => value.cause() ),*
[INFO] [stderr]     |                                                                                 ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:332:76
[INFO] [stderr]     |
[INFO] [stderr] 332 |                       $enum_name_head::$n_titlecase_head(ref value) => value.description(),
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 | / impl_enums!(
[INFO] [stderr] 366 | |     (Either8, Eight, eight),
[INFO] [stderr] 367 | |     (Either7, Seven, seven),
[INFO] [stderr] 368 | |     (Either6, Six, six),
[INFO] [stderr] ...   |
[INFO] [stderr] 373 | |     (Either1, One, one),
[INFO] [stderr] 374 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_enums` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `either_n` (lib) generated 39 warnings (31 duplicates)
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/lib.rs:389:33
[INFO] [stderr]     |
[INFO] [stderr] 389 |             _ => Either7::Seven(([()])),
[INFO] [stderr]     |                                 ^    ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 389 -             _ => Either7::Seven(([()])),
[INFO] [stderr] 389 +             _ => Either7::Seven([()]),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `either_n` (lib test) generated 40 warnings (39 duplicates) (run `cargo fix --lib -p either_n --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/either_n-a354396f4a7e69d3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests either_n
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 6) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7aa6df18cdc321f3fe2170f0a1912db7e0e7cfbd14aadc8bc94d83e69c2fcd81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7aa6df18cdc321f3fe2170f0a1912db7e0e7cfbd14aadc8bc94d83e69c2fcd81", kill_on_drop: false }`
[INFO] [stdout] 7aa6df18cdc321f3fe2170f0a1912db7e0e7cfbd14aadc8bc94d83e69c2fcd81
