Sep 01 21:30:02.794 INFO checking terra-0.2.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 21:30:02.794 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 21:30:02.795 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:30:02.970 INFO blam! 9ff64e12c7e9c0aab1e4e8652091632d82ba37a155d2433ca390df1c7e41be9f Sep 01 21:30:02.971 INFO running `"docker" "start" "-a" "9ff64e12c7e9c0aab1e4e8652091632d82ba37a155d2433ca390df1c7e41be9f"` Sep 01 21:30:04.271 INFO kablam! Checking safe-transmute v0.3.1 Sep 01 21:30:04.273 INFO kablam! Checking memmap v0.5.2 Sep 01 21:30:04.280 INFO kablam! Checking gfx_core v0.7.2 Sep 01 21:30:04.285 INFO kablam! Checking rustfft v2.1.0 Sep 01 21:30:04.288 INFO kablam! Checking png v0.9.0 Sep 01 21:30:04.290 INFO kablam! Checking serde v1.0.75 Sep 01 21:30:04.291 INFO kablam! Checking notify v4.0.6 Sep 01 21:30:08.255 INFO kablam! Checking image v0.15.0 Sep 01 21:30:26.682 INFO kablam! Checking bincode v0.8.0 Sep 01 21:30:26.685 INFO kablam! Checking cgmath v0.15.0 Sep 01 21:30:41.120 INFO kablam! Checking gfx v0.16.3 Sep 01 21:30:47.937 INFO kablam! Checking rshader v0.1.0 Sep 01 21:30:49.517 INFO kablam! Checking terra v0.2.0 (file:///source) Sep 01 21:30:53.648 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 21:30:53.648 INFO kablam! --> src/terrain/file.rs:450:37 Sep 01 21:30:53.648 INFO kablam! | Sep 01 21:30:53.648 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 01 21:30:53.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 21:30:53.648 INFO kablam! | Sep 01 21:30:53.648 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 21:30:53.649 INFO kablam! Sep 01 21:30:53.717 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 21:30:53.717 INFO kablam! --> src/terrain/file.rs:450:37 Sep 01 21:30:53.717 INFO kablam! | Sep 01 21:30:53.717 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Sep 01 21:30:53.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 21:30:53.717 INFO kablam! | Sep 01 21:30:53.717 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 21:30:53.717 INFO kablam! Sep 01 21:30:53.739 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 21:30:53.739 INFO kablam! --> src/cache/mod.rs:14:9 Sep 01 21:30:53.739 INFO kablam! | Sep 01 21:30:53.739 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 01 21:30:53.739 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:30:53.739 INFO kablam! | Sep 01 21:30:53.739 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:30:53.739 INFO kablam! Sep 01 21:30:53.796 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 21:30:53.796 INFO kablam! --> src/cache/mod.rs:14:9 Sep 01 21:30:53.796 INFO kablam! | Sep 01 21:30:53.796 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Sep 01 21:30:53.796 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:30:53.796 INFO kablam! | Sep 01 21:30:53.796 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:30:53.796 INFO kablam! Sep 01 21:31:01.189 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 21:31:01.189 INFO kablam! --> src/lib.rs:1:12 Sep 01 21:31:01.189 INFO kablam! | Sep 01 21:31:01.189 INFO kablam! 1 | #![feature(ord_max_min)] Sep 01 21:31:01.189 INFO kablam! | ^^^^^^^^^^^ Sep 01 21:31:01.189 INFO kablam! | Sep 01 21:31:01.189 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:31:01.189 INFO kablam! Sep 01 21:31:01.390 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 21:31:01.390 INFO kablam! --> src/lib.rs:1:12 Sep 01 21:31:01.390 INFO kablam! | Sep 01 21:31:01.390 INFO kablam! 1 | #![feature(ord_max_min)] Sep 01 21:31:01.390 INFO kablam! | ^^^^^^^^^^^ Sep 01 21:31:01.390 INFO kablam! | Sep 01 21:31:01.391 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:31:01.391 INFO kablam! Sep 01 21:31:01.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.86s Sep 01 21:31:01.725 INFO kablam! su: No module specific data is present Sep 01 21:31:02.191 INFO running `"docker" "rm" "-f" "9ff64e12c7e9c0aab1e4e8652091632d82ba37a155d2433ca390df1c7e41be9f"` Sep 01 21:31:02.329 INFO blam! 9ff64e12c7e9c0aab1e4e8652091632d82ba37a155d2433ca390df1c7e41be9f