Sep 18 02:21:21.832 INFO checking combine-language-3.0.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 02:21:21.832 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 02:21:21.833 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:22.214 INFO blam! 5e1e7faee06f51961d704f7226a4d38bb6a4438ab11b13f6775a3df85e93876a Sep 18 02:21:22.216 INFO running `"docker" "start" "-a" "5e1e7faee06f51961d704f7226a4d38bb6a4438ab11b13f6775a3df85e93876a"` Sep 18 02:21:23.320 INFO kablam! usermod: no changes Sep 18 02:21:23.382 INFO kablam! Compiling combine-language v3.0.1 (/source) Sep 18 02:21:24.730 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.730 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.730 INFO kablam! | Sep 18 02:21:24.730 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.730 INFO kablam! 164 | | where Sep 18 02:21:24.730 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.730 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.730 INFO kablam! 167 | | { Sep 18 02:21:24.730 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.730 INFO kablam! 169 | | } Sep 18 02:21:24.730 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.730 INFO kablam! | Sep 18 02:21:24.730 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.730 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.730 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.730 INFO kablam! Sep 18 02:21:24.731 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.731 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.731 INFO kablam! | Sep 18 02:21:24.731 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.731 INFO kablam! 164 | | where Sep 18 02:21:24.731 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.731 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.731 INFO kablam! 167 | | { Sep 18 02:21:24.731 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.731 INFO kablam! 169 | | } Sep 18 02:21:24.731 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.731 INFO kablam! | Sep 18 02:21:24.731 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.731 INFO kablam! = note: required by `combine::StreamOnce` Sep 18 02:21:24.731 INFO kablam! Sep 18 02:21:24.731 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.731 INFO kablam! --> src/lib.rs:168:5 Sep 18 02:21:24.731 INFO kablam! | Sep 18 02:21:24.731 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.731 INFO kablam! | Sep 18 02:21:24.731 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.731 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.732 INFO kablam! = note: required by `combine::combinator::Skip` Sep 18 02:21:24.732 INFO kablam! Sep 18 02:21:24.799 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.799 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.799 INFO kablam! | Sep 18 02:21:24.799 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.799 INFO kablam! 164 | | where Sep 18 02:21:24.799 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.799 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.799 INFO kablam! 167 | | { Sep 18 02:21:24.799 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.799 INFO kablam! 169 | | } Sep 18 02:21:24.799 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.799 INFO kablam! | Sep 18 02:21:24.799 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.799 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.799 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.799 INFO kablam! Sep 18 02:21:24.800 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.800 INFO kablam! --> src/lib.rs:163:1 Sep 18 02:21:24.800 INFO kablam! | Sep 18 02:21:24.800 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 18 02:21:24.800 INFO kablam! 164 | | where Sep 18 02:21:24.800 INFO kablam! 165 | | I: Stream + 'b, Sep 18 02:21:24.800 INFO kablam! 166 | | I::Error: ParseError, Sep 18 02:21:24.800 INFO kablam! 167 | | { Sep 18 02:21:24.800 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.800 INFO kablam! 169 | | } Sep 18 02:21:24.800 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.800 INFO kablam! | Sep 18 02:21:24.800 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.800 INFO kablam! = note: required by `combine::StreamOnce` Sep 18 02:21:24.800 INFO kablam! Sep 18 02:21:24.800 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 18 02:21:24.800 INFO kablam! --> src/lib.rs:168:5 Sep 18 02:21:24.800 INFO kablam! | Sep 18 02:21:24.800 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 18 02:21:24.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 18 02:21:24.800 INFO kablam! | Sep 18 02:21:24.800 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 18 02:21:24.801 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 18 02:21:24.801 INFO kablam! = note: required by `combine::combinator::Skip` Sep 18 02:21:24.801 INFO kablam! Sep 18 02:21:24.819 INFO kablam! error: aborting due to 3 previous errors Sep 18 02:21:24.819 INFO kablam! Sep 18 02:21:24.819 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 02:21:24.823 INFO kablam! error: Could not compile `combine-language`. Sep 18 02:21:24.823 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:21:24.884 INFO kablam! error: aborting due to 3 previous errors Sep 18 02:21:24.884 INFO kablam! Sep 18 02:21:24.884 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 02:21:24.892 INFO kablam! error: Could not compile `combine-language`. Sep 18 02:21:24.892 INFO kablam! Sep 18 02:21:24.892 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:21:24.894 INFO kablam! su: No module specific data is present Sep 18 02:21:25.606 INFO running `"docker" "rm" "-f" "5e1e7faee06f51961d704f7226a4d38bb6a4438ab11b13f6775a3df85e93876a"` Sep 18 02:21:25.671 INFO blam! 5e1e7faee06f51961d704f7226a4d38bb6a4438ab11b13f6775a3df85e93876a