Oct 27 22:12:01.565 INFO checking funfsm-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:12:01.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:12:02.003 INFO blam! 21d857ffffa1e49074e9a18a87d8554ee7027b4349f2e8f9610141807e63aab7 Oct 27 22:12:02.016 INFO running `"docker" "start" "-a" "21d857ffffa1e49074e9a18a87d8554ee7027b4349f2e8f9610141807e63aab7"` Oct 27 22:12:02.894 INFO kablam! usermod: no changes Oct 27 22:12:02.955 INFO kablam! Checking funfsm v0.2.1 (/source) Oct 27 22:12:03.871 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:4:18 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 4 | pub type Pred = Box bool>; Oct 27 22:12:03.871 INFO kablam! | ^^^^^^^^ Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 22:12:03.871 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 22:12:03.871 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:4:38 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 4 | pub type Pred = Box bool>; Oct 27 22:12:03.871 INFO kablam! | ^^^^^^^^^^ Oct 27 22:12:03.871 INFO kablam! Oct 27 22:12:03.871 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:5:29 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 5 | pub type TransitionCheck Oct 27 22:12:03.871 INFO kablam! | ^^^^^^^^ Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 22:12:03.871 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:6:11 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:03.871 INFO kablam! | ^^^^^^^^^^ Oct 27 22:12:03.871 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:6:24 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:03.871 INFO kablam! | ^^^^^^^^^^ Oct 27 22:12:03.871 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:6:37 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:03.871 INFO kablam! | ^^^^^^ Oct 27 22:12:03.871 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:03.871 INFO kablam! --> src/constraints.rs:6:50 Oct 27 22:12:03.871 INFO kablam! | Oct 27 22:12:03.871 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:03.871 INFO kablam! | ^^^^^^^^^ Oct 27 22:12:03.871 INFO kablam! Oct 27 22:12:04.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:4:18 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 4 | pub type Pred = Box bool>; Oct 27 22:12:04.083 INFO kablam! | ^^^^^^^^ Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 22:12:04.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 22:12:04.083 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:4:38 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 4 | pub type Pred = Box bool>; Oct 27 22:12:04.083 INFO kablam! | ^^^^^^^^^^ Oct 27 22:12:04.083 INFO kablam! Oct 27 22:12:04.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:5:29 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 5 | pub type TransitionCheck Oct 27 22:12:04.083 INFO kablam! | ^^^^^^^^ Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 22:12:04.083 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:6:11 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:04.083 INFO kablam! | ^^^^^^^^^^ Oct 27 22:12:04.083 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:6:24 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:04.083 INFO kablam! | ^^^^^^^^^^ Oct 27 22:12:04.083 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:6:37 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:04.083 INFO kablam! | ^^^^^^ Oct 27 22:12:04.083 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 22:12:04.083 INFO kablam! --> src/constraints.rs:6:50 Oct 27 22:12:04.083 INFO kablam! | Oct 27 22:12:04.083 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 27 22:12:04.083 INFO kablam! | ^^^^^^^^^ Oct 27 22:12:04.083 INFO kablam! Oct 27 22:12:04.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 27 22:12:04.799 INFO kablam! su: No module specific data is present Oct 27 22:12:05.251 INFO running `"docker" "rm" "-f" "21d857ffffa1e49074e9a18a87d8554ee7027b4349f2e8f9610141807e63aab7"` Oct 27 22:12:05.515 INFO blam! 21d857ffffa1e49074e9a18a87d8554ee7027b4349f2e8f9610141807e63aab7