Sep 14 07:48:52.902 INFO checking terra-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 07:48:52.902 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 07:48:52.903 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:48:53.119 INFO blam! f193bcad06d557bd1283b742fe71e069443864f3e377b161e83a5a0f701c0334 Sep 14 07:48:53.121 INFO running `"docker" "start" "-a" "f193bcad06d557bd1283b742fe71e069443864f3e377b161e83a5a0f701c0334"` Sep 14 07:48:53.955 INFO kablam! usermod: no changes Sep 14 07:48:54.257 INFO kablam! Checking same-file v1.0.3 Sep 14 07:48:54.257 INFO kablam! Compiling serde v1.0.78 Sep 14 07:48:54.257 INFO kablam! Checking safe-transmute v0.3.1 Sep 14 07:48:54.258 INFO kablam! Checking inotify-sys v0.1.3 Sep 14 07:48:54.258 INFO kablam! Checking memmap v0.5.2 Sep 14 07:48:54.258 INFO kablam! Checking filetime v0.2.1 Sep 14 07:48:54.259 INFO kablam! Compiling bzip2-sys v0.1.6 Sep 14 07:48:54.262 INFO kablam! Checking gfx_core v0.7.2 Sep 14 07:48:54.973 INFO kablam! Checking num-rational v0.1.42 Sep 14 07:48:55.315 INFO kablam! Checking rustfft v2.1.0 Sep 14 07:48:55.479 INFO kablam! Checking walkdir v2.2.5 Sep 14 07:48:55.737 INFO kablam! Checking png v0.9.0 Sep 14 07:48:56.383 INFO kablam! Checking inotify v0.6.1 Sep 14 07:48:59.175 INFO kablam! Checking image v0.15.0 Sep 14 07:48:59.667 INFO kablam! Checking notify v4.0.6 Sep 14 07:49:00.750 INFO kablam! Checking bzip2 v0.3.3 Sep 14 07:49:01.823 INFO kablam! Checking zip v0.2.8 Sep 14 07:49:12.618 INFO kablam! Checking cgmath v0.15.0 Sep 14 07:49:12.618 INFO kablam! Checking bincode v0.8.0 Sep 14 07:49:25.926 INFO kablam! Checking gfx v0.16.3 Sep 14 07:49:32.320 INFO kablam! Checking rshader v0.1.0 Sep 14 07:49:33.427 INFO kablam! Checking terra v0.2.0 (file:///source) Sep 14 07:49:36.280 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 07:49:36.280 INFO kablam! --> src/terrain/file.rs:450:37 Sep 14 07:49:36.280 INFO kablam! | Sep 14 07:49:36.280 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 14 07:49:36.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:49:36.280 INFO kablam! | Sep 14 07:49:36.280 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:49:36.280 INFO kablam! Sep 14 07:49:36.302 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 07:49:36.302 INFO kablam! --> src/terrain/file.rs:450:37 Sep 14 07:49:36.302 INFO kablam! | Sep 14 07:49:36.302 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 14 07:49:36.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:49:36.319 INFO kablam! | Sep 14 07:49:36.319 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:49:36.319 INFO kablam! Sep 14 07:49:36.373 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 14 07:49:36.373 INFO kablam! --> src/cache/mod.rs:14:9 Sep 14 07:49:36.373 INFO kablam! | Sep 14 07:49:36.373 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 14 07:49:36.373 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 07:49:36.373 INFO kablam! | Sep 14 07:49:36.374 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:49:36.374 INFO kablam! Sep 14 07:49:36.500 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 14 07:49:36.500 INFO kablam! --> src/cache/mod.rs:14:9 Sep 14 07:49:36.500 INFO kablam! | Sep 14 07:49:36.501 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 14 07:49:36.501 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 07:49:36.501 INFO kablam! | Sep 14 07:49:36.501 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:49:36.501 INFO kablam! Sep 14 07:49:42.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 14 07:49:42.217 INFO kablam! --> src/lib.rs:1:12 Sep 14 07:49:42.217 INFO kablam! | Sep 14 07:49:42.217 INFO kablam! 1 | #![feature(ord_max_min)] Sep 14 07:49:42.217 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:49:42.218 INFO kablam! | Sep 14 07:49:42.218 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 07:49:42.218 INFO kablam! Sep 14 07:49:42.436 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 14 07:49:42.436 INFO kablam! --> src/lib.rs:1:12 Sep 14 07:49:42.436 INFO kablam! | Sep 14 07:49:42.436 INFO kablam! 1 | #![feature(ord_max_min)] Sep 14 07:49:42.436 INFO kablam! | ^^^^^^^^^^^ Sep 14 07:49:42.436 INFO kablam! | Sep 14 07:49:42.436 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 07:49:42.436 INFO kablam! Sep 14 07:49:42.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.59s Sep 14 07:49:42.597 INFO kablam! su: No module specific data is present Sep 14 07:49:43.212 INFO running `"docker" "rm" "-f" "f193bcad06d557bd1283b742fe71e069443864f3e377b161e83a5a0f701c0334"` Sep 14 07:49:43.292 INFO blam! f193bcad06d557bd1283b742fe71e069443864f3e377b161e83a5a0f701c0334