Sep 18 02:21:21.222 INFO checking combine-language-3.0.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:21:21.222 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:21:21.222 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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 18 02:21:21.388 INFO blam! e3a902c1db3249f18890e34cd87ed9cc2617d4f190ba4c58f9eda5ce10dae8cc Sep 18 02:21:21.393 INFO running `"docker" "start" "-a" "e3a902c1db3249f18890e34cd87ed9cc2617d4f190ba4c58f9eda5ce10dae8cc"` Sep 18 02:21:22.234 INFO kablam! usermod: no changes Sep 18 02:21:22.414 INFO kablam! Compiling combine-language v3.0.1 (/source) Sep 18 02:21:24.034 INFO kablam! error: the trait bound `I: combine::Positioned` is not satisfied Sep 18 02:21:24.034 INFO kablam! --> src/lib.rs:57:41 Sep 18 02:21:24.034 INFO kablam! | Sep 18 02:21:24.034 INFO kablam! 57 | pub type LanguageParser<'a, 'b, I, T> = Expected, I, T>>; Sep 18 02:21:24.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::Positioned` is not implemented for `I` Sep 18 02:21:24.034 INFO kablam! | Sep 18 02:21:24.034 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 02:21:24.034 INFO kablam! = help: consider adding a `where I: combine::Positioned` bound Sep 18 02:21:24.034 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.034 INFO kablam! Sep 18 02:21:24.034 INFO kablam! error: the trait bound `I: combine::stream::Resetable` is not satisfied Sep 18 02:21:24.034 INFO kablam! --> src/lib.rs:57:41 Sep 18 02:21:24.034 INFO kablam! | Sep 18 02:21:24.034 INFO kablam! 57 | pub type LanguageParser<'a, 'b, I, T> = Expected, I, T>>; Sep 18 02:21:24.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::stream::Resetable` is not implemented for `I` Sep 18 02:21:24.034 INFO kablam! | Sep 18 02:21:24.034 INFO kablam! = help: consider adding a `where I: combine::stream::Resetable` bound Sep 18 02:21:24.034 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.034 INFO kablam! Sep 18 02:21:24.034 INFO kablam! error: the trait bound `I: combine::Positioned` is not satisfied Sep 18 02:21:24.034 INFO kablam! --> src/lib.rs:58:44 Sep 18 02:21:24.034 INFO kablam! | Sep 18 02:21:24.034 INFO kablam! 58 | pub type LexLanguageParser<'a, 'b, I, T> = Lex<'a, 'b, LanguageParser<'a, 'b, I, T>>; Sep 18 02:21:24.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::Positioned` is not implemented for `I` Sep 18 02:21:24.034 INFO kablam! | Sep 18 02:21:24.034 INFO kablam! = help: consider adding a `where I: combine::Positioned` bound Sep 18 02:21:24.034 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.035 INFO kablam! Sep 18 02:21:24.035 INFO kablam! error: the trait bound `I: combine::stream::Resetable` is not satisfied Sep 18 02:21:24.035 INFO kablam! --> src/lib.rs:58:44 Sep 18 02:21:24.035 INFO kablam! | Sep 18 02:21:24.035 INFO kablam! 58 | pub type LexLanguageParser<'a, 'b, I, T> = Lex<'a, 'b, LanguageParser<'a, 'b, I, T>>; Sep 18 02:21:24.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::stream::Resetable` is not implemented for `I` Sep 18 02:21:24.035 INFO kablam! | Sep 18 02:21:24.035 INFO kablam! = help: consider adding a `where I: combine::stream::Resetable` bound Sep 18 02:21:24.035 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.035 INFO kablam! Sep 18 02:21:24.045 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.045 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.045 INFO kablam! | Sep 18 02:21:24.045 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.045 INFO kablam! 164 | | where Sep 18 02:21:24.045 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.045 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.045 INFO kablam! 167 | | { Sep 18 02:21:24.045 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.045 INFO kablam! 169 | | } Sep 18 02:21:24.045 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.045 INFO kablam! | Sep 18 02:21:24.045 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.045 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.045 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Try, combine::combinator::NotFollowedBy, I, char>>>>>` Sep 18 02:21:24.045 INFO kablam! Sep 18 02:21:24.048 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.048 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.048 INFO kablam! | Sep 18 02:21:24.048 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.048 INFO kablam! 164 | | where Sep 18 02:21:24.048 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.048 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.048 INFO kablam! 167 | | { Sep 18 02:21:24.048 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.048 INFO kablam! 169 | | } Sep 18 02:21:24.048 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.048 INFO kablam! | Sep 18 02:21:24.048 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.048 INFO kablam! = note: required by `combine::StreamOnce` Sep 18 02:21:24.048 INFO kablam! Sep 18 02:21:24.048 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.048 INFO kablam! --> src/lib.rs:168:5 Sep 18 02:21:24.048 INFO kablam! | Sep 18 02:21:24.048 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.048 INFO kablam! | Sep 18 02:21:24.048 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.048 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.048 INFO kablam! = note: required by `combine::combinator::Skip` Sep 18 02:21:24.048 INFO kablam! Sep 18 02:21:24.130 INFO kablam! error: the trait bound `I: combine::Positioned` is not satisfied Sep 18 02:21:24.130 INFO kablam! --> src/lib.rs:57:41 Sep 18 02:21:24.130 INFO kablam! | Sep 18 02:21:24.130 INFO kablam! 57 | pub type LanguageParser<'a, 'b, I, T> = Expected, I, T>>; Sep 18 02:21:24.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::Positioned` is not implemented for `I` Sep 18 02:21:24.130 INFO kablam! | Sep 18 02:21:24.130 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 02:21:24.130 INFO kablam! = help: consider adding a `where I: combine::Positioned` bound Sep 18 02:21:24.130 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.130 INFO kablam! Sep 18 02:21:24.130 INFO kablam! error: the trait bound `I: combine::stream::Resetable` is not satisfied Sep 18 02:21:24.130 INFO kablam! --> src/lib.rs:57:41 Sep 18 02:21:24.130 INFO kablam! | Sep 18 02:21:24.130 INFO kablam! 57 | pub type LanguageParser<'a, 'b, I, T> = Expected, I, T>>; Sep 18 02:21:24.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::stream::Resetable` is not implemented for `I` Sep 18 02:21:24.131 INFO kablam! | Sep 18 02:21:24.131 INFO kablam! = help: consider adding a `where I: combine::stream::Resetable` bound Sep 18 02:21:24.131 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.131 INFO kablam! Sep 18 02:21:24.131 INFO kablam! error: the trait bound `I: combine::Positioned` is not satisfied Sep 18 02:21:24.131 INFO kablam! --> src/lib.rs:58:44 Sep 18 02:21:24.131 INFO kablam! | Sep 18 02:21:24.131 INFO kablam! 58 | pub type LexLanguageParser<'a, 'b, I, T> = Lex<'a, 'b, LanguageParser<'a, 'b, I, T>>; Sep 18 02:21:24.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::Positioned` is not implemented for `I` Sep 18 02:21:24.131 INFO kablam! | Sep 18 02:21:24.131 INFO kablam! = help: consider adding a `where I: combine::Positioned` bound Sep 18 02:21:24.131 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.131 INFO kablam! Sep 18 02:21:24.131 INFO kablam! error: the trait bound `I: combine::stream::Resetable` is not satisfied Sep 18 02:21:24.131 INFO kablam! --> src/lib.rs:58:44 Sep 18 02:21:24.131 INFO kablam! | Sep 18 02:21:24.131 INFO kablam! 58 | pub type LexLanguageParser<'a, 'b, I, T> = Lex<'a, 'b, LanguageParser<'a, 'b, I, T>>; Sep 18 02:21:24.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::stream::Resetable` is not implemented for `I` Sep 18 02:21:24.131 INFO kablam! | Sep 18 02:21:24.131 INFO kablam! = help: consider adding a `where I: combine::stream::Resetable` bound Sep 18 02:21:24.131 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 18 02:21:24.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:24.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:24.132 INFO kablam! Sep 18 02:21:24.139 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.139 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.139 INFO kablam! | Sep 18 02:21:24.139 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.139 INFO kablam! 164 | | where Sep 18 02:21:24.139 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.139 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.139 INFO kablam! 167 | | { Sep 18 02:21:24.139 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.139 INFO kablam! 169 | | } Sep 18 02:21:24.139 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.139 INFO kablam! | Sep 18 02:21:24.139 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.139 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.139 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Try, combine::combinator::NotFollowedBy, I, char>>>>>` Sep 18 02:21:24.139 INFO kablam! Sep 18 02:21:24.140 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.140 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.140 INFO kablam! | Sep 18 02:21:24.140 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.140 INFO kablam! 164 | | where Sep 18 02:21:24.140 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.140 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.140 INFO kablam! 167 | | { Sep 18 02:21:24.140 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.140 INFO kablam! 169 | | } Sep 18 02:21:24.140 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.140 INFO kablam! | Sep 18 02:21:24.140 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.140 INFO kablam! = note: required by `combine::StreamOnce` Sep 18 02:21:24.140 INFO kablam! Sep 18 02:21:24.140 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.140 INFO kablam! --> src/lib.rs:168:5 Sep 18 02:21:24.140 INFO kablam! | Sep 18 02:21:24.140 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.140 INFO kablam! | Sep 18 02:21:24.140 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.140 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.140 INFO kablam! = note: required by `combine::combinator::Skip` Sep 18 02:21:24.140 INFO kablam! Sep 18 02:21:24.144 INFO kablam! error: aborting due to 7 previous errors Sep 18 02:21:24.144 INFO kablam! Sep 18 02:21:24.144 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 02:21:24.153 INFO kablam! error: Could not compile `combine-language`. Sep 18 02:21:24.153 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:21:24.223 INFO kablam! error: aborting due to 7 previous errors Sep 18 02:21:24.224 INFO kablam! Sep 18 02:21:24.224 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 02:21:24.233 INFO kablam! error: Could not compile `combine-language`. Sep 18 02:21:24.233 INFO kablam! Sep 18 02:21:24.233 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:21:24.234 INFO kablam! su: No module specific data is present Sep 18 02:21:24.874 INFO running `"docker" "rm" "-f" "e3a902c1db3249f18890e34cd87ed9cc2617d4f190ba4c58f9eda5ce10dae8cc"` Sep 18 02:21:24.936 INFO blam! e3a902c1db3249f18890e34cd87ed9cc2617d4f190ba4c58f9eda5ce10dae8cc