Oct 12 19:57:56.748 INFO checking jaxx/poke-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 19:57:56.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 19:57:57.173 INFO blam! 7c9732fc283a934d91afb31a5d9c46813b30e643bdcd8c6d07f2cf861f7f5e42 Oct 12 19:57:57.175 INFO running `"docker" "start" "-a" "7c9732fc283a934d91afb31a5d9c46813b30e643bdcd8c6d07f2cf861f7f5e42"` Oct 12 19:57:58.532 INFO kablam! usermod: no changes Oct 12 19:57:58.635 INFO kablam! Checking poke-rs v0.1.0 (/source) Oct 12 19:57:59.257 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 12 19:57:59.257 INFO kablam! --> src/lib.rs:6:1 Oct 12 19:57:59.257 INFO kablam! | Oct 12 19:57:59.257 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 12 19:57:59.257 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 12 19:57:59.257 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 12 19:57:59.257 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 12 19:57:59.257 INFO kablam! ... | Oct 12 19:57:59.257 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 12 19:57:59.257 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 12 19:57:59.257 INFO kablam! | |______________________________________________________^ Oct 12 19:57:59.257 INFO kablam! | Oct 12 19:57:59.257 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:57:59.257 INFO kablam! Oct 12 19:57:59.355 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 12 19:57:59.355 INFO kablam! --> src/lib.rs:6:1 Oct 12 19:57:59.355 INFO kablam! | Oct 12 19:57:59.356 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 12 19:57:59.356 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 12 19:57:59.356 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 12 19:57:59.356 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 12 19:57:59.357 INFO kablam! ... | Oct 12 19:57:59.357 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 12 19:57:59.357 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 12 19:57:59.357 INFO kablam! | |______________________________________________________^ Oct 12 19:57:59.358 INFO kablam! | Oct 12 19:57:59.358 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:57:59.358 INFO kablam! Oct 12 19:58:01.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:58:01.524 INFO kablam! --> src/main.rs:34:5 Oct 12 19:58:01.524 INFO kablam! | Oct 12 19:58:01.524 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 12 19:58:01.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:58:01.524 INFO kablam! | Oct 12 19:58:01.524 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:58:01.524 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:58:01.524 INFO kablam! Oct 12 19:58:01.680 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:58:01.680 INFO kablam! --> src/main.rs:34:5 Oct 12 19:58:01.680 INFO kablam! | Oct 12 19:58:01.680 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 12 19:58:01.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:58:01.680 INFO kablam! | Oct 12 19:58:01.680 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:58:01.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:58:01.680 INFO kablam! Oct 12 19:58:01.721 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.15s Oct 12 19:58:01.725 INFO kablam! su: No module specific data is present Oct 12 19:58:02.653 INFO running `"docker" "rm" "-f" "7c9732fc283a934d91afb31a5d9c46813b30e643bdcd8c6d07f2cf861f7f5e42"` Oct 12 19:58:02.952 INFO blam! 7c9732fc283a934d91afb31a5d9c46813b30e643bdcd8c6d07f2cf861f7f5e42