Sep 21 05:54:52.371 INFO checking parser-combinators-0.7.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:54:52.371 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:54:52.371 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/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 05:54:52.494 INFO blam! fbe8dda00de78bb0005ef6828b5a96304ae7e2bc48cf2363237fcdfb367082d3 Sep 21 05:54:52.496 INFO running `"docker" "start" "-a" "fbe8dda00de78bb0005ef6828b5a96304ae7e2bc48cf2363237fcdfb367082d3"` Sep 21 05:54:53.244 INFO kablam! usermod: no changes Sep 21 05:54:53.270 INFO kablam! Checking parser-combinators v0.7.1 (/source) Sep 21 05:54:53.694 INFO kablam! warning: the trait bound `I: primitives::Stream` is not satisfied Sep 21 05:54:53.694 INFO kablam! --> src/primitives.rs:393:33 Sep 21 05:54:53.694 INFO kablam! | Sep 21 05:54:53.694 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 21 05:54:53.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 21 05:54:53.694 INFO kablam! | Sep 21 05:54:53.694 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:54:53.694 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 21 05:54:53.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:53.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:53.694 INFO kablam! Sep 21 05:54:53.694 INFO kablam! warning: the trait bound `T: primitives::Positioner` is not satisfied Sep 21 05:54:53.694 INFO kablam! --> src/primitives.rs:393:33 Sep 21 05:54:53.694 INFO kablam! | Sep 21 05:54:53.694 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 21 05:54:53.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Positioner` is not implemented for `T` Sep 21 05:54:53.694 INFO kablam! | Sep 21 05:54:53.694 INFO kablam! = help: consider adding a `where T: primitives::Positioner` bound Sep 21 05:54:53.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:53.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:53.694 INFO kablam! Sep 21 05:54:53.718 INFO kablam! warning: the trait bound `I: primitives::Stream` is not satisfied Sep 21 05:54:53.718 INFO kablam! --> src/primitives.rs:393:33 Sep 21 05:54:53.718 INFO kablam! | Sep 21 05:54:53.718 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 21 05:54:53.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 21 05:54:53.718 INFO kablam! | Sep 21 05:54:53.718 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:54:53.718 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 21 05:54:53.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:53.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:53.718 INFO kablam! Sep 21 05:54:53.718 INFO kablam! warning: the trait bound `T: primitives::Positioner` is not satisfied Sep 21 05:54:53.718 INFO kablam! --> src/primitives.rs:393:33 Sep 21 05:54:53.718 INFO kablam! | Sep 21 05:54:53.718 INFO kablam! 393 | pub type ParseResult = Result<(O, Consumed>), Consumed>>; Sep 21 05:54:53.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Positioner` is not implemented for `T` Sep 21 05:54:53.718 INFO kablam! | Sep 21 05:54:53.718 INFO kablam! = help: consider adding a `where T: primitives::Positioner` bound Sep 21 05:54:53.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:53.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:53.718 INFO kablam! Sep 21 05:54:53.721 INFO kablam! warning: the trait bound `I: primitives::Stream` is not satisfied Sep 21 05:54:53.721 INFO kablam! --> src/char.rs:5:30 Sep 21 05:54:53.721 INFO kablam! | Sep 21 05:54:53.721 INFO kablam! 5 | pub type ParseResult = ::primitives::ParseResult; Sep 21 05:54:53.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 21 05:54:53.721 INFO kablam! | Sep 21 05:54:53.732 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 21 05:54:53.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:53.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:53.732 INFO kablam! Sep 21 05:54:53.732 INFO kablam! warning: the trait bound `I: primitives::Stream` is not satisfied Sep 21 05:54:53.732 INFO kablam! --> src/char.rs:5:30 Sep 21 05:54:53.732 INFO kablam! | Sep 21 05:54:53.732 INFO kablam! 5 | pub type ParseResult = ::primitives::ParseResult; Sep 21 05:54:53.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `primitives::Stream` is not implemented for `I` Sep 21 05:54:53.732 INFO kablam! | Sep 21 05:54:53.732 INFO kablam! = help: consider adding a `where I: primitives::Stream` bound Sep 21 05:54:53.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:53.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:53.732 INFO kablam! Sep 21 05:54:56.414 INFO kablam! warning: the trait bound `I: pc::primitives::Stream` is not satisfied Sep 21 05:54:56.414 INFO kablam! --> benches/json.rs:31:25 Sep 21 05:54:56.414 INFO kablam! | Sep 21 05:54:56.414 INFO kablam! 31 | type JsonParser = Expected) -> ParseResult>>; Sep 21 05:54:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pc::primitives::Stream` is not implemented for `I` Sep 21 05:54:56.414 INFO kablam! | Sep 21 05:54:56.414 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:54:56.414 INFO kablam! = help: consider adding a `where I: pc::primitives::Stream` bound Sep 21 05:54:56.414 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:54:56.414 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:54:56.414 INFO kablam! Sep 21 05:54:56.754 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.49s Sep 21 05:54:56.754 INFO kablam! su: No module specific data is present Sep 21 05:54:57.410 INFO running `"docker" "rm" "-f" "fbe8dda00de78bb0005ef6828b5a96304ae7e2bc48cf2363237fcdfb367082d3"` Sep 21 05:54:57.471 INFO blam! fbe8dda00de78bb0005ef6828b5a96304ae7e2bc48cf2363237fcdfb367082d3