Sep 19 19:05:07.620 INFO checking terra-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:05:07.620 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:05:07.620 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:05:07.867 INFO blam! 6fcbfd7460146f261919ef6c4d8e2b867c667b7d7d0ce551d0a0b9ddc09c3e3b Sep 19 19:05:07.869 INFO running `"docker" "start" "-a" "6fcbfd7460146f261919ef6c4d8e2b867c667b7d7d0ce551d0a0b9ddc09c3e3b"` Sep 19 19:05:09.031 INFO kablam! usermod: no changes Sep 19 19:05:09.514 INFO kablam! Checking safe-transmute v0.3.1 Sep 19 19:05:09.546 INFO kablam! Checking draw_state v0.7.1 Sep 19 19:05:09.618 INFO kablam! Checking num-rational v0.1.42 Sep 19 19:05:09.619 INFO kablam! Checking png v0.9.0 Sep 19 19:05:09.620 INFO kablam! Checking bincode v0.8.0 Sep 19 19:05:09.622 INFO kablam! Checking cgmath v0.15.0 Sep 19 19:05:09.623 INFO kablam! Checking inotify v0.6.1 Sep 19 19:05:09.624 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 19 19:05:13.199 INFO kablam! Checking gfx_core v0.7.2 Sep 19 19:05:14.148 INFO kablam! Checking notify v4.0.6 Sep 19 19:05:14.450 INFO kablam! Checking image v0.15.0 Sep 19 19:05:42.781 INFO kablam! Checking gfx v0.16.3 Sep 19 19:05:49.241 INFO kablam! Checking rshader v0.1.0 Sep 19 19:05:50.628 INFO kablam! Checking terra v0.2.0 (/source) Sep 19 19:05:53.378 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:05:53.378 INFO kablam! --> src/terrain/file.rs:450:37 Sep 19 19:05:53.378 INFO kablam! | Sep 19 19:05:53.378 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 19 19:05:53.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:05:53.378 INFO kablam! | Sep 19 19:05:53.378 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:05:53.378 INFO kablam! Sep 19 19:05:53.498 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 19 19:05:53.498 INFO kablam! --> src/cache/mod.rs:14:9 Sep 19 19:05:53.498 INFO kablam! | Sep 19 19:05:53.498 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 19 19:05:53.498 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:05:53.498 INFO kablam! | Sep 19 19:05:53.498 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:05:53.498 INFO kablam! Sep 19 19:05:53.726 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:05:53.726 INFO kablam! --> src/terrain/file.rs:450:37 Sep 19 19:05:53.726 INFO kablam! | Sep 19 19:05:53.726 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 19 19:05:53.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:05:53.726 INFO kablam! | Sep 19 19:05:53.726 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:05:53.726 INFO kablam! Sep 19 19:05:53.978 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 19 19:05:53.978 INFO kablam! --> src/cache/mod.rs:14:9 Sep 19 19:05:53.978 INFO kablam! | Sep 19 19:05:53.978 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 19 19:05:53.978 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:05:53.978 INFO kablam! | Sep 19 19:05:53.978 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:05:53.978 INFO kablam! Sep 19 19:05:57.954 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 19 19:05:57.954 INFO kablam! --> src/lib.rs:1:12 Sep 19 19:05:57.954 INFO kablam! | Sep 19 19:05:57.954 INFO kablam! 1 | #![feature(ord_max_min)] Sep 19 19:05:57.954 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:05:57.954 INFO kablam! | Sep 19 19:05:57.954 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:05:57.954 INFO kablam! Sep 19 19:05:59.570 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Sep 19 19:05:59.570 INFO kablam! --> src/lib.rs:1:12 Sep 19 19:05:59.570 INFO kablam! | Sep 19 19:05:59.570 INFO kablam! 1 | #![feature(ord_max_min)] Sep 19 19:05:59.570 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:05:59.570 INFO kablam! | Sep 19 19:05:59.570 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:05:59.570 INFO kablam! Sep 19 19:05:59.734 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.67s Sep 19 19:05:59.750 INFO kablam! su: No module specific data is present Sep 19 19:06:00.981 INFO running `"docker" "rm" "-f" "6fcbfd7460146f261919ef6c4d8e2b867c667b7d7d0ce551d0a0b9ddc09c3e3b"` Sep 19 19:06:01.093 INFO blam! 6fcbfd7460146f261919ef6c4d8e2b867c667b7d7d0ce551d0a0b9ddc09c3e3b