Oct 22 03:08:45.184 INFO checking fruently-0.10.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:08:45.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 22 03:08:45.636 INFO blam! ebc70e4aa2dc1ca1c1047590aa0dc4906d77ee3a6ad5aa56c188930c9a59cf06 Oct 22 03:08:45.644 INFO running `"docker" "start" "-a" "ebc70e4aa2dc1ca1c1047590aa0dc4906d77ee3a6ad5aa56c188930c9a59cf06"` Oct 22 03:08:46.669 INFO kablam! usermod: no changes Oct 22 03:08:46.794 INFO kablam! Checking retry v0.4.0 Oct 22 03:08:46.794 INFO kablam! Compiling fruently v0.10.0 (/source) Oct 22 03:08:50.392 INFO kablam! warning: where clauses are not enforced in type aliases Oct 22 03:08:50.392 INFO kablam! --> src/fluent.rs:32:5 Oct 22 03:08:50.392 INFO kablam! | Oct 22 03:08:50.392 INFO kablam! 32 | T: Serialize = EventRecord; Oct 22 03:08:50.392 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:08:50.393 INFO kablam! | Oct 22 03:08:50.393 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 22 03:08:50.393 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 22 03:08:50.393 INFO kablam! Oct 22 03:08:50.400 INFO kablam! warning: where clauses are not enforced in type aliases Oct 22 03:08:50.400 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 22 03:08:50.400 INFO kablam! | Oct 22 03:08:50.400 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 22 03:08:50.400 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:08:50.400 INFO kablam! | Oct 22 03:08:50.400 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 22 03:08:50.400 INFO kablam! Oct 22 03:08:50.560 INFO kablam! warning: where clauses are not enforced in type aliases Oct 22 03:08:50.560 INFO kablam! --> src/fluent.rs:32:5 Oct 22 03:08:50.560 INFO kablam! | Oct 22 03:08:50.560 INFO kablam! 32 | T: Serialize = EventRecord; Oct 22 03:08:50.560 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:08:50.560 INFO kablam! | Oct 22 03:08:50.560 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 22 03:08:50.560 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 22 03:08:50.560 INFO kablam! Oct 22 03:08:50.564 INFO kablam! warning: where clauses are not enforced in type aliases Oct 22 03:08:50.565 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 22 03:08:50.565 INFO kablam! | Oct 22 03:08:50.565 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 22 03:08:50.565 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:08:50.565 INFO kablam! | Oct 22 03:08:50.565 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 22 03:08:50.565 INFO kablam! Oct 22 03:08:55.236 INFO kablam! warning: variable does not need to be mutable Oct 22 03:08:55.237 INFO kablam! --> examples/forward.rs:14:41 Oct 22 03:08:55.237 INFO kablam! | Oct 22 03:08:55.237 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Oct 22 03:08:55.238 INFO kablam! | ----^^^ Oct 22 03:08:55.238 INFO kablam! | | Oct 22 03:08:55.238 INFO kablam! | help: remove this `mut` Oct 22 03:08:55.239 INFO kablam! | Oct 22 03:08:55.239 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:08:55.239 INFO kablam! Oct 22 03:08:55.820 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 22 03:08:55.820 INFO kablam! --> examples/store_file.rs:9:16 Oct 22 03:08:55.820 INFO kablam! | Oct 22 03:08:55.820 INFO kablam! 9 | let home = env::home_dir().unwrap(); Oct 22 03:08:55.820 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:08:55.820 INFO kablam! | Oct 22 03:08:55.820 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:08:55.820 INFO kablam! Oct 22 03:08:55.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.21s Oct 22 03:08:55.912 INFO kablam! su: No module specific data is present Oct 22 03:08:56.724 INFO running `"docker" "rm" "-f" "ebc70e4aa2dc1ca1c1047590aa0dc4906d77ee3a6ad5aa56c188930c9a59cf06"` Oct 22 03:08:57.041 INFO blam! ebc70e4aa2dc1ca1c1047590aa0dc4906d77ee3a6ad5aa56c188930c9a59cf06