Oct 13 07:32:25.410 INFO checking terra-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:32:25.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:25.847 INFO blam! 082bb8db053e9a9d3305d4932296d616b253cfd106d0f0924c39109936bdb150 Oct 13 07:32:25.847 INFO running `"docker" "start" "-a" "082bb8db053e9a9d3305d4932296d616b253cfd106d0f0924c39109936bdb150"` Oct 13 07:32:28.000 INFO kablam! usermod: no changes Oct 13 07:32:28.373 INFO kablam! Compiling serde v1.0.79 Oct 13 07:32:28.374 INFO kablam! Checking safe-transmute v0.3.1 Oct 13 07:32:28.384 INFO kablam! Checking memmap v0.5.2 Oct 13 07:32:28.389 INFO kablam! Checking num-rational v0.1.42 Oct 13 07:32:28.391 INFO kablam! Checking rustfft v2.1.0 Oct 13 07:32:28.394 INFO kablam! Checking png v0.9.0 Oct 13 07:32:28.406 INFO kablam! Checking inotify v0.6.1 Oct 13 07:32:36.323 INFO kablam! Checking image v0.15.0 Oct 13 07:32:38.708 INFO kablam! Checking notify v4.0.6 Oct 13 07:32:43.588 INFO kablam! Checking rshader v0.1.0 Oct 13 07:32:51.420 INFO kablam! Checking cgmath v0.15.0 Oct 13 07:32:51.420 INFO kablam! Checking bincode v0.8.0 Oct 13 07:33:00.202 INFO kablam! Checking terra v0.2.0 (/source) Oct 13 07:33:08.864 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:33:08.865 INFO kablam! --> src/terrain/file.rs:450:37 Oct 13 07:33:08.865 INFO kablam! | Oct 13 07:33:08.865 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 13 07:33:08.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:33:08.865 INFO kablam! | Oct 13 07:33:08.866 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:33:08.866 INFO kablam! Oct 13 07:33:08.964 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:08.965 INFO kablam! --> src/cache/mod.rs:14:9 Oct 13 07:33:08.965 INFO kablam! | Oct 13 07:33:08.965 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 13 07:33:08.965 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:33:08.966 INFO kablam! | Oct 13 07:33:08.966 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:33:08.966 INFO kablam! Oct 13 07:33:09.013 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 07:33:09.013 INFO kablam! --> src/terrain/file.rs:450:37 Oct 13 07:33:09.014 INFO kablam! | Oct 13 07:33:09.014 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 13 07:33:09.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:33:09.015 INFO kablam! | Oct 13 07:33:09.015 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:33:09.015 INFO kablam! Oct 13 07:33:09.204 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:09.205 INFO kablam! --> src/cache/mod.rs:14:9 Oct 13 07:33:09.206 INFO kablam! | Oct 13 07:33:09.207 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 13 07:33:09.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:33:09.208 INFO kablam! | Oct 13 07:33:09.208 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:33:09.209 INFO kablam! Oct 13 07:33:14.946 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:14.947 INFO kablam! --> src/lib.rs:1:12 Oct 13 07:33:14.948 INFO kablam! | Oct 13 07:33:14.948 INFO kablam! 1 | #![feature(ord_max_min)] Oct 13 07:33:14.949 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:33:14.950 INFO kablam! | Oct 13 07:33:14.950 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 07:33:14.951 INFO kablam! Oct 13 07:33:14.974 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:14.974 INFO kablam! --> src/lib.rs:1:12 Oct 13 07:33:14.975 INFO kablam! | Oct 13 07:33:14.976 INFO kablam! 1 | #![feature(ord_max_min)] Oct 13 07:33:14.976 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:33:14.977 INFO kablam! | Oct 13 07:33:14.978 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 07:33:14.978 INFO kablam! Oct 13 07:33:15.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.15s Oct 13 07:33:15.205 INFO kablam! su: No module specific data is present Oct 13 07:33:15.949 INFO running `"docker" "rm" "-f" "082bb8db053e9a9d3305d4932296d616b253cfd106d0f0924c39109936bdb150"` Oct 13 07:33:16.259 INFO blam! 082bb8db053e9a9d3305d4932296d616b253cfd106d0f0924c39109936bdb150