Sep 01 03:58:59.775 INFO checking fruently-0.10.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 03:58:59.775 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 03:58:59.776 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:58:59.930 INFO blam! 1d2a61a388b7ef5416a28f1f968b43d39233eff075cce87da3306ef986e042d2 Sep 01 03:58:59.931 INFO running `"docker" "start" "-a" "1d2a61a388b7ef5416a28f1f968b43d39233eff075cce87da3306ef986e042d2"` Sep 01 03:59:00.694 INFO kablam! Compiling fruently v0.10.0 (file:///source) Sep 01 03:59:03.041 INFO kablam! warning: where clauses are not enforced in type aliases Sep 01 03:59:03.041 INFO kablam! --> src/fluent.rs:32:5 Sep 01 03:59:03.041 INFO kablam! | Sep 01 03:59:03.041 INFO kablam! 32 | T: Serialize = EventRecord; Sep 01 03:59:03.041 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:59:03.041 INFO kablam! | Sep 01 03:59:03.041 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 03:59:03.041 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 01 03:59:03.041 INFO kablam! Sep 01 03:59:03.043 INFO kablam! warning: where clauses are not enforced in type aliases Sep 01 03:59:03.043 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 01 03:59:03.043 INFO kablam! | Sep 01 03:59:03.043 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 01 03:59:03.043 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:59:03.043 INFO kablam! | Sep 01 03:59:03.043 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 01 03:59:03.043 INFO kablam! Sep 01 03:59:04.462 INFO kablam! warning: where clauses are not enforced in type aliases Sep 01 03:59:04.462 INFO kablam! --> src/fluent.rs:32:5 Sep 01 03:59:04.462 INFO kablam! | Sep 01 03:59:04.462 INFO kablam! 32 | T: Serialize = EventRecord; Sep 01 03:59:04.462 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:59:04.462 INFO kablam! | Sep 01 03:59:04.462 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 03:59:04.462 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 01 03:59:04.462 INFO kablam! Sep 01 03:59:04.472 INFO kablam! warning: where clauses are not enforced in type aliases Sep 01 03:59:04.472 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 01 03:59:04.472 INFO kablam! | Sep 01 03:59:04.472 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 01 03:59:04.472 INFO kablam! | ^^^^^^^^^^^^ Sep 01 03:59:04.472 INFO kablam! | Sep 01 03:59:04.472 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 01 03:59:04.472 INFO kablam! Sep 01 03:59:06.329 INFO kablam! warning: variable does not need to be mutable Sep 01 03:59:06.329 INFO kablam! --> examples/forward.rs:14:41 Sep 01 03:59:06.329 INFO kablam! | Sep 01 03:59:06.329 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Sep 01 03:59:06.329 INFO kablam! | ----^^^ Sep 01 03:59:06.329 INFO kablam! | | Sep 01 03:59:06.329 INFO kablam! | help: remove this `mut` Sep 01 03:59:06.329 INFO kablam! | Sep 01 03:59:06.329 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 03:59:06.329 INFO kablam! Sep 01 03:59:06.381 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 01 03:59:06.381 INFO kablam! --> examples/store_file.rs:9:16 Sep 01 03:59:06.381 INFO kablam! | Sep 01 03:59:06.381 INFO kablam! 9 | let home = env::home_dir().unwrap(); Sep 01 03:59:06.381 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 03:59:06.381 INFO kablam! | Sep 01 03:59:06.381 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 03:59:06.381 INFO kablam! Sep 01 03:59:06.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.91s Sep 01 03:59:06.508 INFO kablam! su: No module specific data is present Sep 01 03:59:07.065 INFO running `"docker" "rm" "-f" "1d2a61a388b7ef5416a28f1f968b43d39233eff075cce87da3306ef986e042d2"` Sep 01 03:59:07.169 INFO blam! 1d2a61a388b7ef5416a28f1f968b43d39233eff075cce87da3306ef986e042d2