[INFO] fetching crate either_n 0.2.0...
[INFO] testing either_n-0.2.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate either_n 0.2.0 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate either_n 0.2.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "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-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b67a8620d3abed9baf5402627bba3dc9e92d57b50413a0cc17b4306dd0725061
[INFO] running `Command { std: "docker" "start" "-a" "b67a8620d3abed9baf5402627bba3dc9e92d57b50413a0cc17b4306dd0725061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b67a8620d3abed9baf5402627bba3dc9e92d57b50413a0cc17b4306dd0725061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b67a8620d3abed9baf5402627bba3dc9e92d57b50413a0cc17b4306dd0725061", kill_on_drop: false }`
[INFO] [stdout] b67a8620d3abed9baf5402627bba3dc9e92d57b50413a0cc17b4306dd0725061
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f53813b2287a7f958f7ab0c026f3e741bd3fa21e14669ab5d211a7daa72349d0
[INFO] running `Command { std: "docker" "start" "-a" "f53813b2287a7f958f7ab0c026f3e741bd3fa21e14669ab5d211a7daa72349d0", 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)]` 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)]` 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.54s
[INFO] running `Command { std: "docker" "inspect" "f53813b2287a7f958f7ab0c026f3e741bd3fa21e14669ab5d211a7daa72349d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f53813b2287a7f958f7ab0c026f3e741bd3fa21e14669ab5d211a7daa72349d0", kill_on_drop: false }`
[INFO] [stdout] f53813b2287a7f958f7ab0c026f3e741bd3fa21e14669ab5d211a7daa72349d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a81a4fa97a1a6bbf0789be38eabf99933aa628d872c96ac0bb27cacdeb335564
[INFO] running `Command { std: "docker" "start" "-a" "a81a4fa97a1a6bbf0789be38eabf99933aa628d872c96ac0bb27cacdeb335564", 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)]` 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)]` 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] [stderr]    Compiling either_n v0.2.0 (/opt/rustwide/workdir)
[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)]` 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)]` 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)]` 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.84s
[INFO] running `Command { std: "docker" "inspect" "a81a4fa97a1a6bbf0789be38eabf99933aa628d872c96ac0bb27cacdeb335564", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a81a4fa97a1a6bbf0789be38eabf99933aa628d872c96ac0bb27cacdeb335564", kill_on_drop: false }`
[INFO] [stdout] a81a4fa97a1a6bbf0789be38eabf99933aa628d872c96ac0bb27cacdeb335564
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0b13fdb7639e2ebdbcc954b3e6115cdf91a9ced19ab0b6091bd1eb33045abfc7
[INFO] running `Command { std: "docker" "start" "-a" "0b13fdb7639e2ebdbcc954b3e6115cdf91a9ced19ab0b6091bd1eb33045abfc7", 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)]` 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)]` 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)]` 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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/either_n-da1c0074c029a93e)
[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.00s
[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.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0b13fdb7639e2ebdbcc954b3e6115cdf91a9ced19ab0b6091bd1eb33045abfc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b13fdb7639e2ebdbcc954b3e6115cdf91a9ced19ab0b6091bd1eb33045abfc7", kill_on_drop: false }`
[INFO] [stdout] 0b13fdb7639e2ebdbcc954b3e6115cdf91a9ced19ab0b6091bd1eb33045abfc7
