Oct 27 22:13:32.613 INFO checking fruently-0.10.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:13:32.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:33.051 INFO blam! 2a9d0bac7dc8cdbfd48db37261c8097d6f4e70c8527cd9c2b87a4a83c9f2d90a Oct 27 22:13:33.054 INFO running `"docker" "start" "-a" "2a9d0bac7dc8cdbfd48db37261c8097d6f4e70c8527cd9c2b87a4a83c9f2d90a"` Oct 27 22:13:33.786 INFO kablam! usermod: no changes Oct 27 22:13:33.914 INFO kablam! Checking pulldown-cmark v0.0.8 Oct 27 22:13:33.915 INFO kablam! Compiling skeptic v0.9.0 Oct 27 22:13:35.855 INFO kablam! Compiling fruently v0.10.0 (/source) Oct 27 22:13:39.134 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:39.135 INFO kablam! --> src/fluent.rs:32:5 Oct 27 22:13:39.135 INFO kablam! | Oct 27 22:13:39.136 INFO kablam! 32 | T: Serialize = EventRecord; Oct 27 22:13:39.136 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:39.136 INFO kablam! | Oct 27 22:13:39.140 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 22:13:39.140 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:39.140 INFO kablam! Oct 27 22:13:39.140 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:39.147 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 27 22:13:39.147 INFO kablam! | Oct 27 22:13:39.148 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 27 22:13:39.148 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:39.148 INFO kablam! | Oct 27 22:13:39.148 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:39.149 INFO kablam! Oct 27 22:13:43.227 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:43.227 INFO kablam! --> src/fluent.rs:32:5 Oct 27 22:13:43.227 INFO kablam! | Oct 27 22:13:43.227 INFO kablam! 32 | T: Serialize = EventRecord; Oct 27 22:13:43.227 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:43.227 INFO kablam! | Oct 27 22:13:43.227 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 22:13:43.227 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:43.227 INFO kablam! Oct 27 22:13:43.248 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 22:13:43.248 INFO kablam! --> src/forwardable/mod.rs:12:5 Oct 27 22:13:43.248 INFO kablam! | Oct 27 22:13:43.248 INFO kablam! 12 | T: Serialize = (EventTime, T); Oct 27 22:13:43.248 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:43.248 INFO kablam! | Oct 27 22:13:43.248 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 22:13:43.248 INFO kablam! Oct 27 22:13:44.127 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:44.128 INFO kablam! --> examples/store_file.rs:9:16 Oct 27 22:13:44.128 INFO kablam! | Oct 27 22:13:44.128 INFO kablam! 9 | let home = env::home_dir().unwrap(); Oct 27 22:13:44.128 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:13:44.139 INFO kablam! | Oct 27 22:13:44.139 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:13:44.140 INFO kablam! Oct 27 22:13:44.620 INFO kablam! warning: variable does not need to be mutable Oct 27 22:13:44.620 INFO kablam! --> examples/forward.rs:14:41 Oct 27 22:13:44.621 INFO kablam! | Oct 27 22:13:44.621 INFO kablam! 14 | let thmap = (0..10).fold(&mut obj, |mut acc, i| { Oct 27 22:13:44.621 INFO kablam! | ----^^^ Oct 27 22:13:44.621 INFO kablam! | | Oct 27 22:13:44.622 INFO kablam! | help: remove this `mut` Oct 27 22:13:44.622 INFO kablam! | Oct 27 22:13:44.622 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:13:44.622 INFO kablam! Oct 27 22:13:45.622 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.81s Oct 27 22:13:45.641 INFO kablam! su: No module specific data is present Oct 27 22:13:46.136 INFO running `"docker" "rm" "-f" "2a9d0bac7dc8cdbfd48db37261c8097d6f4e70c8527cd9c2b87a4a83c9f2d90a"` Oct 27 22:13:46.479 INFO blam! 2a9d0bac7dc8cdbfd48db37261c8097d6f4e70c8527cd9c2b87a4a83c9f2d90a