Sep 20 03:31:21.581 INFO checking combine-language-3.0.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 03:31:21.581 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 03:31:21.581 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:31:21.766 INFO blam! 671fff3ba6cb969110e0e56ea0af899604c33fb157539fe435bd394ab1d00731 Sep 20 03:31:21.767 INFO running `"docker" "start" "-a" "671fff3ba6cb969110e0e56ea0af899604c33fb157539fe435bd394ab1d00731"` Sep 20 03:31:23.039 INFO kablam! usermod: no changes Sep 20 03:31:23.128 INFO kablam! Compiling combine-language v3.0.1 (/source) Sep 20 03:31:24.871 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 03:31:24.871 INFO kablam! --> src/lib.rs:163:1 Sep 20 03:31:24.871 INFO kablam! | Sep 20 03:31:24.871 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 03:31:24.871 INFO kablam! 164 | | where Sep 20 03:31:24.871 INFO kablam! 165 | | I: Stream + 'b, Sep 20 03:31:24.871 INFO kablam! 166 | | I::Error: ParseError, Sep 20 03:31:24.871 INFO kablam! 167 | | { Sep 20 03:31:24.871 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 03:31:24.871 INFO kablam! 169 | | } Sep 20 03:31:24.871 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 03:31:24.871 INFO kablam! | Sep 20 03:31:24.871 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 03:31:24.871 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 03:31:24.871 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Try, combine::combinator::NotFollowedBy, I, char>>>>>` Sep 20 03:31:24.871 INFO kablam! Sep 20 03:31:24.871 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 03:31:24.871 INFO kablam! --> src/lib.rs:163:1 Sep 20 03:31:24.871 INFO kablam! | Sep 20 03:31:24.871 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 03:31:24.871 INFO kablam! 164 | | where Sep 20 03:31:24.871 INFO kablam! 165 | | I: Stream + 'b, Sep 20 03:31:24.871 INFO kablam! 166 | | I::Error: ParseError, Sep 20 03:31:24.871 INFO kablam! 167 | | { Sep 20 03:31:24.871 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 03:31:24.871 INFO kablam! 169 | | } Sep 20 03:31:24.871 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 03:31:24.871 INFO kablam! | Sep 20 03:31:24.871 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 03:31:24.871 INFO kablam! = note: required by `combine::StreamOnce` Sep 20 03:31:24.871 INFO kablam! Sep 20 03:31:24.871 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 03:31:24.871 INFO kablam! --> src/lib.rs:168:5 Sep 20 03:31:24.871 INFO kablam! | Sep 20 03:31:24.871 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 03:31:24.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 03:31:24.871 INFO kablam! | Sep 20 03:31:24.871 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 03:31:24.872 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 03:31:24.872 INFO kablam! = note: required by `combine::combinator::Skip` Sep 20 03:31:24.872 INFO kablam! Sep 20 03:31:25.031 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 03:31:25.031 INFO kablam! --> src/lib.rs:163:1 Sep 20 03:31:25.031 INFO kablam! | Sep 20 03:31:25.031 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 03:31:25.031 INFO kablam! 164 | | where Sep 20 03:31:25.031 INFO kablam! 165 | | I: Stream + 'b, Sep 20 03:31:25.031 INFO kablam! 166 | | I::Error: ParseError, Sep 20 03:31:25.031 INFO kablam! 167 | | { Sep 20 03:31:25.031 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 03:31:25.031 INFO kablam! 169 | | } Sep 20 03:31:25.031 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 03:31:25.031 INFO kablam! | Sep 20 03:31:25.031 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 03:31:25.031 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 03:31:25.031 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Try, combine::combinator::NotFollowedBy, I, char>>>>>` Sep 20 03:31:25.031 INFO kablam! Sep 20 03:31:25.032 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 03:31:25.032 INFO kablam! --> src/lib.rs:163:1 Sep 20 03:31:25.032 INFO kablam! | Sep 20 03:31:25.032 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 03:31:25.032 INFO kablam! 164 | | where Sep 20 03:31:25.032 INFO kablam! 165 | | I: Stream + 'b, Sep 20 03:31:25.032 INFO kablam! 166 | | I::Error: ParseError, Sep 20 03:31:25.032 INFO kablam! 167 | | { Sep 20 03:31:25.032 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 03:31:25.032 INFO kablam! 169 | | } Sep 20 03:31:25.032 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 03:31:25.032 INFO kablam! | Sep 20 03:31:25.032 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 03:31:25.032 INFO kablam! = note: required by `combine::StreamOnce` Sep 20 03:31:25.032 INFO kablam! Sep 20 03:31:25.032 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 03:31:25.032 INFO kablam! --> src/lib.rs:168:5 Sep 20 03:31:25.032 INFO kablam! | Sep 20 03:31:25.032 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 03:31:25.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 03:31:25.032 INFO kablam! | Sep 20 03:31:25.032 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 03:31:25.032 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 03:31:25.032 INFO kablam! = note: required by `combine::combinator::Skip` Sep 20 03:31:25.032 INFO kablam! Sep 20 03:31:25.063 INFO kablam! error: aborting due to 3 previous errors Sep 20 03:31:25.063 INFO kablam! Sep 20 03:31:25.063 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 03:31:25.075 INFO kablam! error: Could not compile `combine-language`. Sep 20 03:31:25.075 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:31:25.166 INFO kablam! error: aborting due to 3 previous errors Sep 20 03:31:25.166 INFO kablam! Sep 20 03:31:25.166 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 03:31:25.177 INFO kablam! error: Could not compile `combine-language`. Sep 20 03:31:25.177 INFO kablam! Sep 20 03:31:25.177 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:31:25.178 INFO kablam! su: No module specific data is present Sep 20 03:31:25.906 INFO running `"docker" "rm" "-f" "671fff3ba6cb969110e0e56ea0af899604c33fb157539fe435bd394ab1d00731"` Sep 20 03:31:26.132 INFO blam! 671fff3ba6cb969110e0e56ea0af899604c33fb157539fe435bd394ab1d00731