Oct 27 03:06:05.722 INFO checking jaxx/poke-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:06:05.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 03:06:05.900 INFO blam! c6f23c364e6998131a8ebee9d38da885fb8244dd9b21e4897cc23c80412d95cf Oct 27 03:06:05.902 INFO running `"docker" "start" "-a" "c6f23c364e6998131a8ebee9d38da885fb8244dd9b21e4897cc23c80412d95cf"` Oct 27 03:06:06.411 INFO kablam! usermod: no changes Oct 27 03:06:06.547 INFO kablam! Checking poke-rs v0.1.0 (/source) Oct 27 03:06:07.215 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 27 03:06:07.215 INFO kablam! --> src/lib.rs:6:1 Oct 27 03:06:07.215 INFO kablam! | Oct 27 03:06:07.215 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 27 03:06:07.215 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 27 03:06:07.215 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 27 03:06:07.215 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 27 03:06:07.215 INFO kablam! ... | Oct 27 03:06:07.215 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 27 03:06:07.215 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 27 03:06:07.215 INFO kablam! | |______________________________________________________^ Oct 27 03:06:07.215 INFO kablam! | Oct 27 03:06:07.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:06:07.215 INFO kablam! Oct 27 03:06:07.295 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 27 03:06:07.295 INFO kablam! --> src/lib.rs:6:1 Oct 27 03:06:07.295 INFO kablam! | Oct 27 03:06:07.295 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 27 03:06:07.295 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 27 03:06:07.295 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 27 03:06:07.295 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 27 03:06:07.295 INFO kablam! ... | Oct 27 03:06:07.295 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 27 03:06:07.295 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 27 03:06:07.295 INFO kablam! | |______________________________________________________^ Oct 27 03:06:07.295 INFO kablam! | Oct 27 03:06:07.295 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:06:07.295 INFO kablam! Oct 27 03:06:09.071 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:06:09.071 INFO kablam! --> src/main.rs:34:5 Oct 27 03:06:09.071 INFO kablam! | Oct 27 03:06:09.071 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 27 03:06:09.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:06:09.071 INFO kablam! | Oct 27 03:06:09.071 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:06:09.071 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:06:09.071 INFO kablam! Oct 27 03:06:09.126 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:06:09.126 INFO kablam! --> src/main.rs:34:5 Oct 27 03:06:09.126 INFO kablam! | Oct 27 03:06:09.126 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 27 03:06:09.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:06:09.126 INFO kablam! | Oct 27 03:06:09.126 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:06:09.126 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:06:09.126 INFO kablam! Oct 27 03:06:09.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.69s Oct 27 03:06:09.141 INFO kablam! su: No module specific data is present Oct 27 03:06:09.496 INFO running `"docker" "rm" "-f" "c6f23c364e6998131a8ebee9d38da885fb8244dd9b21e4897cc23c80412d95cf"` Oct 27 03:06:09.687 INFO blam! c6f23c364e6998131a8ebee9d38da885fb8244dd9b21e4897cc23c80412d95cf