[INFO] fetching crate fractal-utils 0.3.4...
[INFO] checking fractal-utils-0.3.4 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate fractal-utils 0.3.4 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate fractal-utils 0.3.4 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fractal-utils 0.3.4
[INFO] finished tweaking crates.io crate fractal-utils 0.3.4
[INFO] tweaked toml for crates.io crate fractal-utils 0.3.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rust-base58 v0.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe84f3b1fabc0df10ba25b2513b53ec16567a52fa16236a56a79012d4bfa8e74
[INFO] running `Command { std: "docker" "start" "-a" "fe84f3b1fabc0df10ba25b2513b53ec16567a52fa16236a56a79012d4bfa8e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe84f3b1fabc0df10ba25b2513b53ec16567a52fa16236a56a79012d4bfa8e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe84f3b1fabc0df10ba25b2513b53ec16567a52fa16236a56a79012d4bfa8e74", kill_on_drop: false }`
[INFO] [stdout] fe84f3b1fabc0df10ba25b2513b53ec16567a52fa16236a56a79012d4bfa8e74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14f0743c4e80fdb07534d0c6f957135ad63cc8dbfb258d78e38f38e937558a30
[INFO] running `Command { std: "docker" "start" "-a" "14f0743c4e80fdb07534d0c6f957135ad63cc8dbfb258d78e38f38e937558a30", kill_on_drop: false }`
[INFO] [stderr]     Checking rust-base58 v0.0.4
[INFO] [stderr]     Checking fractal-utils v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: deny(deprecated) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]    = note: `#[warn(forbidden_lint_groups)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(deprecated) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]    = note: `#[warn(forbidden_lint_groups)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(improper_ctypes) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(improper_ctypes) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(non_shorthand_field_patterns) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(non_shorthand_field_patterns) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(stable_features) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:15:74
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(stable_features) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:15:74
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unconditional_recursion) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unknown_lints) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unconditional_recursion) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                                             ^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unknown_lints) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                                             ^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused_comparisons) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(while_true) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:57
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |                                                         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused_comparisons) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: warn(unused_extern_crates) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:18:55
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 18 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(while_true) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:57
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |                                                         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: warn(unused_extern_crates) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:18:55
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 18 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `plugin_as_library` has been removed: plugins have been deprecated and retired
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_fns` has been removed: no longer a warning, `#[no_mangle]` functions always exported
[INFO] [stdout]   --> src/lib.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stdout]   --> src/lib.rs:15:47
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(trivial_numeric_casts) incompatible with previous forbid
[INFO] [stdout]   --> src/amount.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![allow(trivial_numeric_casts)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:62
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:78
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `plugin_as_library` has been removed: plugins have been deprecated and retired
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_fns` has been removed: no longer a warning, `#[no_mangle]` functions always exported
[INFO] [stdout]   --> src/lib.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stdout]   --> src/lib.rs:15:47
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(trivial_numeric_casts) incompatible with previous forbid
[INFO] [stdout]   --> src/amount.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![allow(trivial_numeric_casts)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:62
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:78
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/amount.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[forbid(bare_trait_objects)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/amount.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[forbid(bare_trait_objects)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/wallet_address.rs:211:32
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/wallet_address.rs:211:32
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `cause` is never read
[INFO] [stdout]    --> src/wallet_address.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub struct WalletAddressParseError {
[INFO] [stdout]     |            ----------------------- field in this struct
[INFO] [stdout] 181 |     description: String,
[INFO] [stdout] 182 |     cause: Option<FromBase58Error>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WalletAddressParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[forbid(dead_code)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `cause` is never read
[INFO] [stdout]    --> src/wallet_address.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub struct WalletAddressParseError {
[INFO] [stdout]     |            ----------------------- field in this struct
[INFO] [stdout] 181 |     description: String,
[INFO] [stdout] 182 |     cause: Option<FromBase58Error>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WalletAddressParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[forbid(dead_code)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fractal-utils` (lib) due to 11 previous errors; 11 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fractal-utils` (lib test) due to 11 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "14f0743c4e80fdb07534d0c6f957135ad63cc8dbfb258d78e38f38e937558a30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14f0743c4e80fdb07534d0c6f957135ad63cc8dbfb258d78e38f38e937558a30", kill_on_drop: false }`
[INFO] [stdout] 14f0743c4e80fdb07534d0c6f957135ad63cc8dbfb258d78e38f38e937558a30
[INFO] checking fractal-utils-0.3.4 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate fractal-utils 0.3.4 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate fractal-utils 0.3.4 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fractal-utils 0.3.4
[INFO] finished tweaking crates.io crate fractal-utils 0.3.4
[INFO] tweaked toml for crates.io crate fractal-utils 0.3.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 31a0ffd3e34bc70905863e33ddec9273eecf516e107b7493390d0bfaee5d7b71
[INFO] running `Command { std: "docker" "start" "-a" "31a0ffd3e34bc70905863e33ddec9273eecf516e107b7493390d0bfaee5d7b71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "31a0ffd3e34bc70905863e33ddec9273eecf516e107b7493390d0bfaee5d7b71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31a0ffd3e34bc70905863e33ddec9273eecf516e107b7493390d0bfaee5d7b71", kill_on_drop: false }`
[INFO] [stdout] 31a0ffd3e34bc70905863e33ddec9273eecf516e107b7493390d0bfaee5d7b71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aded6dd27b9cea95cc0d0d7949df0f96fb8917f5e0ff94d78d4444dc6aceabdb
[INFO] running `Command { std: "docker" "start" "-a" "aded6dd27b9cea95cc0d0d7949df0f96fb8917f5e0ff94d78d4444dc6aceabdb", kill_on_drop: false }`
[INFO] [stderr]     Checking rust-base58 v0.0.4
[INFO] [stderr]     Checking fractal-utils v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: deny(deprecated) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]    = note: `#[warn(forbidden_lint_groups)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(improper_ctypes) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(deprecated) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]    = note: `#[warn(forbidden_lint_groups)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(non_shorthand_field_patterns) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(stable_features) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:15:74
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(improper_ctypes) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unconditional_recursion) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(non_shorthand_field_patterns) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unknown_lints) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(stable_features) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:15:74
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                                             ^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unconditional_recursion) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unknown_lints) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused_comparisons) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes,
[INFO] [stdout]    |                                             ^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(while_true) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:57
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |                                                         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: warn(unused_extern_crates) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:18:55
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 18 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(unused_comparisons) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: deny(while_true) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:17:57
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unused_comparisons, unused_features, unused_parens, while_true)]
[INFO] [stdout]    |                                                         ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: warn(unused_extern_crates) incompatible with previous forbid
[INFO] [stdout]   --> src/lib.rs:18:55
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 18 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `plugin_as_library` has been removed: plugins have been deprecated and retired
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_fns` has been removed: no longer a warning, `#[no_mangle]` functions always exported
[INFO] [stdout]   --> src/lib.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stdout]   --> src/lib.rs:15:47
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(trivial_numeric_casts) incompatible with previous forbid
[INFO] [stdout]   --> src/amount.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![allow(trivial_numeric_casts)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:62
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `plugin_as_library` has been removed: plugins have been deprecated and retired
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:78
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_fns` has been removed: no longer a warning, `#[no_mangle]` functions always exported
[INFO] [stdout]   --> src/lib.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported
[INFO] [stdout]   --> src/lib.rs:15:47
[INFO] [stdout]    |
[INFO] [stdout] 15 |     plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(trivial_numeric_casts) incompatible with previous forbid
[INFO] [stdout]   --> src/amount.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![allow(trivial_numeric_casts)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![forbid(missing_docs, warnings)]
[INFO] [stdout]    |                         -------- `forbid` level set here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:62
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/wallet_address.rs:74:78
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[derive(Eq, PartialEq, PartialOrd, Ord, Debug, Clone, Copy, RustcEncodable, RustcDecodable)]
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/location.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)]
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/amount.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[forbid(bare_trait_objects)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/amount.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[forbid(bare_trait_objects)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/wallet_address.rs:211:32
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/wallet_address.rs:211:32
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 211 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `cause` is never read
[INFO] [stdout]    --> src/wallet_address.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub struct WalletAddressParseError {
[INFO] [stdout]     |            ----------------------- field in this struct
[INFO] [stdout] 181 |     description: String,
[INFO] [stdout] 182 |     cause: Option<FromBase58Error>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WalletAddressParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[forbid(dead_code)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `cause` is never read
[INFO] [stdout]    --> src/wallet_address.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub struct WalletAddressParseError {
[INFO] [stdout]     |            ----------------------- field in this struct
[INFO] [stdout] 181 |     description: String,
[INFO] [stdout] 182 |     cause: Option<FromBase58Error>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WalletAddressParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[forbid(dead_code)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fractal-utils` (lib test) due to 11 previous errors; 11 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fractal-utils` (lib) due to 11 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "aded6dd27b9cea95cc0d0d7949df0f96fb8917f5e0ff94d78d4444dc6aceabdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aded6dd27b9cea95cc0d0d7949df0f96fb8917f5e0ff94d78d4444dc6aceabdb", kill_on_drop: false }`
[INFO] [stdout] aded6dd27b9cea95cc0d0d7949df0f96fb8917f5e0ff94d78d4444dc6aceabdb
