[INFO] fetching crate aschord 0.3.4...
[INFO] checking aschord-0.3.4 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate aschord 0.3.4 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate aschord 0.3.4 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 crates.io crate aschord 0.3.4
[INFO] finished tweaking crates.io crate aschord 0.3.4
[INFO] tweaked toml for crates.io crate aschord 0.3.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate aschord 0.3.4 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]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_derive v4.0.18
[INFO] [stderr]   Downloaded clap v4.0.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6974e020984d26454f01da850970f1cd356709b89b08312ffe0471d294768c60
[INFO] running `Command { std: "docker" "start" "-a" "6974e020984d26454f01da850970f1cd356709b89b08312ffe0471d294768c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6974e020984d26454f01da850970f1cd356709b89b08312ffe0471d294768c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6974e020984d26454f01da850970f1cd356709b89b08312ffe0471d294768c60", kill_on_drop: false }`
[INFO] [stdout] 6974e020984d26454f01da850970f1cd356709b89b08312ffe0471d294768c60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 0bb7bef35fd266df43d77cc89d4f884f30127e530eb384dbb9e96ec58d2cd6ba
[INFO] running `Command { std: "docker" "start" "-a" "0bb7bef35fd266df43d77cc89d4f884f30127e530eb384dbb9e96ec58d2cd6ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.18
[INFO] [stderr]     Checking clap v4.0.18
[INFO] [stderr]     Checking aschord v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Chord<'_>` instead of cloning the inner type
[INFO] [stdout]    --> src/commands.rs:132:90
[INFO] [stdout]     |
[INFO] [stdout] 132 |                         .map(|chord: &&'static Chord<'static>| -> Chord<'static> { *chord.clone() })
[INFO] [stdout]     |                                                                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Chord<'_>` instead of cloning the inner type
[INFO] [stdout]    --> src/commands.rs:132:90
[INFO] [stdout]     |
[INFO] [stdout] 132 |                         .map(|chord: &&'static Chord<'static>| -> Chord<'static> { *chord.clone() })
[INFO] [stdout]     |                                                                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.44s
[INFO] running `Command { std: "docker" "inspect" "0bb7bef35fd266df43d77cc89d4f884f30127e530eb384dbb9e96ec58d2cd6ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bb7bef35fd266df43d77cc89d4f884f30127e530eb384dbb9e96ec58d2cd6ba", kill_on_drop: false }`
[INFO] [stdout] 0bb7bef35fd266df43d77cc89d4f884f30127e530eb384dbb9e96ec58d2cd6ba
[INFO] checking aschord-0.3.4 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate aschord 0.3.4 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate aschord 0.3.4 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 crates.io crate aschord 0.3.4
[INFO] finished tweaking crates.io crate aschord 0.3.4
[INFO] tweaked toml for crates.io crate aschord 0.3.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate aschord 0.3.4 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6505a36b5e90f232c02322a783df4e6371296a106534955aace3d5684ec07fd7
[INFO] running `Command { std: "docker" "start" "-a" "6505a36b5e90f232c02322a783df4e6371296a106534955aace3d5684ec07fd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6505a36b5e90f232c02322a783df4e6371296a106534955aace3d5684ec07fd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6505a36b5e90f232c02322a783df4e6371296a106534955aace3d5684ec07fd7", kill_on_drop: false }`
[INFO] [stdout] 6505a36b5e90f232c02322a783df4e6371296a106534955aace3d5684ec07fd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4fa9ef36e69e61f717eb5d6344cae3556a4d3f842ec81a141ad3f5564b659ae3
[INFO] running `Command { std: "docker" "start" "-a" "4fa9ef36e69e61f717eb5d6344cae3556a4d3f842ec81a141ad3f5564b659ae3", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.18
[INFO] [stderr]     Checking clap v4.0.18
[INFO] [stderr]     Checking aschord v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Chord<'_>` instead of cloning the inner type
[INFO] [stdout]    --> src/commands.rs:132:90
[INFO] [stdout]     |
[INFO] [stdout] 132 |                         .map(|chord: &&'static Chord<'static>| -> Chord<'static> { *chord.clone() })
[INFO] [stdout]     |                                                                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Chord<'_>` instead of cloning the inner type
[INFO] [stdout]    --> src/commands.rs:132:90
[INFO] [stdout]     |
[INFO] [stdout] 132 |                         .map(|chord: &&'static Chord<'static>| -> Chord<'static> { *chord.clone() })
[INFO] [stdout]     |                                                                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.85s
[INFO] running `Command { std: "docker" "inspect" "4fa9ef36e69e61f717eb5d6344cae3556a4d3f842ec81a141ad3f5564b659ae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fa9ef36e69e61f717eb5d6344cae3556a4d3f842ec81a141ad3f5564b659ae3", kill_on_drop: false }`
[INFO] [stdout] 4fa9ef36e69e61f717eb5d6344cae3556a4d3f842ec81a141ad3f5564b659ae3
