Oct 27 03:06:05.143 INFO checking jaxx/poke-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:06:05.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.427 INFO blam! fac1ae54e9cf8cb62368bc798a9de5bc8f9e67488f440f49124fb4a036dd37c9 Oct 27 03:06:05.430 INFO running `"docker" "start" "-a" "fac1ae54e9cf8cb62368bc798a9de5bc8f9e67488f440f49124fb4a036dd37c9"` Oct 27 03:06:06.026 INFO kablam! usermod: no changes Oct 27 03:06:06.078 INFO kablam! Checking poke-rs v0.1.0 (/source) Oct 27 03:06:06.703 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 27 03:06:06.703 INFO kablam! --> src/lib.rs:6:1 Oct 27 03:06:06.703 INFO kablam! | Oct 27 03:06:06.703 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 27 03:06:06.703 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 27 03:06:06.703 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 27 03:06:06.703 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 27 03:06:06.703 INFO kablam! ... | Oct 27 03:06:06.703 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 27 03:06:06.704 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 27 03:06:06.704 INFO kablam! | |______________________________________________________^ Oct 27 03:06:06.704 INFO kablam! | Oct 27 03:06:06.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:06:06.704 INFO kablam! Oct 27 03:06:06.765 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 27 03:06:06.765 INFO kablam! --> src/lib.rs:6:1 Oct 27 03:06:06.765 INFO kablam! | Oct 27 03:06:06.765 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 27 03:06:06.765 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 27 03:06:06.765 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 27 03:06:06.765 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 27 03:06:06.765 INFO kablam! ... | Oct 27 03:06:06.765 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 27 03:06:06.765 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 27 03:06:06.765 INFO kablam! | |______________________________________________________^ Oct 27 03:06:06.765 INFO kablam! | Oct 27 03:06:06.765 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:06:06.765 INFO kablam! Oct 27 03:06:08.741 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:06:08.742 INFO kablam! --> src/main.rs:34:5 Oct 27 03:06:08.742 INFO kablam! | Oct 27 03:06:08.742 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 27 03:06:08.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:06:08.742 INFO kablam! | Oct 27 03:06:08.742 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:06:08.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:06:08.743 INFO kablam! Oct 27 03:06:08.827 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:06:08.827 INFO kablam! --> src/main.rs:34:5 Oct 27 03:06:08.827 INFO kablam! | Oct 27 03:06:08.827 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 27 03:06:08.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:06:08.827 INFO kablam! | Oct 27 03:06:08.827 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:06:08.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:06:08.827 INFO kablam! Oct 27 03:06:08.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.78s Oct 27 03:06:08.844 INFO kablam! su: No module specific data is present Oct 27 03:06:09.431 INFO running `"docker" "rm" "-f" "fac1ae54e9cf8cb62368bc798a9de5bc8f9e67488f440f49124fb4a036dd37c9"` Oct 27 03:06:09.603 INFO blam! fac1ae54e9cf8cb62368bc798a9de5bc8f9e67488f440f49124fb4a036dd37c9