Sep 20 05:12:23.759 INFO checking combine-language-3.0.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:12:23.759 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:12:23.759 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:12:23.904 INFO blam! f5a3b351b278ed0e67433182f0acf4e7c282e404d30678b42fb30e30467b0f57 Sep 20 05:12:23.907 INFO running `"docker" "start" "-a" "f5a3b351b278ed0e67433182f0acf4e7c282e404d30678b42fb30e30467b0f57"` Sep 20 05:12:25.101 INFO kablam! usermod: no changes Sep 20 05:12:25.194 INFO kablam! Compiling combine-language v3.0.1 (/source) Sep 20 05:12:27.283 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 05:12:27.283 INFO kablam! --> src/lib.rs:163:1 Sep 20 05:12:27.283 INFO kablam! | Sep 20 05:12:27.283 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 05:12:27.283 INFO kablam! 164 | | where Sep 20 05:12:27.283 INFO kablam! 165 | | I: Stream + 'b, Sep 20 05:12:27.283 INFO kablam! 166 | | I::Error: ParseError, Sep 20 05:12:27.283 INFO kablam! 167 | | { Sep 20 05:12:27.283 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 05:12:27.283 INFO kablam! 169 | | } Sep 20 05:12:27.283 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 05:12:27.283 INFO kablam! | Sep 20 05:12:27.283 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 05:12:27.283 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 05:12:27.283 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 05:12:27.283 INFO kablam! Sep 20 05:12:27.285 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 05:12:27.285 INFO kablam! --> src/lib.rs:163:1 Sep 20 05:12:27.285 INFO kablam! | Sep 20 05:12:27.285 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 05:12:27.285 INFO kablam! 164 | | where Sep 20 05:12:27.285 INFO kablam! 165 | | I: Stream + 'b, Sep 20 05:12:27.285 INFO kablam! 166 | | I::Error: ParseError, Sep 20 05:12:27.285 INFO kablam! 167 | | { Sep 20 05:12:27.285 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 05:12:27.285 INFO kablam! 169 | | } Sep 20 05:12:27.285 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 05:12:27.285 INFO kablam! | Sep 20 05:12:27.285 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 05:12:27.285 INFO kablam! = note: required by `combine::StreamOnce` Sep 20 05:12:27.285 INFO kablam! Sep 20 05:12:27.286 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 05:12:27.286 INFO kablam! --> src/lib.rs:168:5 Sep 20 05:12:27.286 INFO kablam! | Sep 20 05:12:27.286 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 05:12:27.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 05:12:27.286 INFO kablam! | Sep 20 05:12:27.286 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 05:12:27.286 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 05:12:27.286 INFO kablam! = note: required by `combine::combinator::Skip` Sep 20 05:12:27.286 INFO kablam! Sep 20 05:12:27.295 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 05:12:27.295 INFO kablam! --> src/lib.rs:163:1 Sep 20 05:12:27.295 INFO kablam! | Sep 20 05:12:27.295 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 05:12:27.295 INFO kablam! 164 | | where Sep 20 05:12:27.295 INFO kablam! 165 | | I: Stream + 'b, Sep 20 05:12:27.295 INFO kablam! 166 | | I::Error: ParseError, Sep 20 05:12:27.295 INFO kablam! 167 | | { Sep 20 05:12:27.295 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 05:12:27.295 INFO kablam! 169 | | } Sep 20 05:12:27.295 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 05:12:27.295 INFO kablam! | Sep 20 05:12:27.295 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 05:12:27.295 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 05:12:27.295 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 05:12:27.295 INFO kablam! Sep 20 05:12:27.297 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 05:12:27.297 INFO kablam! --> src/lib.rs:163:1 Sep 20 05:12:27.297 INFO kablam! | Sep 20 05:12:27.297 INFO kablam! 163 | / pub struct Reserved<'a: 'b, 'b, I> Sep 20 05:12:27.297 INFO kablam! 164 | | where Sep 20 05:12:27.297 INFO kablam! 165 | | I: Stream + 'b, Sep 20 05:12:27.297 INFO kablam! 166 | | I::Error: ParseError, Sep 20 05:12:27.297 INFO kablam! 167 | | { Sep 20 05:12:27.297 INFO kablam! 168 | | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 05:12:27.297 INFO kablam! 169 | | } Sep 20 05:12:27.297 INFO kablam! | |_^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 05:12:27.297 INFO kablam! | Sep 20 05:12:27.297 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 05:12:27.297 INFO kablam! = note: required by `combine::StreamOnce` Sep 20 05:12:27.297 INFO kablam! Sep 20 05:12:27.297 INFO kablam! error[E0277]: the trait bound `::Error: combine::ParseError::Range, ::Position>` is not satisfied Sep 20 05:12:27.297 INFO kablam! --> src/lib.rs:168:5 Sep 20 05:12:27.297 INFO kablam! | Sep 20 05:12:27.297 INFO kablam! 168 | parser: Lex<'a, 'b, Try, NotFollowedBy>>>>, Sep 20 05:12:27.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::ParseError::Range, ::Position>` is not implemented for `::Error` Sep 20 05:12:27.297 INFO kablam! | Sep 20 05:12:27.297 INFO kablam! = help: consider adding a `where ::Error: combine::ParseError::Range, ::Position>` bound Sep 20 05:12:27.297 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::char::Str` Sep 20 05:12:27.297 INFO kablam! = note: required by `combine::combinator::Skip` Sep 20 05:12:27.297 INFO kablam! Sep 20 05:12:27.398 INFO kablam! error: aborting due to 3 previous errors Sep 20 05:12:27.398 INFO kablam! Sep 20 05:12:27.398 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 05:12:27.403 INFO kablam! error: Could not compile `combine-language`. Sep 20 05:12:27.403 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:12:27.477 INFO kablam! error: aborting due to 3 previous errors Sep 20 05:12:27.477 INFO kablam! Sep 20 05:12:27.477 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 05:12:27.486 INFO kablam! error: Could not compile `combine-language`. Sep 20 05:12:27.486 INFO kablam! Sep 20 05:12:27.486 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:12:27.488 INFO kablam! su: No module specific data is present Sep 20 05:12:28.497 INFO running `"docker" "rm" "-f" "f5a3b351b278ed0e67433182f0acf4e7c282e404d30678b42fb30e30467b0f57"` Sep 20 05:12:28.599 INFO blam! f5a3b351b278ed0e67433182f0acf4e7c282e404d30678b42fb30e30467b0f57