Sep 20 03:21:11.893 INFO checking fruently-0.10.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:21:11.893 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:21:11.893 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.104 INFO blam! d06975fc0fc07728525060491c676ce4cffa814c796ae46f320f6b12ee1cdbb1 Sep 20 03:21:12.106 INFO running `"docker" "start" "-a" "d06975fc0fc07728525060491c676ce4cffa814c796ae46f320f6b12ee1cdbb1"` Sep 20 03:21:13.730 INFO kablam! usermod: no changes Sep 20 03:21:13.889 INFO kablam! Compiling pulldown-cmark v0.0.8 Sep 20 03:21:13.890 INFO kablam! Checking retry v0.4.0 Sep 20 03:21:16.826 INFO kablam! Checking skeptic v0.9.0 Sep 20 03:21:19.658 INFO kablam! Compiling fruently v0.10.0 (/source) Sep 20 03:21:21.694 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:21.694 INFO kablam! --> src/fluent.rs:32:5 Sep 20 03:21:21.694 INFO kablam! | Sep 20 03:21:21.694 INFO kablam! 32 | T: Serialize = EventRecord; Sep 20 03:21:21.694 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:21.694 INFO kablam! | Sep 20 03:21:21.694 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 20 03:21:21.694 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:21.694 INFO kablam! Sep 20 03:21:21.702 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:21.702 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 20 03:21:21.702 INFO kablam! | Sep 20 03:21:21.702 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 20 03:21:21.702 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:21.702 INFO kablam! | Sep 20 03:21:21.702 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:21.702 INFO kablam! Sep 20 03:21:22.482 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:22.482 INFO kablam! --> src/fluent.rs:32:5 Sep 20 03:21:22.482 INFO kablam! | Sep 20 03:21:22.482 INFO kablam! 32 | T: Serialize = EventRecord; Sep 20 03:21:22.482 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:22.482 INFO kablam! | Sep 20 03:21:22.482 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 20 03:21:22.482 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:22.482 INFO kablam! Sep 20 03:21:22.490 INFO kablam! warning: where clauses are not enforced in type aliases Sep 20 03:21:22.490 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 20 03:21:22.490 INFO kablam! | Sep 20 03:21:22.490 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 20 03:21:22.490 INFO kablam! | ^^^^^^^^^^^^ Sep 20 03:21:22.490 INFO kablam! | Sep 20 03:21:22.490 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 20 03:21:22.490 INFO kablam! Sep 20 03:21:23.033 INFO kablam! warning: variable does not need to be mutable Sep 20 03:21:23.033 INFO kablam! --> examples/forward.rs:14:41 Sep 20 03:21:23.033 INFO kablam! | Sep 20 03:21:23.033 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Sep 20 03:21:23.033 INFO kablam! | ----^^^ Sep 20 03:21:23.033 INFO kablam! | | Sep 20 03:21:23.033 INFO kablam! | help: remove this `mut` Sep 20 03:21:23.033 INFO kablam! | Sep 20 03:21:23.033 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 03:21:23.033 INFO kablam! Sep 20 03:21:23.082 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.082 INFO kablam! --> examples/store_file.rs:9:16 Sep 20 03:21:23.082 INFO kablam! | Sep 20 03:21:23.082 INFO kablam! 9 | let home = env::home_dir().unwrap(); Sep 20 03:21:23.082 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:21:23.082 INFO kablam! | Sep 20 03:21:23.082 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 03:21:23.082 INFO kablam! Sep 20 03:21:23.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.52s Sep 20 03:21:23.302 INFO kablam! su: No module specific data is present Sep 20 03:21:24.315 INFO running `"docker" "rm" "-f" "d06975fc0fc07728525060491c676ce4cffa814c796ae46f320f6b12ee1cdbb1"` Sep 20 03:21:24.426 INFO blam! d06975fc0fc07728525060491c676ce4cffa814c796ae46f320f6b12ee1cdbb1