Sep 14 18:17:28.691 INFO checking combine-language-3.0.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 18:17:28.691 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 18:17:28.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:17:28.819 INFO blam! 2acea74908dd1f91390ff4cdf1f2bf5041bd306f1a831532ca2a57d7980e9b6d Sep 14 18:17:28.821 INFO running `"docker" "start" "-a" "2acea74908dd1f91390ff4cdf1f2bf5041bd306f1a831532ca2a57d7980e9b6d"` Sep 14 18:17:29.798 INFO kablam! usermod: no changes Sep 14 18:17:29.958 INFO kablam! Compiling combine-language v3.0.1 (file:///source) Sep 14 18:17:31.619 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:31.619 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:31.619 INFO kablam! | Sep 14 18:17:31.619 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:31.619 INFO kablam! 164 | | where Sep 14 18:17:31.619 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:31.619 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:31.619 INFO kablam! 167 | | { Sep 14 18:17:31.619 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:31.619 INFO kablam! 169 | | } Sep 14 18:17:31.619 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:31.619 INFO kablam! | Sep 14 18:17:31.619 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:31.619 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:31.619 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Try, combine::combinator::NotFollowedBy, I, char>>>>>` Sep 14 18:17:31.619 INFO kablam! Sep 14 18:17:31.619 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:31.619 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:31.619 INFO kablam! | Sep 14 18:17:31.619 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:31.619 INFO kablam! 164 | | where Sep 14 18:17:31.619 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:31.619 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:31.619 INFO kablam! 167 | | { Sep 14 18:17:31.619 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:31.619 INFO kablam! 169 | | } Sep 14 18:17:31.619 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:31.619 INFO kablam! | Sep 14 18:17:31.619 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:31.619 INFO kablam! = note: required by `combine::StreamOnce` Sep 14 18:17:31.619 INFO kablam! Sep 14 18:17:31.619 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:31.619 INFO kablam! --> src/lib.rs:168:5 Sep 14 18:17:31.619 INFO kablam! | Sep 14 18:17:31.619 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:31.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:31.620 INFO kablam! | Sep 14 18:17:31.620 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:31.620 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:31.620 INFO kablam! = note: required by `combine::combinator::Skip` Sep 14 18:17:31.620 INFO kablam! Sep 14 18:17:31.620 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:31.620 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:31.620 INFO kablam! | Sep 14 18:17:31.620 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:31.620 INFO kablam! 164 | | where Sep 14 18:17:31.620 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:31.620 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:31.620 INFO kablam! 167 | | { Sep 14 18:17:31.620 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:31.620 INFO kablam! 169 | | } Sep 14 18:17:31.620 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:31.620 INFO kablam! | Sep 14 18:17:31.620 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:31.620 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:31.620 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Try, combine::combinator::NotFollowedBy, I, char>>>>>` Sep 14 18:17:31.620 INFO kablam! Sep 14 18:17:31.635 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:31.635 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:31.635 INFO kablam! | Sep 14 18:17:31.635 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:31.635 INFO kablam! 164 | | where Sep 14 18:17:31.635 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:31.635 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:31.635 INFO kablam! 167 | | { Sep 14 18:17:31.635 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:31.635 INFO kablam! 169 | | } Sep 14 18:17:31.635 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:31.635 INFO kablam! | Sep 14 18:17:31.635 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:31.635 INFO kablam! = note: required by `combine::StreamOnce` Sep 14 18:17:31.635 INFO kablam! Sep 14 18:17:31.635 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:31.635 INFO kablam! --> src/lib.rs:168:5 Sep 14 18:17:31.635 INFO kablam! | Sep 14 18:17:31.635 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:31.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:31.635 INFO kablam! | Sep 14 18:17:31.635 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:31.635 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:31.635 INFO kablam! = note: required by `combine::combinator::Skip` Sep 14 18:17:31.635 INFO kablam! Sep 14 18:17:31.739 INFO kablam! error: aborting due to 3 previous errors Sep 14 18:17:31.739 INFO kablam! Sep 14 18:17:31.739 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 18:17:31.746 INFO kablam! error: Could not compile `combine-language`. Sep 14 18:17:31.746 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:17:31.752 INFO kablam! error: aborting due to 3 previous errors Sep 14 18:17:31.752 INFO kablam! Sep 14 18:17:31.752 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 18:17:31.762 INFO kablam! error: Could not compile `combine-language`. Sep 14 18:17:31.763 INFO kablam! Sep 14 18:17:31.763 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:17:31.763 INFO kablam! su: No module specific data is present Sep 14 18:17:32.348 INFO running `"docker" "rm" "-f" "2acea74908dd1f91390ff4cdf1f2bf5041bd306f1a831532ca2a57d7980e9b6d"` Sep 14 18:17:32.515 INFO blam! 2acea74908dd1f91390ff4cdf1f2bf5041bd306f1a831532ca2a57d7980e9b6d