[INFO] cloning repository https://github.com/jaxx/poke-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaxx/poke-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaxx%2Fpoke-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaxx%2Fpoke-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aa682e39a39fcec8b3b323c4d7c29d0cee4b86fc [INFO] checking jaxx/poke-rs against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaxx%2Fpoke-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaxx/poke-rs on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jaxx/poke-rs [INFO] finished tweaking git repo https://github.com/jaxx/poke-rs [INFO] tweaked toml for git repo https://github.com/jaxx/poke-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jaxx/poke-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 62bea4198fce9f107bd3ff35911416a237680ea9c07e13939d96a23750b7f83d [INFO] running `"docker" "start" "-a" "62bea4198fce9f107bd3ff35911416a237680ea9c07e13939d96a23750b7f83d"` [INFO] [stderr] Checking serde_json v1.0.9 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Checking poke-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: constant item is never used: `CP_MULTIPLIER` [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / const CP_MULTIPLIER: [f32; 79] = [INFO] [stderr] 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, [INFO] [stderr] 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, [INFO] [stderr] 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, [INFO] [stderr] ... | [INFO] [stderr] 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, [INFO] [stderr] 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; [INFO] [stderr] | |______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `CP_MULTIPLIER` [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / const CP_MULTIPLIER: [f32; 79] = [INFO] [stderr] 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, [INFO] [stderr] 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, [INFO] [stderr] 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, [INFO] [stderr] ... | [INFO] [stderr] 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, [INFO] [stderr] 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; [INFO] [stderr] | |______________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.55s [INFO] running `"docker" "inspect" "62bea4198fce9f107bd3ff35911416a237680ea9c07e13939d96a23750b7f83d"` [INFO] running `"docker" "rm" "-f" "62bea4198fce9f107bd3ff35911416a237680ea9c07e13939d96a23750b7f83d"` [INFO] [stdout] 62bea4198fce9f107bd3ff35911416a237680ea9c07e13939d96a23750b7f83d