Sep 04 17:22:31.637 INFO checking fruently-0.10.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 17:22:31.637 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 17:22:31.637 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:22:31.830 INFO blam! d77bd8a2fac3421f2293a21bfc509c142e0827e897d171a32803711a96a3d3dd Sep 04 17:22:31.833 INFO running `"docker" "start" "-a" "d77bd8a2fac3421f2293a21bfc509c142e0827e897d171a32803711a96a3d3dd"` Sep 04 17:22:32.750 INFO kablam! Compiling fruently v0.10.0 (file:///source) Sep 04 17:22:35.351 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 17:22:35.351 INFO kablam! --> src/fluent.rs:32:5 Sep 04 17:22:35.351 INFO kablam! | Sep 04 17:22:35.351 INFO kablam! 32 | T: Serialize = EventRecord; Sep 04 17:22:35.351 INFO kablam! | ^^^^^^^^^^^^ Sep 04 17:22:35.351 INFO kablam! | Sep 04 17:22:35.351 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 17:22:35.351 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 17:22:35.351 INFO kablam! Sep 04 17:22:35.352 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 17:22:35.352 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 04 17:22:35.352 INFO kablam! | Sep 04 17:22:35.352 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 04 17:22:35.352 INFO kablam! | ^^^^^^^^^^^^ Sep 04 17:22:35.352 INFO kablam! | Sep 04 17:22:35.352 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 17:22:35.352 INFO kablam! Sep 04 17:22:37.200 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 17:22:37.200 INFO kablam! --> src/fluent.rs:32:5 Sep 04 17:22:37.200 INFO kablam! | Sep 04 17:22:37.200 INFO kablam! 32 | T: Serialize = EventRecord; Sep 04 17:22:37.200 INFO kablam! | ^^^^^^^^^^^^ Sep 04 17:22:37.203 INFO kablam! | Sep 04 17:22:37.203 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 17:22:37.204 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 17:22:37.204 INFO kablam! Sep 04 17:22:37.209 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 17:22:37.209 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 04 17:22:37.209 INFO kablam! | Sep 04 17:22:37.209 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 04 17:22:37.209 INFO kablam! | ^^^^^^^^^^^^ Sep 04 17:22:37.210 INFO kablam! | Sep 04 17:22:37.210 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 17:22:37.211 INFO kablam! Sep 04 17:22:38.105 INFO kablam! warning: variable does not need to be mutable Sep 04 17:22:38.105 INFO kablam! --> examples/forward.rs:14:41 Sep 04 17:22:38.105 INFO kablam! | Sep 04 17:22:38.105 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Sep 04 17:22:38.106 INFO kablam! | ----^^^ Sep 04 17:22:38.106 INFO kablam! | | Sep 04 17:22:38.106 INFO kablam! | help: remove this `mut` Sep 04 17:22:38.106 INFO kablam! | Sep 04 17:22:38.106 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 17:22:38.106 INFO kablam! Sep 04 17:22:38.118 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 04 17:22:38.118 INFO kablam! --> examples/store_file.rs:9:16 Sep 04 17:22:38.118 INFO kablam! | Sep 04 17:22:38.118 INFO kablam! 9 | let home = env::home_dir().unwrap(); Sep 04 17:22:38.118 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 17:22:38.118 INFO kablam! | Sep 04 17:22:38.118 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 17:22:38.118 INFO kablam! Sep 04 17:22:38.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.66s Sep 04 17:22:38.304 INFO kablam! su: No module specific data is present Sep 04 17:22:38.956 INFO running `"docker" "rm" "-f" "d77bd8a2fac3421f2293a21bfc509c142e0827e897d171a32803711a96a3d3dd"` Sep 04 17:22:39.057 INFO blam! d77bd8a2fac3421f2293a21bfc509c142e0827e897d171a32803711a96a3d3dd