Sep 14 18:17:28.059 INFO checking combine-language-3.0.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:17:28.059 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:17:28.059 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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.207 INFO blam! 17b24e1aae6bea3f67c1e148ab67601466abb2ee23a921e7749974c318a9564e Sep 14 18:17:28.209 INFO running `"docker" "start" "-a" "17b24e1aae6bea3f67c1e148ab67601466abb2ee23a921e7749974c318a9564e"` Sep 14 18:17:29.006 INFO kablam! usermod: no changes Sep 14 18:17:29.074 INFO kablam! Checking combine v3.5.2 Sep 14 18:17:29.074 INFO kablam! Compiling combine-language v3.0.1 (file:///source) Sep 14 18:17:46.431 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:46.431 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:46.431 INFO kablam! | Sep 14 18:17:46.431 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:46.431 INFO kablam! 164 | | where Sep 14 18:17:46.431 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:46.431 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:46.431 INFO kablam! 167 | | { Sep 14 18:17:46.431 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:46.431 INFO kablam! 169 | | } Sep 14 18:17:46.431 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:46.431 INFO kablam! | Sep 14 18:17:46.431 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:46.431 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:46.431 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:46.431 INFO kablam! Sep 14 18:17:46.431 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:46.431 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:46.431 INFO kablam! | Sep 14 18:17:46.431 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:46.431 INFO kablam! 164 | | where Sep 14 18:17:46.431 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:46.431 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:46.431 INFO kablam! 167 | | { Sep 14 18:17:46.431 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:46.431 INFO kablam! 169 | | } Sep 14 18:17:46.431 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:46.431 INFO kablam! | Sep 14 18:17:46.431 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:46.431 INFO kablam! = note: required by `combine::StreamOnce` Sep 14 18:17:46.431 INFO kablam! Sep 14 18:17:46.431 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:46.431 INFO kablam! --> src/lib.rs:168:5 Sep 14 18:17:46.431 INFO kablam! | Sep 14 18:17:46.431 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:46.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:46.431 INFO kablam! | Sep 14 18:17:46.431 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:46.431 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:46.431 INFO kablam! = note: required by `combine::combinator::Skip` Sep 14 18:17:46.431 INFO kablam! Sep 14 18:17:46.542 INFO kablam! error: aborting due to 3 previous errors Sep 14 18:17:46.542 INFO kablam! Sep 14 18:17:46.542 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 18:17:46.560 INFO kablam! error: Could not compile `combine-language`. Sep 14 18:17:46.560 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:17:46.627 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:46.627 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:46.627 INFO kablam! | Sep 14 18:17:46.627 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:46.627 INFO kablam! 164 | | where Sep 14 18:17:46.627 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:46.627 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:46.627 INFO kablam! 167 | | { Sep 14 18:17:46.627 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:46.627 INFO kablam! 169 | | } Sep 14 18:17:46.627 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:46.627 INFO kablam! | Sep 14 18:17:46.627 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:46.627 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:46.627 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:46.627 INFO kablam! Sep 14 18:17:46.627 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:46.627 INFO kablam! --> src/lib.rs:163:1 Sep 14 18:17:46.627 INFO kablam! | Sep 14 18:17:46.627 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 14 18:17:46.627 INFO kablam! 164 | | where Sep 14 18:17:46.627 INFO kablam! 165 | | I: Stream + 'b, Sep 14 18:17:46.627 INFO kablam! 166 | | I::Error: ParseError, Sep 14 18:17:46.627 INFO kablam! 167 | | { Sep 14 18:17:46.627 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:46.627 INFO kablam! 169 | | } Sep 14 18:17:46.627 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:46.627 INFO kablam! | Sep 14 18:17:46.627 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:46.627 INFO kablam! = note: required by `combine::StreamOnce` Sep 14 18:17:46.627 INFO kablam! Sep 14 18:17:46.627 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 14 18:17:46.627 INFO kablam! --> src/lib.rs:168:5 Sep 14 18:17:46.627 INFO kablam! | Sep 14 18:17:46.628 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 14 18:17:46.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 14 18:17:46.628 INFO kablam! | Sep 14 18:17:46.628 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 14 18:17:46.628 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 14 18:17:46.628 INFO kablam! = note: required by `combine::combinator::Skip` Sep 14 18:17:46.628 INFO kablam! Sep 14 18:17:46.727 INFO kablam! error: aborting due to 3 previous errors Sep 14 18:17:46.727 INFO kablam! Sep 14 18:17:46.727 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 18:17:46.733 INFO kablam! error: Could not compile `combine-language`. Sep 14 18:17:46.733 INFO kablam! Sep 14 18:17:46.734 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:17:46.735 INFO kablam! su: No module specific data is present Sep 14 18:17:47.413 INFO running `"docker" "rm" "-f" "17b24e1aae6bea3f67c1e148ab67601466abb2ee23a921e7749974c318a9564e"` Sep 14 18:17:47.542 INFO blam! 17b24e1aae6bea3f67c1e148ab67601466abb2ee23a921e7749974c318a9564e