Sep 04 20:14:05.539 INFO checking fruently-0.10.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:14:05.539 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:14:05.539 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:14:05.706 INFO blam! f74ec1783790bbf9b082e12a0640f2173044f11d5328f50202b52aff93e6dff4 Sep 04 20:14:05.708 INFO running `"docker" "start" "-a" "f74ec1783790bbf9b082e12a0640f2173044f11d5328f50202b52aff93e6dff4"` Sep 04 20:14:06.607 INFO kablam! Checking pulldown-cmark v0.0.8 Sep 04 20:14:06.607 INFO kablam! Compiling fruently v0.10.0 (file:///source) Sep 04 20:14:08.718 INFO kablam! Checking skeptic v0.9.0 Sep 04 20:14:09.004 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 20:14:09.004 INFO kablam! --> src/fluent.rs:32:5 Sep 04 20:14:09.004 INFO kablam! | Sep 04 20:14:09.004 INFO kablam! 32 | T: Serialize = EventRecord; Sep 04 20:14:09.004 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:14:09.004 INFO kablam! | Sep 04 20:14:09.004 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 20:14:09.005 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 20:14:09.005 INFO kablam! Sep 04 20:14:09.008 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 20:14:09.008 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 04 20:14:09.008 INFO kablam! | Sep 04 20:14:09.008 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 04 20:14:09.008 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:14:09.009 INFO kablam! | Sep 04 20:14:09.009 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 20:14:09.009 INFO kablam! Sep 04 20:14:12.464 INFO kablam! warning: variable does not need to be mutable Sep 04 20:14:12.464 INFO kablam! --> examples/forward.rs:14:41 Sep 04 20:14:12.464 INFO kablam! | Sep 04 20:14:12.464 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Sep 04 20:14:12.464 INFO kablam! | ----^^^ Sep 04 20:14:12.464 INFO kablam! | | Sep 04 20:14:12.464 INFO kablam! | help: remove this `mut` Sep 04 20:14:12.464 INFO kablam! | Sep 04 20:14:12.464 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 20:14:12.464 INFO kablam! Sep 04 20:14:12.565 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 20:14:12.565 INFO kablam! --> examples/store_file.rs:9:16 Sep 04 20:14:12.565 INFO kablam! | Sep 04 20:14:12.565 INFO kablam! 9 | let home = env::home_dir().unwrap(); Sep 04 20:14:12.565 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 20:14:12.565 INFO kablam! | Sep 04 20:14:12.565 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 20:14:12.565 INFO kablam! Sep 04 20:14:13.048 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 20:14:13.048 INFO kablam! --> src/fluent.rs:32:5 Sep 04 20:14:13.048 INFO kablam! | Sep 04 20:14:13.049 INFO kablam! 32 | T: Serialize = EventRecord; Sep 04 20:14:13.049 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:14:13.049 INFO kablam! | Sep 04 20:14:13.049 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 20:14:13.049 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 20:14:13.049 INFO kablam! Sep 04 20:14:13.051 INFO kablam! warning: where clauses are not enforced in type aliases Sep 04 20:14:13.051 INFO kablam! --> src/forwardable/mod.rs:12:5 Sep 04 20:14:13.051 INFO kablam! | Sep 04 20:14:13.051 INFO kablam! 12 | T: Serialize = (EventTime, T); Sep 04 20:14:13.051 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:14:13.051 INFO kablam! | Sep 04 20:14:13.051 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 04 20:14:13.051 INFO kablam! Sep 04 20:14:13.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.60s Sep 04 20:14:13.092 INFO kablam! su: No module specific data is present Sep 04 20:14:14.289 INFO running `"docker" "rm" "-f" "f74ec1783790bbf9b082e12a0640f2173044f11d5328f50202b52aff93e6dff4"` Sep 04 20:14:14.370 INFO blam! f74ec1783790bbf9b082e12a0640f2173044f11d5328f50202b52aff93e6dff4