Oct 13 07:32:19.803 INFO checking terra-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:32:19.803 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 07:32:20.242 INFO blam! d9218a565ca493d80303494fe6cb946093fbbc2451bf262eafb1e4062891d0ef Oct 13 07:32:20.242 INFO running `"docker" "start" "-a" "d9218a565ca493d80303494fe6cb946093fbbc2451bf262eafb1e4062891d0ef"` Oct 13 07:32:22.188 INFO kablam! usermod: no changes Oct 13 07:32:22.597 INFO kablam! Compiling serde v1.0.79 Oct 13 07:32:22.620 INFO kablam! Checking safe-transmute v0.3.1 Oct 13 07:32:22.632 INFO kablam! Checking memmap v0.5.2 Oct 13 07:32:22.633 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 13 07:32:22.634 INFO kablam! Checking miniz_oxide v0.1.3 Oct 13 07:32:22.637 INFO kablam! Checking gfx_core v0.7.2 Oct 13 07:32:22.638 INFO kablam! Checking bzip2-sys v0.1.6 Oct 13 07:32:22.645 INFO kablam! Checking num-rational v0.1.42 Oct 13 07:32:24.900 INFO kablam! Checking rustfft v2.1.0 Oct 13 07:32:27.570 INFO kablam! Checking png v0.9.0 Oct 13 07:32:27.571 INFO kablam! Checking bzip2 v0.3.3 Oct 13 07:32:27.635 INFO kablam! Checking inotify v0.6.1 Oct 13 07:32:35.692 INFO kablam! Checking image v0.15.0 Oct 13 07:32:36.187 INFO kablam! Checking flate2 v1.0.3 Oct 13 07:32:39.509 INFO kablam! Checking notify v4.0.6 Oct 13 07:32:42.533 INFO kablam! Checking zip v0.2.8 Oct 13 07:32:57.276 INFO kablam! Checking cgmath v0.15.0 Oct 13 07:32:57.276 INFO kablam! Checking bincode v0.8.0 Oct 13 07:33:15.505 INFO kablam! Checking gfx v0.16.3 Oct 13 07:33:22.349 INFO kablam! Checking rshader v0.1.0 Oct 13 07:33:25.410 INFO kablam! Checking terra v0.2.0 (/source) Oct 13 07:33:31.444 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:33:31.444 INFO kablam! --> src/terrain/file.rs:450:37 Oct 13 07:33:31.444 INFO kablam! | Oct 13 07:33:31.444 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 13 07:33:31.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:33:31.444 INFO kablam! | Oct 13 07:33:31.445 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:33:31.445 INFO kablam! Oct 13 07:33:31.552 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. Oct 13 07:33:31.552 INFO kablam! --> src/cache/mod.rs:14:9 Oct 13 07:33:31.552 INFO kablam! | Oct 13 07:33:31.552 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 13 07:33:31.552 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:33:31.552 INFO kablam! | Oct 13 07:33:31.552 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:33:31.552 INFO kablam! Oct 13 07:33:31.652 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:33:31.652 INFO kablam! --> src/terrain/file.rs:450:37 Oct 13 07:33:31.652 INFO kablam! | Oct 13 07:33:31.652 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 13 07:33:31.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:33:31.652 INFO kablam! | Oct 13 07:33:31.653 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:33:31.653 INFO kablam! Oct 13 07:33:31.816 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. Oct 13 07:33:31.816 INFO kablam! --> src/cache/mod.rs:14:9 Oct 13 07:33:31.816 INFO kablam! | Oct 13 07:33:31.817 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 13 07:33:31.818 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:33:31.818 INFO kablam! | Oct 13 07:33:31.818 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:33:31.818 INFO kablam! Oct 13 07:33:36.204 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 13 07:33:36.204 INFO kablam! --> src/lib.rs:1:12 Oct 13 07:33:36.204 INFO kablam! | Oct 13 07:33:36.204 INFO kablam! 1 | #![feature(ord_max_min)] Oct 13 07:33:36.204 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:33:36.204 INFO kablam! | Oct 13 07:33:36.204 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 07:33:36.204 INFO kablam! Oct 13 07:33:36.324 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 13 07:33:36.324 INFO kablam! --> src/lib.rs:1:12 Oct 13 07:33:36.324 INFO kablam! | Oct 13 07:33:36.324 INFO kablam! 1 | #![feature(ord_max_min)] Oct 13 07:33:36.324 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:33:36.324 INFO kablam! | Oct 13 07:33:36.324 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 07:33:36.324 INFO kablam! Oct 13 07:33:36.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 13 07:33:36.516 INFO kablam! su: No module specific data is present Oct 13 07:33:36.893 INFO running `"docker" "rm" "-f" "d9218a565ca493d80303494fe6cb946093fbbc2451bf262eafb1e4062891d0ef"` Oct 13 07:33:37.055 INFO blam! d9218a565ca493d80303494fe6cb946093fbbc2451bf262eafb1e4062891d0ef