[INFO] cloning repository https://github.com/jsonwisdom/base
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsonwisdom/base" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsonwisdom%2Fbase", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsonwisdom%2Fbase'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2eb95aa4042826cf10c4148cf20df61a3e6d4072
[INFO] testing jsonwisdom/base against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsonwisdom%2Fbase" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jsonwisdom/base
[INFO] finished tweaking git repo https://github.com/jsonwisdom/base
[INFO] tweaked toml for git repo https://github.com/jsonwisdom/base written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jsonwisdom/base on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jsonwisdom/base already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-genesis` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-engine` (manifest) generated 32 warnings
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-action-harness` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-proof-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-prover-nitro-host` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-consensus` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `based-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-precompile-storage` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-flashblocks` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-ethereum-host-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-enclave` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-chains` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-peers` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-ring-buffer` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-metering` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-build-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-protocol` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-disc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-engine-tree` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-outbox` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-health` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-gossip` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-txpool` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-metering` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-flashblocks-node` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-txpool-tracing` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-runtime` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-challenger-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-attestation-prover` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `websocket-proxy` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-prover-zk` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-upgrades` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-registrar` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-host` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-prove` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-providers` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-challenger` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-evm` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-chainspec` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-signer` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-load-tests` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-node-runner` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-payload-builder` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-verifier` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proposer-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-test-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `audit-archiver-lib` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-sources` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-consensus` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-jwt` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-client` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-service` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-safedb` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-elfs` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-driver` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-executor` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `audit-archiver` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `websocket-proxy-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `devnet` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-cli-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-node` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-signer-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-balance-monitor` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-tx-forwarding` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-evm` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-contracts` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-bundle-extension` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-load-tester-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-service` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-txpool-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-comp` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-mpt` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-encoder` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-tx-manager` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-publish` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-network` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-primitives` (manifest) generated 32 warnings
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-witness-diff` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-blobs` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-metrics` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-preimage` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-flz` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-admin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-host` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-db` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `basectl-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-derive` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-bundles` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-source` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-client-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-registrar-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-reth-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proofs-extension` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `ingress-rpc-lib` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-ethereum-client-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-snark-e2e` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proposer` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-rpc-types-engine` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-exex` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-trie` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-flashblocks` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-core` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-client` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-precompile-macros` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-node-core` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-precompiles` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `based` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-core` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `basectl` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-rpc-types` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-prover-nitro-enclave` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-scripts` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-validity` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-host-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-reth-node` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-access-lists` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `ingress-rpc` (manifest) generated 32 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647
[INFO] running `Command { std: "docker" "start" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/proposer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proposer-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-prover-nitro-host` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/prove/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-prove` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/consensus/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-consensus` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-storage/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-precompile-storage` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-flashblocks` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/peers/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-peers` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/chains/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-chains` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/ring-buffer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-ring-buffer` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/metering/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-metering` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-ethereum-host-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/protocol/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-protocol` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/disc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-disc` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/consensus/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/audit-archiver/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `audit-archiver` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/websocket-proxy/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `websocket-proxy-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/engine-tree/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-engine-tree` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-client` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/batcher/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/health/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-health` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/gossip/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-gossip` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-txpool` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/metering/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-metering` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/flashblocks-node/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-flashblocks-node` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-tracing/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-txpool-tracing` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/runtime/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-runtime` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/zk/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-prover-zk` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/websocket-proxy/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `websocket-proxy` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/upgrades/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-upgrades` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/elfs/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-elfs` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/builder/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/load-tester/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-load-tester-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/providers/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-providers` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/challenge/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-challenger` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/evm/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-evm` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/load-tests/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-load-tests` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/chainspec/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-chainspec` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/signer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-signer` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/validity/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-validity` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/runner/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-node-runner` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/payload/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-payload-builder` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/signer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-signer-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/test-utils/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-test-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/sources/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-sources` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/audit/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `audit-archiver-lib` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/consensus/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-consensus` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/jwt/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-jwt` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-client` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/service/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-service` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover-registrar/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-registrar-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/safedb/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-safedb` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/driver/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-driver` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/executor/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-executor` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-enclave/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-enclave` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/base/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-cli-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: devnet/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `devnet` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/service/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-node` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/outbox/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-outbox` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/balance-monitor/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-balance-monitor` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-client-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/tx-forwarding/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-tx-forwarding` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-attestation-prover/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-attestation-prover` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-host` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/evm/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-evm` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/contracts/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-contracts` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/basectl/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `basectl` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/bundle/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-bundle-extension` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/registrar/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-registrar` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/txpool-rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-txpool-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/comp/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-comp` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/tx-manager/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-tx-manager` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/encoder/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-encoder` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/publish/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-publish` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/primitives/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-primitives` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/mpt/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-mpt` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/network/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-network` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/node/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-reth-node` (manifest) generated 32 warnings
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: etc/tools/witness-diff/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-witness-diff` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/blobs/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-blobs` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-host` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/metrics/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-metrics` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flz/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-flz` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/preimage/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-preimage` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/admin/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-admin` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/ingress-rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `ingress-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/basectl/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `basectl-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/derive/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-derive` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/bundles/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-bundles` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-rpc` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/source/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-source` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/tee/nitro-verifier/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-tee-nitro-verifier` (manifest) generated 32 warnings
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: actions/harness/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-action-harness` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proof/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/utilities/reth-cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-reth-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/proofs/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proofs-extension` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/ingress-rpc/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `ingress-rpc-lib` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/snark-e2e/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-snark-e2e` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/proposer/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proposer` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/based/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `based-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types-engine/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-rpc-types-engine` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/ethereum/client/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-ethereum-client-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/scripts/utils/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-scripts` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/host/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-host-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/exex/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-exex` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/trie/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-trie` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/flashblocks/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-flashblocks` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/batcher/core/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-batcher-core` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompile-macros/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-precompile-macros` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/node/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-node-core` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/precompiles/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-precompiles` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/infra/based/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `based` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/builder/core/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-builder-core` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/proof/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-proof-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/challenger/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-challenger-bin` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/rpc-types/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-rpc-types` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/execution/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-execution-cli` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/service/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-service` (manifest) generated 32 warnings
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: bin/prover/nitro-enclave/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-prover-nitro-enclave` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/access-lists/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-access-lists` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/succinct/utils/build/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-proof-succinct-build-utils` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/proof/zk/db/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-zk-db` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/common/genesis/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-common-genesis` (manifest) generated 32 warnings
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.explicit-into-iter-loop` is deprecated in favor of `lints.clippy.explicit_into_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.explicit-iter-loop` is deprecated in favor of `lints.clippy.explicit_iter_loop` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.manual-string-new` is deprecated in favor of `lints.clippy.manual_string_new` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.or-fun-call` is deprecated in favor of `lints.clippy.or_fun_call` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.redundant-else` is deprecated in favor of `lints.clippy.redundant_else` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.string-lit-as-bytes` is deprecated in favor of `lints.clippy.string_lit_as_bytes` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.unnecessary-to-owned` is deprecated in favor of `lints.clippy.unnecessary_to_owned` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.rust-2018-idioms` is deprecated in favor of `lints.rust.rust_2018_idioms` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/consensus/engine/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `base-consensus-engine` (manifest) generated 32 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling addchain v0.2.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling cmov v0.5.3
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling borsh v1.6.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling secp256k1-sys v0.11.0
[INFO] [stderr]    Compiling const-hex v1.19.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling keccak v0.2.0
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling sha3 v0.11.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] running `Command { std: "docker" "inspect" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647", kill_on_drop: false }`
[INFO] [stdout] 412849496bf292498780d5444e925886c629e4a8248b4af592e73ab1503d7647
