Oct 12 19:57:59.174 INFO checking jaxx/poke-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:57:59.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:59.588 INFO blam! 501a2d05b36b36062d489f1b499aa4b39cc64e1d3102d92ce8f28be2dec56fe9 Oct 12 19:57:59.604 INFO running `"docker" "start" "-a" "501a2d05b36b36062d489f1b499aa4b39cc64e1d3102d92ce8f28be2dec56fe9"` Oct 12 19:58:00.680 INFO kablam! usermod: no changes Oct 12 19:58:00.773 INFO kablam! Checking poke-rs v0.1.0 (/source) Oct 12 19:58:01.496 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 12 19:58:01.496 INFO kablam! --> src/lib.rs:6:1 Oct 12 19:58:01.496 INFO kablam! | Oct 12 19:58:01.496 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 12 19:58:01.496 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 12 19:58:01.496 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 12 19:58:01.496 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 12 19:58:01.496 INFO kablam! ... | Oct 12 19:58:01.496 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 12 19:58:01.496 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 12 19:58:01.496 INFO kablam! | |______________________________________________________^ Oct 12 19:58:01.496 INFO kablam! | Oct 12 19:58:01.496 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:58:01.496 INFO kablam! Oct 12 19:58:01.756 INFO kablam! warning: constant item is never used: `CP_MULTIPLIER` Oct 12 19:58:01.756 INFO kablam! --> src/lib.rs:6:1 Oct 12 19:58:01.756 INFO kablam! | Oct 12 19:58:01.756 INFO kablam! 6 | / const CP_MULTIPLIER: [f32; 79] = Oct 12 19:58:01.756 INFO kablam! 7 | | [0.094, 0.135137432, 0.16639787, 0.192650919, 0.21573247, Oct 12 19:58:01.756 INFO kablam! 8 | | 0.236572661, 0.25572005, 0.273530381, 0.29024988, 0.306057377, Oct 12 19:58:01.756 INFO kablam! 9 | | 0.3210876, 0.335445036, 0.34921268, 0.362457751, 0.37523559, Oct 12 19:58:01.756 INFO kablam! ... | Oct 12 19:58:01.756 INFO kablam! 21 | | 0.76739717, 0.770297266, 0.7731865, 0.776064962, 0.77893275, Oct 12 19:58:01.756 INFO kablam! 22 | | 0.781790055, 0.78463697, 0.787473578, 0.79030001]; Oct 12 19:58:01.756 INFO kablam! | |______________________________________________________^ Oct 12 19:58:01.756 INFO kablam! | Oct 12 19:58:01.756 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:58:01.756 INFO kablam! Oct 12 19:58:02.780 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:58:02.781 INFO kablam! --> src/main.rs:34:5 Oct 12 19:58:02.781 INFO kablam! | Oct 12 19:58:02.781 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 12 19:58:02.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:58:02.782 INFO kablam! | Oct 12 19:58:02.782 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:58:02.782 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:58:02.782 INFO kablam! Oct 12 19:58:02.913 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:58:02.913 INFO kablam! --> src/main.rs:34:5 Oct 12 19:58:02.914 INFO kablam! | Oct 12 19:58:02.914 INFO kablam! 34 | BufReader::new(pokemon_json_file).read_to_string(&mut contents); Oct 12 19:58:02.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:58:02.914 INFO kablam! | Oct 12 19:58:02.915 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:58:02.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:58:02.915 INFO kablam! Oct 12 19:58:02.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Oct 12 19:58:02.951 INFO kablam! su: No module specific data is present Oct 12 19:58:04.210 INFO running `"docker" "rm" "-f" "501a2d05b36b36062d489f1b499aa4b39cc64e1d3102d92ce8f28be2dec56fe9"` Oct 12 19:58:04.576 INFO blam! 501a2d05b36b36062d489f1b499aa4b39cc64e1d3102d92ce8f28be2dec56fe9