Sep 10 07:56:28.140 INFO checking terra-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 07:56:28.140 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 07:56:28.140 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 07:56:28.335 INFO blam! 4792f3377e01e5d956db45ab7ab58867f26cf702e33a574d852baf9c0bb4e77a Sep 10 07:56:28.337 INFO running `"docker" "start" "-a" "4792f3377e01e5d956db45ab7ab58867f26cf702e33a574d852baf9c0bb4e77a"` Sep 10 07:56:29.725 INFO kablam! usermod: no changes Sep 10 07:56:30.187 INFO kablam! Compiling serde v1.0.78 Sep 10 07:56:30.207 INFO kablam! Checking safe-transmute v0.3.1 Sep 10 07:56:30.215 INFO kablam! Checking inotify-sys v0.1.3 Sep 10 07:56:30.217 INFO kablam! Checking memmap v0.5.2 Sep 10 07:56:30.306 INFO kablam! Checking num-rational v0.1.42 Sep 10 07:56:30.309 INFO kablam! Checking rustfft v2.1.0 Sep 10 07:56:30.315 INFO kablam! Checking png v0.9.0 Sep 10 07:56:32.422 INFO kablam! Checking inotify v0.6.1 Sep 10 07:56:34.870 INFO kablam! Checking image v0.15.0 Sep 10 07:56:36.270 INFO kablam! Checking notify v4.0.6 Sep 10 07:56:39.803 INFO kablam! Checking rshader v0.1.0 Sep 10 07:56:49.450 INFO kablam! Checking cgmath v0.15.0 Sep 10 07:56:49.450 INFO kablam! Checking bincode v0.8.0 Sep 10 07:56:56.034 INFO kablam! Checking terra v0.2.0 (file:///source) Sep 10 07:56:57.862 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 07:56:57.862 INFO kablam! --> src/terrain/file.rs:450:37 Sep 10 07:56:57.862 INFO kablam! | Sep 10 07:56:57.862 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 10 07:56:57.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 07:56:57.862 INFO kablam! | Sep 10 07:56:57.862 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 07:56:57.862 INFO kablam! Sep 10 07:56:57.890 INFO kablam! warning: unnecessary parentheses around method argument Sep 10 07:56:57.890 INFO kablam! --> src/terrain/file.rs:450:37 Sep 10 07:56:57.890 INFO kablam! | Sep 10 07:56:57.890 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 10 07:56:57.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 07:56:57.890 INFO kablam! | Sep 10 07:56:57.890 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 07:56:57.890 INFO kablam! Sep 10 07:56:57.956 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 10 07:56:57.956 INFO kablam! --> src/cache/mod.rs:14:9 Sep 10 07:56:57.956 INFO kablam! | Sep 10 07:56:57.956 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 10 07:56:57.956 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 07:56:57.956 INFO kablam! | Sep 10 07:56:57.956 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 07:56:57.956 INFO kablam! Sep 10 07:56:57.974 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 10 07:56:57.974 INFO kablam! --> src/cache/mod.rs:14:9 Sep 10 07:56:57.974 INFO kablam! | Sep 10 07:56:57.974 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 10 07:56:57.974 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 07:56:57.974 INFO kablam! | Sep 10 07:56:57.974 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 07:56:57.974 INFO kablam! Sep 10 07:57:01.465 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 10 07:57:01.465 INFO kablam! --> src/lib.rs:1:12 Sep 10 07:57:01.465 INFO kablam! | Sep 10 07:57:01.465 INFO kablam! 1 | #![feature(ord_max_min)] Sep 10 07:57:01.465 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:57:01.465 INFO kablam! | Sep 10 07:57:01.465 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 07:57:01.465 INFO kablam! Sep 10 07:57:01.686 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 10 07:57:01.686 INFO kablam! --> src/lib.rs:1:12 Sep 10 07:57:01.686 INFO kablam! | Sep 10 07:57:01.686 INFO kablam! 1 | #![feature(ord_max_min)] Sep 10 07:57:01.686 INFO kablam! | ^^^^^^^^^^^ Sep 10 07:57:01.686 INFO kablam! | Sep 10 07:57:01.686 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 07:57:01.686 INFO kablam! Sep 10 07:57:01.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.10s Sep 10 07:57:01.863 INFO kablam! su: No module specific data is present Sep 10 07:57:02.432 INFO running `"docker" "rm" "-f" "4792f3377e01e5d956db45ab7ab58867f26cf702e33a574d852baf9c0bb4e77a"` Sep 10 07:57:02.490 INFO blam! 4792f3377e01e5d956db45ab7ab58867f26cf702e33a574d852baf9c0bb4e77a