[INFO] fetching crate rusty-blitzcrank 0.2.1...
[INFO] checking rusty-blitzcrank-0.2.1 against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] extracting crate rusty-blitzcrank 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate rusty-blitzcrank 0.2.1
[INFO] finished tweaking crates.io crate rusty-blitzcrank 0.2.1
[INFO] tweaked toml for crates.io crate rusty-blitzcrank 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rusty-blitzcrank 0.2.1 on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 169 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ea115ef8b93eeb9b93e4a3ff7f34f00ec712e29168a91d772f630a603a84fa6e
[INFO] running `Command { std: "docker" "start" "-a" "ea115ef8b93eeb9b93e4a3ff7f34f00ec712e29168a91d772f630a603a84fa6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea115ef8b93eeb9b93e4a3ff7f34f00ec712e29168a91d772f630a603a84fa6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea115ef8b93eeb9b93e4a3ff7f34f00ec712e29168a91d772f630a603a84fa6e", kill_on_drop: false }`
[INFO] [stdout] ea115ef8b93eeb9b93e4a3ff7f34f00ec712e29168a91d772f630a603a84fa6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0703187d0e3fe204c0e6d803e2122504a8707656e4a680879ca84233191564f5
[INFO] running `Command { std: "docker" "start" "-a" "0703187d0e3fe204c0e6d803e2122504a8707656e4a680879ca84233191564f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking openssl v0.10.75
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking native-tls v0.2.14
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking rusty-blitzcrank v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/api_key.rs:54:51
[INFO] [stdout]    |
[INFO] [stdout] 54 |             .filter(|time| (seconds - time.deref().deref()) < self.limit2per as u64)
[INFO] [stdout]    |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `u64` does not implement `Deref`, so calling `deref` on `&u64` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/api_key.rs:54:43
[INFO] [stdout]    |
[INFO] [stdout] 54 |             .filter(|time| (seconds - time.deref().deref()) < self.limit2per as u64)
[INFO] [stdout]    |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `u64` does not implement `Deref`, so calling `deref` on `&u64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/api_key.rs:106:26
[INFO] [stdout]     |
[INFO] [stdout] 106 |             .filter(|v| v.clone() > &(seconds - self.limit1per as u64))
[INFO] [stdout]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `u64` does not implement `Clone`, so calling `clone` on `&u64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/api_key.rs:54:51
[INFO] [stdout]    |
[INFO] [stdout] 54 |             .filter(|time| (seconds - time.deref().deref()) < self.limit2per as u64)
[INFO] [stdout]    |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `u64` does not implement `Deref`, so calling `deref` on `&u64` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/api_key.rs:54:43
[INFO] [stdout]    |
[INFO] [stdout] 54 |             .filter(|time| (seconds - time.deref().deref()) < self.limit2per as u64)
[INFO] [stdout]    |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `u64` does not implement `Deref`, so calling `deref` on `&u64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/api_key.rs:106:26
[INFO] [stdout]     |
[INFO] [stdout] 106 |             .filter(|v| v.clone() > &(seconds - self.limit1per as u64))
[INFO] [stdout]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `u64` does not implement `Clone`, so calling `clone` on `&u64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.47s
[INFO] running `Command { std: "docker" "inspect" "0703187d0e3fe204c0e6d803e2122504a8707656e4a680879ca84233191564f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0703187d0e3fe204c0e6d803e2122504a8707656e4a680879ca84233191564f5", kill_on_drop: false }`
[INFO] [stdout] 0703187d0e3fe204c0e6d803e2122504a8707656e4a680879ca84233191564f5
