Sep 01 04:16:37.068 INFO checking terra-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 04:16:37.068 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 04:16:37.068 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:16:37.202 INFO blam! db22771cf41487fa9cefafec0373e614209e850356509e32a4aa6caa54464e5b Sep 01 04:16:37.203 INFO running `"docker" "start" "-a" "db22771cf41487fa9cefafec0373e614209e850356509e32a4aa6caa54464e5b"` Sep 01 04:16:38.458 INFO kablam! Checking safe-transmute v0.3.1 Sep 01 04:16:38.460 INFO kablam! Checking memmap v0.5.2 Sep 01 04:16:38.461 INFO kablam! Checking draw_state v0.7.1 Sep 01 04:16:38.464 INFO kablam! Checking rustfft v2.1.0 Sep 01 04:16:38.481 INFO kablam! Checking png v0.9.0 Sep 01 04:16:38.481 INFO kablam! Checking inotify v0.6.1 Sep 01 04:16:38.482 INFO kablam! Checking cgmath v0.15.0 Sep 01 04:16:38.482 INFO kablam! Checking bincode v0.8.0 Sep 01 04:16:41.755 INFO kablam! Checking gfx_core v0.7.2 Sep 01 04:16:42.829 INFO kablam! Checking notify v4.0.6 Sep 01 04:16:43.441 INFO kablam! Checking image v0.15.0 Sep 01 04:17:14.603 INFO kablam! Checking gfx v0.16.3 Sep 01 04:17:21.035 INFO kablam! Checking rshader v0.1.0 Sep 01 04:17:22.671 INFO kablam! Checking terra v0.2.0 (file:///source) Sep 01 04:17:27.315 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 04:17:27.315 INFO kablam! --> src/terrain/file.rs:450:37 Sep 01 04:17:27.315 INFO kablam! | Sep 01 04:17:27.315 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 01 04:17:27.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:17:27.315 INFO kablam! | Sep 01 04:17:27.315 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 04:17:27.315 INFO kablam! Sep 01 04:17:27.430 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 04:17:27.430 INFO kablam! --> src/terrain/file.rs:450:37 Sep 01 04:17:27.430 INFO kablam! | Sep 01 04:17:27.430 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 01 04:17:27.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:17:27.430 INFO kablam! | Sep 01 04:17:27.430 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 04:17:27.430 INFO kablam! Sep 01 04:17:27.462 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 01 04:17:27.462 INFO kablam! --> src/cache/mod.rs:14:9 Sep 01 04:17:27.462 INFO kablam! | Sep 01 04:17:27.462 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 01 04:17:27.462 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 04:17:27.462 INFO kablam! | Sep 01 04:17:27.462 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 04:17:27.462 INFO kablam! Sep 01 04:17:27.544 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 01 04:17:27.544 INFO kablam! --> src/cache/mod.rs:14:9 Sep 01 04:17:27.544 INFO kablam! | Sep 01 04:17:27.544 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 01 04:17:27.544 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 04:17:27.544 INFO kablam! | Sep 01 04:17:27.545 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 04:17:27.545 INFO kablam! Sep 01 04:17:34.217 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 01 04:17:34.217 INFO kablam! --> src/lib.rs:1:12 Sep 01 04:17:34.217 INFO kablam! | Sep 01 04:17:34.217 INFO kablam! 1 | #![feature(ord_max_min)] Sep 01 04:17:34.217 INFO kablam! | ^^^^^^^^^^^ Sep 01 04:17:34.218 INFO kablam! | Sep 01 04:17:34.218 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 04:17:34.218 INFO kablam! Sep 01 04:17:34.452 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 01 04:17:34.452 INFO kablam! --> src/lib.rs:1:12 Sep 01 04:17:34.452 INFO kablam! | Sep 01 04:17:34.452 INFO kablam! 1 | #![feature(ord_max_min)] Sep 01 04:17:34.452 INFO kablam! | ^^^^^^^^^^^ Sep 01 04:17:34.452 INFO kablam! | Sep 01 04:17:34.452 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 04:17:34.452 INFO kablam! Sep 01 04:17:34.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.57s Sep 01 04:17:34.640 INFO kablam! su: No module specific data is present Sep 01 04:17:35.076 INFO running `"docker" "rm" "-f" "db22771cf41487fa9cefafec0373e614209e850356509e32a4aa6caa54464e5b"` Sep 01 04:17:35.190 INFO blam! db22771cf41487fa9cefafec0373e614209e850356509e32a4aa6caa54464e5b