Sep 05 22:02:30.981 INFO checking terra-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 22:02:30.981 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 22:02:30.981 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:02:31.310 INFO blam! 0863fd822717729f50f502dfc090d488f4ed4ade5d64e853d252d9326531ae2a Sep 05 22:02:31.311 INFO running `"docker" "start" "-a" "0863fd822717729f50f502dfc090d488f4ed4ade5d64e853d252d9326531ae2a"` Sep 05 22:02:32.518 INFO kablam! usermod: no changes Sep 05 22:02:32.844 INFO kablam! Compiling serde v1.0.76 Sep 05 22:02:32.846 INFO kablam! Checking safe-transmute v0.3.1 Sep 05 22:02:32.847 INFO kablam! Checking memmap v0.5.2 Sep 05 22:02:32.849 INFO kablam! Checking gfx_core v0.7.2 Sep 05 22:02:32.852 INFO kablam! Checking rustfft v2.1.0 Sep 05 22:02:32.853 INFO kablam! Checking png v0.9.0 Sep 05 22:02:32.854 INFO kablam! Checking inotify v0.6.1 Sep 05 22:02:32.855 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 05 22:02:34.898 INFO kablam! Checking notify v4.0.6 Sep 05 22:02:35.926 INFO kablam! Checking image v0.15.0 Sep 05 22:02:47.255 INFO kablam! Checking bincode v0.8.0 Sep 05 22:02:47.255 INFO kablam! Checking cgmath v0.15.0 Sep 05 22:03:00.565 INFO kablam! Checking gfx v0.16.3 Sep 05 22:03:07.243 INFO kablam! Checking rshader v0.1.0 Sep 05 22:03:08.722 INFO kablam! Checking terra v0.2.0 (file:///source) Sep 05 22:03:11.606 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 22:03:11.606 INFO kablam! --> src/terrain/file.rs:450:37 Sep 05 22:03:11.606 INFO kablam! | Sep 05 22:03:11.606 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 05 22:03:11.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 22:03:11.606 INFO kablam! | Sep 05 22:03:11.606 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 22:03:11.606 INFO kablam! Sep 05 22:03:11.786 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 05 22:03:11.786 INFO kablam! --> src/cache/mod.rs:14:9 Sep 05 22:03:11.786 INFO kablam! | Sep 05 22:03:11.786 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 05 22:03:11.786 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 22:03:11.806 INFO kablam! | Sep 05 22:03:11.806 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 22:03:11.806 INFO kablam! Sep 05 22:03:12.014 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 22:03:12.014 INFO kablam! --> src/terrain/file.rs:450:37 Sep 05 22:03:12.014 INFO kablam! | Sep 05 22:03:12.014 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 05 22:03:12.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 22:03:12.014 INFO kablam! | Sep 05 22:03:12.014 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 22:03:12.014 INFO kablam! Sep 05 22:03:12.214 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 05 22:03:12.214 INFO kablam! --> src/cache/mod.rs:14:9 Sep 05 22:03:12.214 INFO kablam! | Sep 05 22:03:12.214 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 05 22:03:12.214 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 22:03:12.214 INFO kablam! | Sep 05 22:03:12.214 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 22:03:12.214 INFO kablam! Sep 05 22:03:15.877 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 05 22:03:15.877 INFO kablam! --> src/lib.rs:1:12 Sep 05 22:03:15.877 INFO kablam! | Sep 05 22:03:15.877 INFO kablam! 1 | #![feature(ord_max_min)] Sep 05 22:03:15.877 INFO kablam! | ^^^^^^^^^^^ Sep 05 22:03:15.877 INFO kablam! | Sep 05 22:03:15.877 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:03:15.877 INFO kablam! Sep 05 22:03:16.845 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 05 22:03:16.846 INFO kablam! --> src/lib.rs:1:12 Sep 05 22:03:16.846 INFO kablam! | Sep 05 22:03:16.846 INFO kablam! 1 | #![feature(ord_max_min)] Sep 05 22:03:16.846 INFO kablam! | ^^^^^^^^^^^ Sep 05 22:03:16.846 INFO kablam! | Sep 05 22:03:16.846 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:03:16.846 INFO kablam! Sep 05 22:03:16.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.41s Sep 05 22:03:16.964 INFO kablam! su: No module specific data is present Sep 05 22:03:17.724 INFO running `"docker" "rm" "-f" "0863fd822717729f50f502dfc090d488f4ed4ade5d64e853d252d9326531ae2a"` Sep 05 22:03:17.780 INFO blam! 0863fd822717729f50f502dfc090d488f4ed4ade5d64e853d252d9326531ae2a