Sep 17 20:13:08.517 INFO checking parser-combinators-0.7.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:13:08.517 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:13:08.517 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:13:08.732 INFO blam! cf5c3052c085940f830e281154df0e6089d929b97619762670d033990d8458a8 Sep 17 20:13:08.739 INFO running `"docker" "start" "-a" "cf5c3052c085940f830e281154df0e6089d929b97619762670d033990d8458a8"` Sep 17 20:13:09.602 INFO kablam! usermod: no changes Sep 17 20:13:09.643 INFO kablam! Checking parser-combinators v0.7.1 (/source) Sep 17 20:13:10.126 INFO kablam! error: the trait bound `I: primitives::Stream` is not satisfied Sep 17 20:13:10.127 INFO kablam! --> src/primitives.rs:393:33 Sep 17 20:13:10.127 INFO kablam! | Sep 17 20:13:10.127 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 17 20:13:10.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 17 20:13:10.127 INFO kablam! | Sep 17 20:13:10.127 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:13:10.127 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 17 20:13:10.127 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:13:10.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:13:10.127 INFO kablam! Sep 17 20:13:10.127 INFO kablam! error: the trait bound `T: primitives::Positioner` is not satisfied Sep 17 20:13:10.127 INFO kablam! --> src/primitives.rs:393:33 Sep 17 20:13:10.127 INFO kablam! | Sep 17 20:13:10.127 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 17 20:13:10.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Positioner` is not implemented for `T` Sep 17 20:13:10.127 INFO kablam! | Sep 17 20:13:10.127 INFO kablam! = help: consider adding a `where T: primitives::Positioner` bound Sep 17 20:13:10.127 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:13:10.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:13:10.127 INFO kablam! Sep 17 20:13:10.151 INFO kablam! error: the trait bound `I: primitives::Stream` is not satisfied Sep 17 20:13:10.151 INFO kablam! --> src/char.rs:5:30 Sep 17 20:13:10.151 INFO kablam! | Sep 17 20:13:10.151 INFO kablam! 5 | pub type ParseResult = ::primitives::ParseResult; Sep 17 20:13:10.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 17 20:13:10.151 INFO kablam! | Sep 17 20:13:10.151 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 17 20:13:10.151 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:13:10.151 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:13:10.151 INFO kablam! Sep 17 20:13:10.207 INFO kablam! error: the trait bound `I: primitives::Stream` is not satisfied Sep 17 20:13:10.207 INFO kablam! --> src/primitives.rs:393:33 Sep 17 20:13:10.207 INFO kablam! | Sep 17 20:13:10.207 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 17 20:13:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 17 20:13:10.207 INFO kablam! | Sep 17 20:13:10.207 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 20:13:10.207 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 17 20:13:10.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:13:10.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:13:10.207 INFO kablam! Sep 17 20:13:10.207 INFO kablam! error: the trait bound `T: primitives::Positioner` is not satisfied Sep 17 20:13:10.207 INFO kablam! --> src/primitives.rs:393:33 Sep 17 20:13:10.207 INFO kablam! | Sep 17 20:13:10.207 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 17 20:13:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Positioner` is not implemented for `T` Sep 17 20:13:10.207 INFO kablam! | Sep 17 20:13:10.207 INFO kablam! = help: consider adding a `where T: primitives::Positioner` bound Sep 17 20:13:10.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:13:10.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:13:10.207 INFO kablam! Sep 17 20:13:10.235 INFO kablam! error: the trait bound `I: primitives::Stream` is not satisfied Sep 17 20:13:10.235 INFO kablam! --> src/char.rs:5:30 Sep 17 20:13:10.235 INFO kablam! | Sep 17 20:13:10.235 INFO kablam! 5 | pub type ParseResult = ::primitives::ParseResult; Sep 17 20:13:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 17 20:13:10.235 INFO kablam! | Sep 17 20:13:10.235 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 17 20:13:10.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 20:13:10.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 20:13:10.235 INFO kablam! Sep 17 20:13:10.307 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:13:10.307 INFO kablam! Sep 17 20:13:10.319 INFO kablam! error: Could not compile `parser-combinators`. Sep 17 20:13:10.319 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:13:10.384 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:13:10.384 INFO kablam! Sep 17 20:13:10.393 INFO kablam! error: Could not compile `parser-combinators`. Sep 17 20:13:10.393 INFO kablam! Sep 17 20:13:10.393 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:13:10.393 INFO kablam! su: No module specific data is present Sep 17 20:13:11.553 INFO running `"docker" "rm" "-f" "cf5c3052c085940f830e281154df0e6089d929b97619762670d033990d8458a8"` Sep 17 20:13:11.863 INFO blam! cf5c3052c085940f830e281154df0e6089d929b97619762670d033990d8458a8