Oct 27 14:44:16.843 INFO checking terra-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:44:16.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:44:17.047 INFO blam! 40f11766e48aade111ef4f9a6859c01b99afe86bf7336023f642905d3d3c4ff9 Oct 27 14:44:17.050 INFO running `"docker" "start" "-a" "40f11766e48aade111ef4f9a6859c01b99afe86bf7336023f642905d3d3c4ff9"` Oct 27 14:44:18.258 INFO kablam! usermod: no changes Oct 27 14:44:18.655 INFO kablam! Checking safe-transmute v0.3.1 Oct 27 14:44:18.655 INFO kablam! Checking memmap v0.5.2 Oct 27 14:44:18.687 INFO kablam! Compiling syn v0.15.14 Oct 27 14:44:18.687 INFO kablam! Checking num-rational v0.1.42 Oct 27 14:44:18.687 INFO kablam! Checking rustfft v2.1.0 Oct 27 14:44:18.687 INFO kablam! Checking png v0.9.0 Oct 27 14:44:18.687 INFO kablam! Checking zip v0.2.8 Oct 27 14:44:18.687 INFO kablam! Checking inotify v0.6.1 Oct 27 14:44:21.179 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 14:44:30.263 INFO kablam! Checking notify v4.0.6 Oct 27 14:44:31.228 INFO kablam! Checking image v0.15.0 Oct 27 14:44:52.327 INFO kablam! Compiling derivative v1.0.1 Oct 27 14:44:52.327 INFO kablam! Compiling serde_derive v1.0.80 Oct 27 14:45:01.547 INFO kablam! Checking gfx_core v0.7.2 Oct 27 14:45:14.191 INFO kablam! Checking serde v1.0.80 Oct 27 14:45:26.823 INFO kablam! Checking bincode v0.8.0 Oct 27 14:45:26.823 INFO kablam! Checking cgmath v0.15.0 Oct 27 14:45:39.355 INFO kablam! Checking gfx v0.16.3 Oct 27 14:45:46.767 INFO kablam! Checking rshader v0.1.0 Oct 27 14:45:50.147 INFO kablam! Checking terra v0.2.0 (/source) Oct 27 14:45:59.851 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:45:59.852 INFO kablam! --> src/terrain/file.rs:450:37 Oct 27 14:45:59.853 INFO kablam! | Oct 27 14:45:59.853 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 27 14:45:59.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:45:59.854 INFO kablam! | Oct 27 14:45:59.855 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:45:59.855 INFO kablam! Oct 27 14:45:59.875 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:45:59.875 INFO kablam! --> src/terrain/file.rs:450:37 Oct 27 14:45:59.876 INFO kablam! | Oct 27 14:45:59.877 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 27 14:45:59.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:45:59.878 INFO kablam! | Oct 27 14:45:59.878 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:45:59.879 INFO kablam! Oct 27 14:46:00.007 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 27 14:46:00.008 INFO kablam! --> src/cache/mod.rs:14:9 Oct 27 14:46:00.008 INFO kablam! | Oct 27 14:46:00.009 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 27 14:46:00.010 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 14:46:00.010 INFO kablam! | Oct 27 14:46:00.011 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:46:00.011 INFO kablam! Oct 27 14:46:00.027 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 27 14:46:00.027 INFO kablam! --> src/cache/mod.rs:14:9 Oct 27 14:46:00.028 INFO kablam! | Oct 27 14:46:00.029 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 27 14:46:00.029 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 14:46:00.030 INFO kablam! | Oct 27 14:46:00.030 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:46:00.031 INFO kablam! Oct 27 14:46:06.039 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 27 14:46:06.039 INFO kablam! --> src/lib.rs:1:12 Oct 27 14:46:06.039 INFO kablam! | Oct 27 14:46:06.039 INFO kablam! 1 | #![feature(ord_max_min)] Oct 27 14:46:06.039 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:46:06.039 INFO kablam! | Oct 27 14:46:06.039 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 14:46:06.039 INFO kablam! Oct 27 14:46:06.823 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 27 14:46:06.823 INFO kablam! --> src/lib.rs:1:12 Oct 27 14:46:06.823 INFO kablam! | Oct 27 14:46:06.823 INFO kablam! 1 | #![feature(ord_max_min)] Oct 27 14:46:06.823 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:46:06.823 INFO kablam! | Oct 27 14:46:06.823 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 14:46:06.823 INFO kablam! Oct 27 14:46:06.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 27 14:46:07.011 INFO kablam! su: No module specific data is present Oct 27 14:46:08.322 INFO running `"docker" "rm" "-f" "40f11766e48aade111ef4f9a6859c01b99afe86bf7336023f642905d3d3c4ff9"` Oct 27 14:46:08.603 INFO blam! 40f11766e48aade111ef4f9a6859c01b99afe86bf7336023f642905d3d3c4ff9