Oct 27 22:13:34.295 INFO checking fruently-0.10.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:13:34.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 22:13:34.849 INFO blam! 440d7a4f6b0d9e39f05e91dd939774d2e9696ba606a194355a0b50d746ef4050 Oct 27 22:13:34.867 INFO running `"docker" "start" "-a" "440d7a4f6b0d9e39f05e91dd939774d2e9696ba606a194355a0b50d746ef4050"` Oct 27 22:13:35.667 INFO kablam! usermod: no changes Oct 27 22:13:35.796 INFO kablam! Compiling skeptic v0.9.0 Oct 27 22:13:38.187 INFO kablam! Compiling fruently v0.10.0 (/source) Oct 27 22:13:40.907 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:40.908 INFO kablam! --> src/fluent.rs:32:5 Oct 27 22:13:40.908 INFO kablam! | Oct 27 22:13:40.908 INFO kablam! 32 | T: Serialize = EventRecord; Oct 27 22:13:40.908 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:40.909 INFO kablam! | Oct 27 22:13:40.909 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 22:13:40.909 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:40.910 INFO kablam! Oct 27 22:13:40.911 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:40.911 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 27 22:13:40.912 INFO kablam! | Oct 27 22:13:40.912 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 27 22:13:40.912 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:40.912 INFO kablam! | Oct 27 22:13:40.912 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:40.913 INFO kablam! Oct 27 22:13:45.355 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:45.355 INFO kablam! --> src/fluent.rs:32:5 Oct 27 22:13:45.355 INFO kablam! | Oct 27 22:13:45.355 INFO kablam! 32 | T: Serialize = EventRecord; Oct 27 22:13:45.355 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:45.355 INFO kablam! | Oct 27 22:13:45.355 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 22:13:45.355 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:45.355 INFO kablam! Oct 27 22:13:45.355 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:45.355 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 27 22:13:45.355 INFO kablam! | Oct 27 22:13:45.355 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 27 22:13:45.355 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:45.355 INFO kablam! | Oct 27 22:13:45.355 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:45.355 INFO kablam! Oct 27 22:13:45.387 INFO kablam! warning: variable does not need to be mutable Oct 27 22:13:45.387 INFO kablam! --> examples/forward.rs:14:41 Oct 27 22:13:45.387 INFO kablam! | Oct 27 22:13:45.387 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Oct 27 22:13:45.387 INFO kablam! | ----^^^ Oct 27 22:13:45.387 INFO kablam! | | Oct 27 22:13:45.387 INFO kablam! | help: remove this `mut` Oct 27 22:13:45.387 INFO kablam! | Oct 27 22:13:45.387 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:13:45.387 INFO kablam! Oct 27 22:13:46.564 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. Oct 27 22:13:46.564 INFO kablam! --> examples/store_file.rs:9:16 Oct 27 22:13:46.564 INFO kablam! | Oct 27 22:13:46.564 INFO kablam! 9 | let home = env::home_dir().unwrap(); Oct 27 22:13:46.564 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:13:46.564 INFO kablam! | Oct 27 22:13:46.564 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:13:46.564 INFO kablam! Oct 27 22:13:46.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.18s Oct 27 22:13:46.891 INFO kablam! su: No module specific data is present Oct 27 22:13:47.775 INFO running `"docker" "rm" "-f" "440d7a4f6b0d9e39f05e91dd939774d2e9696ba606a194355a0b50d746ef4050"` Oct 27 22:13:48.007 INFO blam! 440d7a4f6b0d9e39f05e91dd939774d2e9696ba606a194355a0b50d746ef4050