[INFO] fetching crate app-state 0.1.0...
[INFO] checking app-state-0.1.0 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate app-state 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate app-state 0.1.0 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate app-state 0.1.0
[INFO] finished tweaking crates.io crate app-state 0.1.0
[INFO] tweaked toml for crates.io crate app-state 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ctor v0.2.7
[INFO] [stderr]   Downloaded app-state-macros v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2d23205a28d9d44a22a9aa6ceaf349a07664ffcdcd1b524eb0d4e416f0bad8ad
[INFO] running `Command { std: "docker" "start" "-a" "2d23205a28d9d44a22a9aa6ceaf349a07664ffcdcd1b524eb0d4e416f0bad8ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d23205a28d9d44a22a9aa6ceaf349a07664ffcdcd1b524eb0d4e416f0bad8ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d23205a28d9d44a22a9aa6ceaf349a07664ffcdcd1b524eb0d4e416f0bad8ad", kill_on_drop: false }`
[INFO] [stdout] 2d23205a28d9d44a22a9aa6ceaf349a07664ffcdcd1b524eb0d4e416f0bad8ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7493c582c9dbe2d9a8351862db73c6abacdd3afb531b17d2918db514ebd9b1fc
[INFO] running `Command { std: "docker" "start" "-a" "7493c582c9dbe2d9a8351862db73c6abacdd3afb531b17d2918db514ebd9b1fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling app-state-macros v0.1.0
[INFO] [stderr]    Compiling ctor v0.2.7
[INFO] [stderr]     Checking app-state v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/states/mod.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |           .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |  ________________________________________________________________^
[INFO] [stdout] 32 | |         .clone()
[INFO] [stdout]    | |________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `HashMap<TypeId, Box<dyn Any + Send>>` does not implement `Clone`, so calling `clone` on `&HashMap<TypeId, Box<dyn Any + Send>>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout] 31 -         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout] 32 -         .clone()
[INFO] [stdout] 31 +         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/states/mod.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |           .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |  ________________________________________________________________^
[INFO] [stdout] 32 | |         .clone()
[INFO] [stdout]    | |________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `HashMap<TypeId, Box<dyn Any + Send>>` does not implement `Clone`, so calling `clone` on `&HashMap<TypeId, Box<dyn Any + Send>>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout] 31 -         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout] 32 -         .clone()
[INFO] [stdout] 31 +         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
[INFO] running `Command { std: "docker" "inspect" "7493c582c9dbe2d9a8351862db73c6abacdd3afb531b17d2918db514ebd9b1fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7493c582c9dbe2d9a8351862db73c6abacdd3afb531b17d2918db514ebd9b1fc", kill_on_drop: false }`
[INFO] [stdout] 7493c582c9dbe2d9a8351862db73c6abacdd3afb531b17d2918db514ebd9b1fc
[INFO] checking app-state-0.1.0 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate app-state 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate app-state 0.1.0 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate app-state 0.1.0
[INFO] finished tweaking crates.io crate app-state 0.1.0
[INFO] tweaked toml for crates.io crate app-state 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34ec57fb5ad863048ad878f2928791936923fbd0c6d1c29f6b97014dbcccddc5
[INFO] running `Command { std: "docker" "start" "-a" "34ec57fb5ad863048ad878f2928791936923fbd0c6d1c29f6b97014dbcccddc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34ec57fb5ad863048ad878f2928791936923fbd0c6d1c29f6b97014dbcccddc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34ec57fb5ad863048ad878f2928791936923fbd0c6d1c29f6b97014dbcccddc5", kill_on_drop: false }`
[INFO] [stdout] 34ec57fb5ad863048ad878f2928791936923fbd0c6d1c29f6b97014dbcccddc5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffa01cc534c297bd45c263c275b6f0beba19334d39478298f5f8172475989ab9
[INFO] running `Command { std: "docker" "start" "-a" "ffa01cc534c297bd45c263c275b6f0beba19334d39478298f5f8172475989ab9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling app-state-macros v0.1.0
[INFO] [stderr]    Compiling ctor v0.2.7
[INFO] [stderr]     Checking app-state v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/states/mod.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |           .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |  ________________________________________________________________^
[INFO] [stdout] 32 | |         .clone()
[INFO] [stdout]    | |________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `HashMap<TypeId, Box<dyn Any + Send>>` does not implement `Clone`, so calling `clone` on `&HashMap<TypeId, Box<dyn Any + Send>>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout] 31 -         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout] 32 -         .clone()
[INFO] [stdout] 31 +         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/states/mod.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |           .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |  ________________________________________________________________^
[INFO] [stdout] 32 | |         .clone()
[INFO] [stdout]    | |________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `HashMap<TypeId, Box<dyn Any + Send>>` does not implement `Clone`, so calling `clone` on `&HashMap<TypeId, Box<dyn Any + Send>>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout] 31 -         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout] 32 -         .clone()
[INFO] [stdout] 31 +         .ok_or("The state store has not yet been initialized")?
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
[INFO] running `Command { std: "docker" "inspect" "ffa01cc534c297bd45c263c275b6f0beba19334d39478298f5f8172475989ab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffa01cc534c297bd45c263c275b6f0beba19334d39478298f5f8172475989ab9", kill_on_drop: false }`
[INFO] [stdout] ffa01cc534c297bd45c263c275b6f0beba19334d39478298f5f8172475989ab9
