[INFO] fetching crate command-rpc 0.1.12...
[INFO] checking command-rpc-0.1.12 against eff8269f797067c30555e77f160ec84c0ed15cd9 for pr-159356
[INFO] extracting crate command-rpc 0.1.12 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate command-rpc 0.1.12
[INFO] finished tweaking crates.io crate command-rpc 0.1.12
[INFO] tweaked toml for crates.io crate command-rpc 0.1.12 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate command-rpc 0.1.12 on toolchain eff8269f797067c30555e77f160ec84c0ed15cd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding syn v2.0.119 (available: v3.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `command_rpc` library target)
[INFO] [stderr] warning: `command-rpc` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d
[INFO] running `Command { std: "docker" "start" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d", 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" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d", 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" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `command_rpc` library target)
[INFO] [stderr] warning: `command-rpc` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]     Checking quote v1.0.47
[INFO] [stderr]     Checking syn v2.0.119
[INFO] [stderr]     Checking command-rpc v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `parse_quote`
[INFO] [stdout]   --> src/build_nested.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Token, parse_quote, Variant,
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `parse_quote`
[INFO] [stdout]   --> src/build_nested.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Token, parse_quote, Variant,
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `callback`
[INFO] [stdout]    --> src/lib.rs:107:14
[INFO] [stdout]     |
[INFO] [stdout] 107 | macro_rules! callback {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `parse`
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 | macro_rules! parse {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `callback`
[INFO] [stdout]    --> src/lib.rs:107:14
[INFO] [stdout]     |
[INFO] [stdout] 107 | macro_rules! callback {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `parse`
[INFO] [stdout]    --> src/lib.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 | macro_rules! parse {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/build_nested.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut same = false;
[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: unused variable: `same`
[INFO] [stdout]   --> src/build_nested.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut same = false;
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_same`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/build_nested.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut same = false;
[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: unused variable: `same`
[INFO] [stdout]   --> src/build_nested.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let mut same = false;
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_same`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `subcommands` is never used
[INFO] [stdout]   --> src/build_nested.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn subcommands(item: ItemMod) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `input_check` is never used
[INFO] [stdout]   --> src/checks.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn input_check(arg: &FnArg) -> std::io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `subcommands` is never used
[INFO] [stdout]   --> src/build_nested.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn subcommands(item: ItemMod) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `input_check` is never used
[INFO] [stdout]   --> src/checks.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn input_check(arg: &FnArg) -> std::io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
[INFO] running `Command { std: "docker" "inspect" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d", kill_on_drop: false }`
[INFO] [stdout] f45157f756a78bca3fdea99b91802dfd3227fc53a0be99d39d6a127f23642a3d
