[INFO] cloning repository https://github.com/maccoda/made-up
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maccoda/made-up" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccoda%2Fmade-up", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccoda%2Fmade-up'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 679f10debf0bca720b033870ef59e43416200ea3
[INFO] checking maccoda/made-up against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccoda%2Fmade-up" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/maccoda/made-up on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/maccoda/made-up
[INFO] finished tweaking git repo https://github.com/maccoda/made-up
[INFO] tweaked toml for git repo https://github.com/maccoda/made-up written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/maccoda/made-up 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest v0.3.3
[INFO] [stderr]   Downloaded yaml-rust v0.4.4
[INFO] [stderr]   Downloaded same-file v0.1.3
[INFO] [stderr]   Downloaded linked-hash-map v0.5.3
[INFO] [stderr]   Downloaded hermit-abi v0.1.14
[INFO] [stderr]   Downloaded walkdir v1.0.7
[INFO] [stderr]   Downloaded handlebars v0.29.1
[INFO] [stderr]   Downloaded pulldown-cmark v0.0.14
[INFO] [stderr]   Downloaded syn v1.0.31
[INFO] [stderr]   Downloaded ucd-util v0.1.8
[INFO] [stderr]   Downloaded serde_json v1.0.55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e9cd7738a5b2976b71982973954ffa6dc1fe59d9cc7036f8a9ed70c465ef9ca
[INFO] running `Command { std: "docker" "start" "-a" "2e9cd7738a5b2976b71982973954ffa6dc1fe59d9cc7036f8a9ed70c465ef9ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e9cd7738a5b2976b71982973954ffa6dc1fe59d9cc7036f8a9ed70c465ef9ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e9cd7738a5b2976b71982973954ffa6dc1fe59d9cc7036f8a9ed70c465ef9ca", kill_on_drop: false }`
[INFO] [stdout] 2e9cd7738a5b2976b71982973954ffa6dc1fe59d9cc7036f8a9ed70c465ef9ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bda0c4f35b63d06d5042190f54d393b8f9ba8a94f726bcd14d7a9ace4018cf7f
[INFO] running `Command { std: "docker" "start" "-a" "bda0c4f35b63d06d5042190f54d393b8f9ba8a94f726bcd14d7a9ace4018cf7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling serde v1.0.111
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.18
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]    Compiling serde_json v1.0.55
[INFO] [stderr]     Checking ucd-util v0.1.8
[INFO] [stderr]    Compiling syn v1.0.31
[INFO] [stderr]     Checking gimli v0.21.0
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]     Checking linked-hash-map v0.5.3
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]    Compiling pulldown-cmark v0.0.14
[INFO] [stderr]     Checking object v0.19.0
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking bitflags v0.8.2
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking yaml-rust v0.4.4
[INFO] [stderr]     Checking pest v0.3.3
[INFO] [stderr]     Checking dtoa v0.4.5
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking same-file v0.1.3
[INFO] [stderr]     Checking walkdir v1.0.7
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.33.1
[INFO] [stderr]     Checking addr2line v0.12.1
[INFO] [stderr]     Checking backtrace v0.3.48
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking serde_yaml v0.7.5
[INFO] [stderr]    Compiling serde_derive v1.0.111
[INFO] [stderr]     Checking handlebars v0.29.1
[INFO] [stderr]     Checking made-up v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// Error type for the conversion of the markdown files to the static site.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// Error type for the conversion of the markdown files to the static site.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &AsRef<Path>, config: &config::Configuration) -> Result<()> {
[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: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &dyn AsRef<Path>, config: &config::Configuration) -> Result<()> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &AsRef<Path>, config: &config::Configuration) -> Result<()> {
[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: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &dyn AsRef<Path>, config: &config::Configuration) -> Result<()> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/config/config_macro.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |               impl RawConfiguration {
[INFO] [stdout]    |               --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |                   fn from<P: AsRef<Path>>(config_path: P) ->
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | /     configuration! {
[INFO] [stdout] 80 | |         stylesheet, String, "".to_string();
[INFO] [stdout] 81 | |         gen_index, bool, false;
[INFO] [stdout] 82 | |         out_dir, String, "out".to_string();
[INFO] [stdout] 83 | |         copy_resources, bool, true;
[INFO] [stdout] 84 | |         title, String, "title".to_string()
[INFO] [stdout] 85 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/config/config_macro.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |               impl Configuration {
[INFO] [stdout]    |               ------------------ associated function in this implementation
[INFO] [stdout] 47 |                   /// Obtain a `Configuration` from the path provided.
[INFO] [stdout] 48 |                   pub fn from<P: AsRef<Path>>(path: P) -> Result<Configuration> {
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | /     configuration! {
[INFO] [stdout] 80 | |         stylesheet, String, "".to_string();
[INFO] [stdout] 81 | |         gen_index, bool, false;
[INFO] [stdout] 82 | |         out_dir, String, "out".to_string();
[INFO] [stdout] 83 | |         copy_resources, bool, true;
[INFO] [stdout] 84 | |         title, String, "title".to_string()
[INFO] [stdout] 85 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 12.14s
[INFO] running `Command { std: "docker" "inspect" "bda0c4f35b63d06d5042190f54d393b8f9ba8a94f726bcd14d7a9ace4018cf7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bda0c4f35b63d06d5042190f54d393b8f9ba8a94f726bcd14d7a9ace4018cf7f", kill_on_drop: false }`
[INFO] [stdout] bda0c4f35b63d06d5042190f54d393b8f9ba8a94f726bcd14d7a9ace4018cf7f
[INFO] checking maccoda/made-up against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccoda%2Fmade-up" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/maccoda/made-up on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/maccoda/made-up
[INFO] finished tweaking git repo https://github.com/maccoda/made-up
[INFO] tweaked toml for git repo https://github.com/maccoda/made-up written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/maccoda/made-up 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c356f0fdc0011bcc130d4a3a9716616d4774ea08bfcb12b0488e708b6b24c79
[INFO] running `Command { std: "docker" "start" "-a" "4c356f0fdc0011bcc130d4a3a9716616d4774ea08bfcb12b0488e708b6b24c79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c356f0fdc0011bcc130d4a3a9716616d4774ea08bfcb12b0488e708b6b24c79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c356f0fdc0011bcc130d4a3a9716616d4774ea08bfcb12b0488e708b6b24c79", kill_on_drop: false }`
[INFO] [stdout] 4c356f0fdc0011bcc130d4a3a9716616d4774ea08bfcb12b0488e708b6b24c79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9b0c26fb5ca5ea7856a528c3e11ba4c06231eda31e7bfe31e5d095d38c2e824
[INFO] running `Command { std: "docker" "start" "-a" "e9b0c26fb5ca5ea7856a528c3e11ba4c06231eda31e7bfe31e5d095d38c2e824", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling proc-macro2 v1.0.18
[INFO] [stderr]    Compiling serde v1.0.111
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]     Checking gimli v0.21.0
[INFO] [stderr]     Checking ucd-util v0.1.8
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling serde_json v1.0.55
[INFO] [stderr]    Compiling syn v1.0.31
[INFO] [stderr]    Compiling pulldown-cmark v0.0.14
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]     Checking linked-hash-map v0.5.3
[INFO] [stderr]     Checking object v0.19.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking yaml-rust v0.4.4
[INFO] [stderr]     Checking pest v0.3.3
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking dtoa v0.4.5
[INFO] [stderr]     Checking same-file v0.1.3
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking bitflags v0.8.2
[INFO] [stderr]     Checking walkdir v1.0.7
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.33.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking addr2line v0.12.1
[INFO] [stderr]     Checking backtrace v0.3.48
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking serde_yaml v0.7.5
[INFO] [stderr]    Compiling serde_derive v1.0.111
[INFO] [stderr]     Checking handlebars v0.29.1
[INFO] [stderr]     Checking made-up v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// Error type for the conversion of the markdown files to the static site.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &AsRef<Path>, config: &config::Configuration) -> Result<()> {
[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: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &dyn AsRef<Path>, config: &config::Configuration) -> Result<()> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// Error type for the conversion of the markdown files to the static site.
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &AsRef<Path>, config: &config::Configuration) -> Result<()> {
[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: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn handle_config(root_dir: &dyn AsRef<Path>, config: &config::Configuration) -> Result<()> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / error_chain! {
[INFO] [stdout] 29 | |     foreign_links {
[INFO] [stdout] 30 | |         IO(std::io::Error);
[INFO] [stdout] 31 | |         Template(handlebars::RenderError);
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     }
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/config/config_macro.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |               #[derive(Serialize, Deserialize, Debug)]
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/config/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / configuration!{
[INFO] [stdout] 13 | |     stylesheet, Vec<String>, vec![];
[INFO] [stdout] 14 | |     index_template, Option<String>, None;
[INFO] [stdout] 15 | |     out_dir, String, "out".to_string();
[INFO] [stdout] 16 | |     copy_resources, bool, true;
[INFO] [stdout] 17 | |     title, String, "Title".to_string()
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_RawConfiguration`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/config/config_macro.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 |               #[derive(Serialize, Deserialize, Debug)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/config/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / configuration!{
[INFO] [stdout] 13 | |     stylesheet, Vec<String>, vec![];
[INFO] [stdout] 14 | |     index_template, Option<String>, None;
[INFO] [stdout] 15 | |     out_dir, String, "out".to_string();
[INFO] [stdout] 16 | |     copy_resources, bool, true;
[INFO] [stdout] 17 | |     title, String, "Title".to_string()
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_RawConfiguration`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/templates.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_Element`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `made-up` (lib) due to 4 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/config/config_macro.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |               impl RawConfiguration {
[INFO] [stdout]    |               --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |                   fn from<P: AsRef<Path>>(config_path: P) ->
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | /     configuration! {
[INFO] [stdout] 80 | |         stylesheet, String, "".to_string();
[INFO] [stdout] 81 | |         gen_index, bool, false;
[INFO] [stdout] 82 | |         out_dir, String, "out".to_string();
[INFO] [stdout] 83 | |         copy_resources, bool, true;
[INFO] [stdout] 84 | |         title, String, "title".to_string()
[INFO] [stdout] 85 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/config/config_macro.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |               impl Configuration {
[INFO] [stdout]    |               ------------------ associated function in this implementation
[INFO] [stdout] 47 |                   /// Obtain a `Configuration` from the path provided.
[INFO] [stdout] 48 |                   pub fn from<P: AsRef<Path>>(path: P) -> Result<Configuration> {
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | /     configuration! {
[INFO] [stdout] 80 | |         stylesheet, String, "".to_string();
[INFO] [stdout] 81 | |         gen_index, bool, false;
[INFO] [stdout] 82 | |         out_dir, String, "out".to_string();
[INFO] [stdout] 83 | |         copy_resources, bool, true;
[INFO] [stdout] 84 | |         title, String, "title".to_string()
[INFO] [stdout] 85 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/config/config_macro.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |               #[derive(Serialize, Deserialize, Debug)]
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/config/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / configuration!{
[INFO] [stdout] 13 | |     stylesheet, Vec<String>, vec![];
[INFO] [stdout] 14 | |     index_template, Option<String>, None;
[INFO] [stdout] 15 | |     out_dir, String, "out".to_string();
[INFO] [stdout] 16 | |     copy_resources, bool, true;
[INFO] [stdout] 17 | |     title, String, "Title".to_string()
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_RawConfiguration`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/config/config_macro.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 |               #[derive(Serialize, Deserialize, Debug)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/config/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / configuration!{
[INFO] [stdout] 13 | |     stylesheet, Vec<String>, vec![];
[INFO] [stdout] 14 | |     index_template, Option<String>, None;
[INFO] [stdout] 15 | |     out_dir, String, "out".to_string();
[INFO] [stdout] 16 | |     copy_resources, bool, true;
[INFO] [stdout] 17 | |     title, String, "Title".to_string()
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_RawConfiguration`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/config/config_macro.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |               #[derive(Serialize, Deserialize, Debug)]
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | /     configuration! {
[INFO] [stdout] 80 | |         stylesheet, String, "".to_string();
[INFO] [stdout] 81 | |         gen_index, bool, false;
[INFO] [stdout] 82 | |         out_dir, String, "out".to_string();
[INFO] [stdout] 83 | |         copy_resources, bool, true;
[INFO] [stdout] 84 | |         title, String, "title".to_string()
[INFO] [stdout] 85 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_RawConfiguration`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/config/config_macro.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 |               #[derive(Serialize, Deserialize, Debug)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 | /     configuration! {
[INFO] [stdout] 80 | |         stylesheet, String, "".to_string();
[INFO] [stdout] 81 | |         gen_index, bool, false;
[INFO] [stdout] 82 | |         out_dir, String, "out".to_string();
[INFO] [stdout] 83 | |         copy_resources, bool, true;
[INFO] [stdout] 84 | |         title, String, "title".to_string()
[INFO] [stdout] 85 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_RawConfiguration`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `configuration` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/templates.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Serialize)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_Element`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `made-up` (lib test) due to 6 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e9b0c26fb5ca5ea7856a528c3e11ba4c06231eda31e7bfe31e5d095d38c2e824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9b0c26fb5ca5ea7856a528c3e11ba4c06231eda31e7bfe31e5d095d38c2e824", kill_on_drop: false }`
[INFO] [stdout] e9b0c26fb5ca5ea7856a528c3e11ba4c06231eda31e7bfe31e5d095d38c2e824
