Oct 21 23:05:47.770 INFO checking terra-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:05:47.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:05:48.172 INFO blam! af0638028b3670a005e3778f2b6f25633629b8dc967d0c321e75271b3259749f Oct 21 23:05:48.184 INFO running `"docker" "start" "-a" "af0638028b3670a005e3778f2b6f25633629b8dc967d0c321e75271b3259749f"` Oct 21 23:05:49.320 INFO kablam! usermod: no changes Oct 21 23:05:49.715 INFO kablam! Compiling serde v1.0.80 Oct 21 23:05:49.716 INFO kablam! Checking safe-transmute v0.3.1 Oct 21 23:05:49.717 INFO kablam! Checking memmap v0.5.2 Oct 21 23:05:49.732 INFO kablam! Checking mio-extras v2.0.5 Oct 21 23:05:49.737 INFO kablam! Checking num-rational v0.1.42 Oct 21 23:05:49.737 INFO kablam! Checking rustfft v2.1.0 Oct 21 23:05:49.737 INFO kablam! Checking png v0.9.0 Oct 21 23:05:49.738 INFO kablam! Checking zip v0.2.8 Oct 21 23:05:52.699 INFO kablam! Checking inotify v0.6.1 Oct 21 23:05:56.540 INFO kablam! Checking image v0.15.0 Oct 21 23:05:58.048 INFO kablam! Checking notify v4.0.6 Oct 21 23:06:02.066 INFO kablam! Checking rshader v0.1.0 Oct 21 23:06:09.912 INFO kablam! Checking cgmath v0.15.0 Oct 21 23:06:09.912 INFO kablam! Checking bincode v0.8.0 Oct 21 23:06:20.158 INFO kablam! Checking terra v0.2.0 (/source) Oct 21 23:06:26.509 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 23:06:26.509 INFO kablam! --> src/terrain/file.rs:450:37 Oct 21 23:06:26.509 INFO kablam! | Oct 21 23:06:26.509 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 21 23:06:26.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:06:26.510 INFO kablam! | Oct 21 23:06:26.510 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:06:26.510 INFO kablam! Oct 21 23:06:26.636 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 21 23:06:26.636 INFO kablam! --> src/cache/mod.rs:14:9 Oct 21 23:06:26.636 INFO kablam! | Oct 21 23:06:26.636 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 21 23:06:26.636 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:06:26.636 INFO kablam! | Oct 21 23:06:26.636 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:06:26.636 INFO kablam! Oct 21 23:06:26.676 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 23:06:26.676 INFO kablam! --> src/terrain/file.rs:450:37 Oct 21 23:06:26.676 INFO kablam! | Oct 21 23:06:26.676 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 21 23:06:26.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:06:26.676 INFO kablam! | Oct 21 23:06:26.676 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:06:26.676 INFO kablam! Oct 21 23:06:26.878 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 21 23:06:26.878 INFO kablam! --> src/cache/mod.rs:14:9 Oct 21 23:06:26.878 INFO kablam! | Oct 21 23:06:26.878 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 21 23:06:26.878 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:06:26.878 INFO kablam! | Oct 21 23:06:26.878 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:06:26.878 INFO kablam! Oct 21 23:06:30.864 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 21 23:06:30.864 INFO kablam! --> src/lib.rs:1:12 Oct 21 23:06:30.864 INFO kablam! | Oct 21 23:06:30.864 INFO kablam! 1 | #![feature(ord_max_min)] Oct 21 23:06:30.864 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:06:30.864 INFO kablam! | Oct 21 23:06:30.864 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:06:30.864 INFO kablam! Oct 21 23:06:31.224 INFO kablam! warning: the feature `ord_max_min` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 21 23:06:31.224 INFO kablam! --> src/lib.rs:1:12 Oct 21 23:06:31.224 INFO kablam! | Oct 21 23:06:31.224 INFO kablam! 1 | #![feature(ord_max_min)] Oct 21 23:06:31.224 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:06:31.225 INFO kablam! | Oct 21 23:06:31.225 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:06:31.225 INFO kablam! Oct 21 23:06:31.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.99s Oct 21 23:06:31.351 INFO kablam! su: No module specific data is present Oct 21 23:06:31.656 INFO running `"docker" "rm" "-f" "af0638028b3670a005e3778f2b6f25633629b8dc967d0c321e75271b3259749f"` Oct 21 23:06:31.775 INFO blam! af0638028b3670a005e3778f2b6f25633629b8dc967d0c321e75271b3259749f