Oct 13 15:06:26.843 INFO checking funfsm-0.2.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 15:06:26.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 15:06:27.141 INFO blam! 7a11cb7d24e3f58f1251ad3b83a1efff94a65b3847108a30d35c2eda09f3b3dc Oct 13 15:06:27.141 INFO running `"docker" "start" "-a" "7a11cb7d24e3f58f1251ad3b83a1efff94a65b3847108a30d35c2eda09f3b3dc"` Oct 13 15:06:27.884 INFO kablam! usermod: no changes Oct 13 15:06:27.960 INFO kablam! Checking funfsm v0.2.1 (/source) Oct 13 15:06:28.896 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 15:06:28.896 INFO kablam! --> src/constraints.rs:4:18 Oct 13 15:06:28.896 INFO kablam! | Oct 13 15:06:28.896 INFO kablam! 4 | pub type Pred = Box bool>; Oct 13 15:06:28.896 INFO kablam! | ^^^^^^^^ Oct 13 15:06:28.896 INFO kablam! | Oct 13 15:06:28.896 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 15:06:28.896 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 15:06:28.896 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:28.896 INFO kablam! --> src/constraints.rs:4:38 Oct 13 15:06:28.896 INFO kablam! | Oct 13 15:06:28.896 INFO kablam! 4 | pub type Pred = Box bool>; Oct 13 15:06:28.896 INFO kablam! | ^^^^^^^^^^ Oct 13 15:06:28.897 INFO kablam! Oct 13 15:06:28.897 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 15:06:28.897 INFO kablam! --> src/constraints.rs:5:29 Oct 13 15:06:28.897 INFO kablam! | Oct 13 15:06:28.897 INFO kablam! 5 | pub type TransitionCheck Oct 13 15:06:28.897 INFO kablam! | ^^^^^^^^ Oct 13 15:06:28.897 INFO kablam! | Oct 13 15:06:28.897 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 15:06:28.897 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:28.897 INFO kablam! --> src/constraints.rs:6:11 Oct 13 15:06:28.897 INFO kablam! | Oct 13 15:06:28.897 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:28.897 INFO kablam! | ^^^^^^^^^^ Oct 13 15:06:28.897 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:28.897 INFO kablam! --> src/constraints.rs:6:24 Oct 13 15:06:28.897 INFO kablam! | Oct 13 15:06:28.897 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:28.897 INFO kablam! | ^^^^^^^^^^ Oct 13 15:06:28.897 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:28.897 INFO kablam! --> src/constraints.rs:6:37 Oct 13 15:06:28.897 INFO kablam! | Oct 13 15:06:28.897 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:28.897 INFO kablam! | ^^^^^^ Oct 13 15:06:28.897 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:28.897 INFO kablam! --> src/constraints.rs:6:50 Oct 13 15:06:28.897 INFO kablam! | Oct 13 15:06:28.897 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:28.897 INFO kablam! | ^^^^^^^^^ Oct 13 15:06:28.897 INFO kablam! Oct 13 15:06:29.580 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:4:18 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 4 | pub type Pred = Box bool>; Oct 13 15:06:29.580 INFO kablam! | ^^^^^^^^ Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 15:06:29.580 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 15:06:29.580 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:4:38 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 4 | pub type Pred = Box bool>; Oct 13 15:06:29.580 INFO kablam! | ^^^^^^^^^^ Oct 13 15:06:29.580 INFO kablam! Oct 13 15:06:29.580 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:5:29 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 5 | pub type TransitionCheck Oct 13 15:06:29.580 INFO kablam! | ^^^^^^^^ Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 15:06:29.580 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:6:11 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:29.580 INFO kablam! | ^^^^^^^^^^ Oct 13 15:06:29.580 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:6:24 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:29.580 INFO kablam! | ^^^^^^^^^^ Oct 13 15:06:29.580 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:6:37 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:29.580 INFO kablam! | ^^^^^^ Oct 13 15:06:29.580 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 13 15:06:29.580 INFO kablam! --> src/constraints.rs:6:50 Oct 13 15:06:29.580 INFO kablam! | Oct 13 15:06:29.580 INFO kablam! 6 | = fn(&T::Context, &T::Context, &T::Msg, &Vec) -> Result<(), String>; Oct 13 15:06:29.580 INFO kablam! | ^^^^^^^^^ Oct 13 15:06:29.580 INFO kablam! Oct 13 15:06:30.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 13 15:06:30.035 INFO kablam! su: No module specific data is present Oct 13 15:06:30.830 INFO running `"docker" "rm" "-f" "7a11cb7d24e3f58f1251ad3b83a1efff94a65b3847108a30d35c2eda09f3b3dc"` Oct 13 15:06:31.103 INFO blam! 7a11cb7d24e3f58f1251ad3b83a1efff94a65b3847108a30d35c2eda09f3b3dc