[INFO] cloning repository https://github.com/soderstroff/defunct
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soderstroff/defunct" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoderstroff%2Fdefunct", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoderstroff%2Fdefunct'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a794b004ebac09034530bf6fc57da1bdbf33de42
[INFO] checking soderstroff/defunct/a794b004ebac09034530bf6fc57da1bdbf33de42 against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoderstroff%2Fdefunct" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/soderstroff/defunct
[INFO] finished tweaking git repo https://github.com/soderstroff/defunct
[INFO] tweaked toml for git repo https://github.com/soderstroff/defunct written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/soderstroff/defunct on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/soderstroff/defunct 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `defunct` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lazy_static v0.1.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad
[INFO] running `Command { std: "docker" "start" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `defunct` (manifest) generated 1 warning
[INFO] [stderr]     Checking lazy_static v0.1.11
[INFO] [stderr]     Checking defunct v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/data.rs:288:26
[INFO] [stdout]     |
[INFO] [stdout] 288 |             parent: Some((parent.clone())),
[INFO] [stdout]     |                          ^              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 288 -             parent: Some((parent.clone())),
[INFO] [stdout] 288 +             parent: Some(parent.clone()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/main.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 |         _ => {;}
[INFO] [stdout]    |               ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | / lazy_static! {
[INFO] [stdout] 273 | |     static ref PRIMITIVES: HashMap<String, fn(&Data) -> Data> = {
[INFO] [stdout] 274 | |         let mut p: HashMap<String, fn(&Data) -> Data> = HashMap::new();
[INFO] [stdout] 275 | |         for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt),
[INFO] [stdout] ...   |
[INFO] [stdout] 281 | |     };
[INFO] [stdout] 282 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | / lazy_static! {
[INFO] [stdout] 273 | |     static ref PRIMITIVES: HashMap<String, fn(&Data) -> Data> = {
[INFO] [stdout] 274 | |         let mut p: HashMap<String, fn(&Data) -> Data> = HashMap::new();
[INFO] [stdout] 275 | |         for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt),
[INFO] [stdout] ...   |
[INFO] [stdout] 281 | |     };
[INFO] [stdout] 282 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/data.rs:365:31
[INFO] [stdout]     |
[INFO] [stdout] 365 |             Nil => Float(f64::NAN),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/data.rs:372:35
[INFO] [stdout]     |
[INFO] [stdout] 372 |             if a < b { Float(f64::NAN) }
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/data.rs:288:26
[INFO] [stdout]     |
[INFO] [stdout] 288 |             parent: Some((parent.clone())),
[INFO] [stdout]     |                          ^              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 288 -             parent: Some((parent.clone())),
[INFO] [stdout] 288 +             parent: Some(parent.clone()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/main.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 |         _ => {;}
[INFO] [stdout]    |               ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | / lazy_static! {
[INFO] [stdout] 273 | |     static ref PRIMITIVES: HashMap<String, fn(&Data) -> Data> = {
[INFO] [stdout] 274 | |         let mut p: HashMap<String, fn(&Data) -> Data> = HashMap::new();
[INFO] [stdout] 275 | |         for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt),
[INFO] [stdout] ...   |
[INFO] [stdout] 281 | |     };
[INFO] [stdout] 282 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | / lazy_static! {
[INFO] [stdout] 273 | |     static ref PRIMITIVES: HashMap<String, fn(&Data) -> Data> = {
[INFO] [stdout] 274 | |         let mut p: HashMap<String, fn(&Data) -> Data> = HashMap::new();
[INFO] [stdout] 275 | |         for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt),
[INFO] [stdout] ...   |
[INFO] [stdout] 281 | |     };
[INFO] [stdout] 282 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/data.rs:365:31
[INFO] [stdout]     |
[INFO] [stdout] 365 |             Nil => Float(f64::NAN),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/data.rs:372:35
[INFO] [stdout]     |
[INFO] [stdout] 372 |             if a < b { Float(f64::NAN) }
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut stdin = std::io::stdin();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains an unused formatting placeholder
[INFO] [stdout]    --> src/data.rs:205:26
[INFO] [stdout]     |
[INFO] [stdout] 205 |             _ => panic!("{} is not a function."),
[INFO] [stdout]     |                          ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this message is not used as a format string when given without arguments, but will be in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add the missing argument
[INFO] [stdout]     |
[INFO] [stdout] 205 |             _ => panic!("{} is not a function.", ...),
[INFO] [stdout]     |                                                +++++
[INFO] [stdout] help: or add a "{}" format string to use the message literally
[INFO] [stdout]     |
[INFO] [stdout] 205 |             _ => panic!("{}", "{} is not a function."),
[INFO] [stdout]     |                         +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut stdin = std::io::stdin();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains an unused formatting placeholder
[INFO] [stdout]    --> src/data.rs:205:26
[INFO] [stdout]     |
[INFO] [stdout] 205 |             _ => panic!("{} is not a function."),
[INFO] [stdout]     |                          ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this message is not used as a format string when given without arguments, but will be in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add the missing argument
[INFO] [stdout]     |
[INFO] [stdout] 205 |             _ => panic!("{} is not a function.", ...),
[INFO] [stdout]     |                                                +++++
[INFO] [stdout] help: or add a "{}" format string to use the message literally
[INFO] [stdout]     |
[INFO] [stdout] 205 |             _ => panic!("{}", "{} is not a function."),
[INFO] [stdout]     |                         +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad", kill_on_drop: false }`
[INFO] [stdout] cb24de39c1ccffdcf1ff9b74ce841180beb6ecc1c8b27aeb8f8f819ef165dfad
