Sep 20 03:21:11.858 INFO checking fruently-0.10.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:21:11.858 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:21:11.858 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:21:12.157 INFO blam! 0eb6669a97544a718af588be7f32165ea424f7338c6f101ec474c7099203bc37 Sep 20 03:21:12.157 INFO running `"docker" "start" "-a" "0eb6669a97544a718af588be7f32165ea424f7338c6f101ec474c7099203bc37"` Sep 20 03:21:13.675 INFO kablam! usermod: no changes Sep 20 03:21:13.924 INFO kablam! Compiling pulldown-cmark v0.0.8 Sep 20 03:21:13.924 INFO kablam! Checking retry v0.4.0 Sep 20 03:21:13.924 INFO kablam! Checking skeptic v0.9.0 Sep 20 03:21:19.648 INFO kablam! Compiling fruently v0.10.0 (/source) Sep 20 03:21:21.935 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:21.935 INFO kablam! --> src/fluent.rs:32:5 Sep 20 03:21:21.935 INFO kablam! | Sep 20 03:21:21.935 INFO kablam! 32 | T: Serialize = EventRecord; Sep 20 03:21:21.935 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:21.935 INFO kablam! | Sep 20 03:21:21.935 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 20 03:21:21.935 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:21.935 INFO kablam! Sep 20 03:21:21.935 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:21.935 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 20 03:21:21.935 INFO kablam! | Sep 20 03:21:21.935 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 20 03:21:21.935 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:21.935 INFO kablam! | Sep 20 03:21:21.935 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:21.935 INFO kablam! Sep 20 03:21:22.943 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:22.943 INFO kablam! --> src/fluent.rs:32:5 Sep 20 03:21:22.943 INFO kablam! | Sep 20 03:21:22.944 INFO kablam! 32 | T: Serialize = EventRecord; Sep 20 03:21:22.944 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:22.944 INFO kablam! | Sep 20 03:21:22.945 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 20 03:21:22.945 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:22.945 INFO kablam! Sep 20 03:21:22.970 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:22.983 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 20 03:21:22.983 INFO kablam! | Sep 20 03:21:22.983 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 20 03:21:22.983 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:22.983 INFO kablam! | Sep 20 03:21:22.983 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:22.983 INFO kablam! Sep 20 03:21:23.590 INFO kablam! warning: variable does not need to be mutable Sep 20 03:21:23.590 INFO kablam! --> examples/forward.rs:14:41 Sep 20 03:21:23.590 INFO kablam! | Sep 20 03:21:23.590 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Sep 20 03:21:23.590 INFO kablam! | ----^^^ Sep 20 03:21:23.590 INFO kablam! | | Sep 20 03:21:23.590 INFO kablam! | help: remove this `mut` Sep 20 03:21:23.594 INFO kablam! | Sep 20 03:21:23.594 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 03:21:23.594 INFO kablam! Sep 20 03:21:23.702 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. Sep 20 03:21:23.702 INFO kablam! --> examples/store_file.rs:9:16 Sep 20 03:21:23.702 INFO kablam! | Sep 20 03:21:23.702 INFO kablam! 9 | let home = env::home_dir().unwrap(); Sep 20 03:21:23.702 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:21:23.702 INFO kablam! | Sep 20 03:21:23.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 03:21:23.702 INFO kablam! Sep 20 03:21:24.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.33s Sep 20 03:21:24.041 INFO kablam! su: No module specific data is present Sep 20 03:21:24.746 INFO running `"docker" "rm" "-f" "0eb6669a97544a718af588be7f32165ea424f7338c6f101ec474c7099203bc37"` Sep 20 03:21:24.851 INFO blam! 0eb6669a97544a718af588be7f32165ea424f7338c6f101ec474c7099203bc37