Sep 21 08:19:08.285 INFO checking issue-states-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:19:08.285 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:19:08.285 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:19:08.435 INFO blam! 18d70193bfba4178c82629019100c3bdf2e657f4e172d372a1431faca0b6c6a6 Sep 21 08:19:08.437 INFO running `"docker" "start" "-a" "18d70193bfba4178c82629019100c3bdf2e657f4e172d372a1431faca0b6c6a6"` Sep 21 08:19:09.226 INFO kablam! usermod: no changes Sep 21 08:19:09.271 INFO kablam! Checking issue-states v0.1.0 (/source) Sep 21 08:19:09.507 INFO kablam! warning: the trait bound `C: state::Condition` is not satisfied Sep 21 08:19:09.507 INFO kablam! --> src/resolution.rs:45:22 Sep 21 08:19:09.507 INFO kablam! | Sep 21 08:19:09.507 INFO kablam! 45 | type EnabledMap = collections::BTreeMap>, bool>; Sep 21 08:19:09.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::Condition` is not implemented for `C` Sep 21 08:19:09.507 INFO kablam! | Sep 21 08:19:09.507 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:19:09.507 INFO kablam! = help: consider adding a `where C: state::Condition` bound Sep 21 08:19:09.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:19:09.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:19:09.507 INFO kablam! Sep 21 08:19:09.518 INFO kablam! warning: the trait bound `C: state::Condition` is not satisfied Sep 21 08:19:09.518 INFO kablam! --> src/state.rs:89:30 Sep 21 08:19:09.518 INFO kablam! | Sep 21 08:19:09.518 INFO kablam! 89 | pub type StateRelations = BTreeMap>, StateRelation>; Sep 21 08:19:09.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::Condition` is not implemented for `C` Sep 21 08:19:09.518 INFO kablam! | Sep 21 08:19:09.518 INFO kablam! = help: consider adding a `where C: state::Condition` bound Sep 21 08:19:09.518 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:19:09.518 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:19:09.518 INFO kablam! Sep 21 08:19:09.518 INFO kablam! warning: the trait bound `C: state::Condition` is not satisfied Sep 21 08:19:09.518 INFO kablam! --> src/state.rs:203:29 Sep 21 08:19:09.518 INFO kablam! | Sep 21 08:19:09.518 INFO kablam! 203 | pub type IssueStateVec = Vec>>; Sep 21 08:19:09.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::Condition` is not implemented for `C` Sep 21 08:19:09.518 INFO kablam! | Sep 21 08:19:09.518 INFO kablam! = help: consider adding a `where C: state::Condition` bound Sep 21 08:19:09.518 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:19:09.518 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:19:09.518 INFO kablam! Sep 21 08:19:09.542 INFO kablam! warning: the trait bound `C: state::Condition` is not satisfied Sep 21 08:19:09.542 INFO kablam! --> src/resolution.rs:45:22 Sep 21 08:19:09.542 INFO kablam! | Sep 21 08:19:09.542 INFO kablam! 45 | type EnabledMap = collections::BTreeMap>, bool>; Sep 21 08:19:09.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::Condition` is not implemented for `C` Sep 21 08:19:09.542 INFO kablam! | Sep 21 08:19:09.542 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 08:19:09.542 INFO kablam! = help: consider adding a `where C: state::Condition` bound Sep 21 08:19:09.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:19:09.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:19:09.542 INFO kablam! Sep 21 08:19:09.542 INFO kablam! warning: the trait bound `C: state::Condition` is not satisfied Sep 21 08:19:09.542 INFO kablam! --> src/state.rs:89:30 Sep 21 08:19:09.542 INFO kablam! | Sep 21 08:19:09.542 INFO kablam! 89 | pub type StateRelations = BTreeMap>, StateRelation>; Sep 21 08:19:09.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::Condition` is not implemented for `C` Sep 21 08:19:09.542 INFO kablam! | Sep 21 08:19:09.542 INFO kablam! = help: consider adding a `where C: state::Condition` bound Sep 21 08:19:09.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:19:09.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:19:09.542 INFO kablam! Sep 21 08:19:09.543 INFO kablam! warning: the trait bound `C: state::Condition` is not satisfied Sep 21 08:19:09.543 INFO kablam! --> src/state.rs:203:29 Sep 21 08:19:09.543 INFO kablam! | Sep 21 08:19:09.543 INFO kablam! 203 | pub type IssueStateVec = Vec>>; Sep 21 08:19:09.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::Condition` is not implemented for `C` Sep 21 08:19:09.543 INFO kablam! | Sep 21 08:19:09.543 INFO kablam! = help: consider adding a `where C: state::Condition` bound Sep 21 08:19:09.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 08:19:09.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 08:19:09.543 INFO kablam! Sep 21 08:19:09.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.46s Sep 21 08:19:09.718 INFO kablam! su: No module specific data is present Sep 21 08:19:10.580 INFO running `"docker" "rm" "-f" "18d70193bfba4178c82629019100c3bdf2e657f4e172d372a1431faca0b6c6a6"` Sep 21 08:19:10.633 INFO blam! 18d70193bfba4178c82629019100c3bdf2e657f4e172d372a1431faca0b6c6a6