Oct 27 14:44:17.428 INFO checking terra-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:44:17.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 14:44:17.860 INFO blam! 6e7567ba2dc6d96551b2069c4b212190a84a8e037e277fe23a880768e0c3d6e9 Oct 27 14:44:17.863 INFO running `"docker" "start" "-a" "6e7567ba2dc6d96551b2069c4b212190a84a8e037e277fe23a880768e0c3d6e9"` Oct 27 14:44:19.467 INFO kablam! usermod: no changes Oct 27 14:44:19.883 INFO kablam! Compiling serde v1.0.80 Oct 27 14:44:19.891 INFO kablam! Checking safe-transmute v0.3.1 Oct 27 14:44:19.891 INFO kablam! Checking socket2 v0.3.8 Oct 27 14:44:19.891 INFO kablam! Checking memmap v0.5.2 Oct 27 14:44:19.891 INFO kablam! Compiling curl-sys v0.4.13 Oct 27 14:44:19.907 INFO kablam! Checking num-rational v0.1.42 Oct 27 14:44:19.915 INFO kablam! Checking rustfft v2.1.0 Oct 27 14:44:19.915 INFO kablam! Compiling derivative v1.0.1 Oct 27 14:44:23.227 INFO kablam! Checking png v0.9.0 Oct 27 14:44:23.684 INFO kablam! Checking inotify v0.6.1 Oct 27 14:44:29.611 INFO kablam! Checking curl v0.4.18 Oct 27 14:44:31.120 INFO kablam! Checking image v0.15.0 Oct 27 14:44:32.613 INFO kablam! Checking notify v4.0.6 Oct 27 14:44:47.907 INFO kablam! Checking gfx_core v0.7.2 Oct 27 14:44:53.651 INFO kablam! Checking bincode v0.8.0 Oct 27 14:44:53.651 INFO kablam! Checking cgmath v0.15.0 Oct 27 14:45:19.579 INFO kablam! Checking gfx v0.16.3 Oct 27 14:45:26.406 INFO kablam! Checking rshader v0.1.0 Oct 27 14:45:29.717 INFO kablam! Checking terra v0.2.0 (/source) Oct 27 14:45:37.351 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:45:37.351 INFO kablam! --> src/terrain/file.rs:450:37 Oct 27 14:45:37.351 INFO kablam! | Oct 27 14:45:37.351 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 27 14:45:37.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:45:37.351 INFO kablam! | Oct 27 14:45:37.351 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:45:37.351 INFO kablam! Oct 27 14:45:37.571 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:45:37.571 INFO kablam! --> src/cache/mod.rs:14:9 Oct 27 14:45:37.571 INFO kablam! | Oct 27 14:45:37.571 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 27 14:45:37.571 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 14:45:37.571 INFO kablam! | Oct 27 14:45:37.571 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:45:37.571 INFO kablam! Oct 27 14:45:37.964 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 14:45:37.964 INFO kablam! --> src/terrain/file.rs:450:37 Oct 27 14:45:37.964 INFO kablam! | Oct 27 14:45:37.964 INFO kablam! 450 | writer.write_u8(((w * 255.0) as u8))?; Oct 27 14:45:37.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:45:37.972 INFO kablam! | Oct 27 14:45:37.972 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:45:37.972 INFO kablam! Oct 27 14:45:38.047 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:45:38.048 INFO kablam! --> src/cache/mod.rs:14:9 Oct 27 14:45:38.048 INFO kablam! | Oct 27 14:45:38.048 INFO kablam! 14 | env::home_dir().unwrap_or(PathBuf::from(".")).join(".terra") Oct 27 14:45:38.048 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 14:45:38.049 INFO kablam! | Oct 27 14:45:38.049 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:45:38.049 INFO kablam! Oct 27 14:45:42.092 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:45:42.092 INFO kablam! --> src/lib.rs:1:12 Oct 27 14:45:42.092 INFO kablam! | Oct 27 14:45:42.092 INFO kablam! 1 | #![feature(ord_max_min)] Oct 27 14:45:42.093 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:45:42.093 INFO kablam! | Oct 27 14:45:42.093 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 14:45:42.093 INFO kablam! Oct 27 14:45:43.027 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:45:43.027 INFO kablam! --> src/lib.rs:1:12 Oct 27 14:45:43.027 INFO kablam! | Oct 27 14:45:43.027 INFO kablam! 1 | #![feature(ord_max_min)] Oct 27 14:45:43.027 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:45:43.027 INFO kablam! | Oct 27 14:45:43.027 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 14:45:43.027 INFO kablam! Oct 27 14:45:43.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 27 14:45:43.311 INFO kablam! su: No module specific data is present Oct 27 14:45:44.147 INFO running `"docker" "rm" "-f" "6e7567ba2dc6d96551b2069c4b212190a84a8e037e277fe23a880768e0c3d6e9"` Oct 27 14:45:44.427 INFO blam! 6e7567ba2dc6d96551b2069c4b212190a84a8e037e277fe23a880768e0c3d6e9