[INFO] fetching crate domafic 0.2.0...
[INFO] checking domafic-0.2.0 against 1.95.0 for pr-155915
[INFO] extracting crate domafic 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate domafic 0.2.0
[INFO] finished tweaking crates.io crate domafic 0.2.0
[INFO] tweaked toml for crates.io crate domafic 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate domafic 0.2.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.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.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded either_n v0.2.0
[INFO] [stderr]   Downloaded marksman_escape v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e07c0e9c7b8979959514f1788872a80d3bd5d44490a7fcc83dbe6a4cf37bdce
[INFO] running `Command { std: "docker" "start" "-a" "3e07c0e9c7b8979959514f1788872a80d3bd5d44490a7fcc83dbe6a4cf37bdce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e07c0e9c7b8979959514f1788872a80d3bd5d44490a7fcc83dbe6a4cf37bdce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e07c0e9c7b8979959514f1788872a80d3bd5d44490a7fcc83dbe6a4cf37bdce", kill_on_drop: false }`
[INFO] [stdout] 3e07c0e9c7b8979959514f1788872a80d3bd5d44490a7fcc83dbe6a4cf37bdce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c34014ece98c01b6d3ae7a896f4b0e0901f18209f119b631b913a3b565c55704
[INFO] running `Command { std: "docker" "start" "-a" "c34014ece98c01b6d3ae7a896f4b0e0901f18209f119b631b913a3b565c55704", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking either_n v0.2.0
[INFO] [stderr]     Checking marksman_escape v0.1.2
[INFO] [stderr]     Checking domafic v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/lib.rs:126:19
[INFO] [stdout]     |
[INFO] [stdout] 126 | #![cfg_attr(test, feature(conservative_impl_trait))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]     |
[INFO] [stdout]     = help: the feature `conservative_impl_trait` has been stable since `1.26.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/listener.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn handle_event(&self, Event) -> Message;
[INFO] [stdout]    |                            ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Event`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:315:13
[INFO] [stdout]     |
[INFO] [stdout] 315 |           div((
[INFO] [stdout]     |  _____________^
[INFO] [stdout] 316 | |             table((
[INFO] [stdout]     | |____________^
[INFO] [stdout] ...
[INFO] [stdout] 325 |               ))
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 326 | |         ))
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 315 ~         div(table((
[INFO] [stdout] 316 |                 if include_rows {
[INFO] [stdout] ...
[INFO] [stdout] 323 |                 }
[INFO] [stdout] 324 ~             )))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |               table((
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 317 | |                 if include_rows {
[INFO] [stdout]     | |________________^
[INFO] [stdout] ...
[INFO] [stdout] 324 |                   }
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 325 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 316 ~             table(if include_rows {
[INFO] [stdout] 317 |                     Either2::One((
[INFO] [stdout] ...
[INFO] [stdout] 322 |                     Either2::Two("sumthin else")
[INFO] [stdout] 323 ~                 })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:126:27
[INFO] [stdout]     |
[INFO] [stdout] 126 | #![cfg_attr(test, feature(conservative_impl_trait))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/listener.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn handle_event(&self, Event) -> Message;
[INFO] [stdout]    |                            ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Event`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `domafic` (lib test) due to 1 previous error; 4 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dom_node.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn displayable(&self) -> ::html_writer::HtmlDisplayable<Message, Self> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn displayable(&self) -> ::html_writer::HtmlDisplayable<'_, Message, Self> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dom_node.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn attributes(&self) -> AttributeIter<Message, Self> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     fn attributes(&self) -> AttributeIter<'_, Message, Self> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dom_node.rs:168:14
[INFO] [stdout]     |
[INFO] [stdout] 168 |     fn value(&self) -> DomValue;
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     fn value(&self) -> DomValue<'_>;
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dom_node.rs:220:14
[INFO] [stdout]     |
[INFO] [stdout] 220 |     fn value(&self) -> DomValue { self.0.value() }
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 220 |     fn value(&self) -> DomValue<'_> { self.0.value() }
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dom_node.rs:265:14
[INFO] [stdout]     |
[INFO] [stdout] 265 |     fn value(&self) -> DomValue { self.node.value() }
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 265 |     fn value(&self) -> DomValue<'_> { self.node.value() }
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dom_node.rs:301:14
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn value(&self) -> DomValue { self.node.value() }
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn value(&self) -> DomValue<'_> { self.node.value() }
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dom_node.rs:350:14
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn value(&self) -> DomValue { DomValue::Text(&self) }
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn value(&self) -> DomValue<'_> { DomValue::Text(&self) }
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dom_node.rs:376:14
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn value(&self) -> DomValue { DomValue::Text(self) }
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn value(&self) -> DomValue<'_> { DomValue::Text(self) }
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |                       &self.$nidx.process_all::<P>(acc)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/processors.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                   &self.$idx.process_all::<P>(acc)?;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout] ...
[INFO] [stdout] 211 | / tuple_impls!(
[INFO] [stdout] 212 | |     (9 => J),
[INFO] [stdout] 213 | |     (8 => I),
[INFO] [stdout] 214 | |     (7 => H),
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | |     (0 => A),
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 211 | let _ = tuple_impls!(
[INFO] [stdout]     | +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tags.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn value(&self) -> DomValue {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 224 |     fn value(&self) -> DomValue<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c34014ece98c01b6d3ae7a896f4b0e0901f18209f119b631b913a3b565c55704", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c34014ece98c01b6d3ae7a896f4b0e0901f18209f119b631b913a3b565c55704", kill_on_drop: false }`
[INFO] [stdout] c34014ece98c01b6d3ae7a896f4b0e0901f18209f119b631b913a3b565c55704
