Sep 18 02:21:27.996 INFO checking combine-3.5.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:21:27.996 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:21:27.996 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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:28.139 INFO blam! a80fadae0e365db15ffe4054bdfa3399f804b2d328d54712e2fe5b655689307c Sep 18 02:21:28.141 INFO running `"docker" "start" "-a" "a80fadae0e365db15ffe4054bdfa3399f804b2d328d54712e2fe5b655689307c"` Sep 18 02:21:29.660 INFO kablam! usermod: no changes Sep 18 02:21:29.780 INFO kablam! Checking combine v3.5.1 (/source) Sep 18 02:21:29.782 INFO kablam! Checking partial-io v0.3.0 Sep 18 02:21:31.692 INFO kablam! error: the trait bound `I: stream::StreamOnce` is not satisfied Sep 18 02:21:31.692 INFO kablam! --> src/error.rs:204:30 Sep 18 02:21:31.692 INFO kablam! | Sep 18 02:21:31.692 INFO kablam! 204 | pub type ParseResult = Result<(O, Consumed<()>), Consumed::Error>>>; Sep 18 02:21:31.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `stream::StreamOnce` is not implemented for `I` Sep 18 02:21:31.692 INFO kablam! | Sep 18 02:21:31.692 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 02:21:31.692 INFO kablam! = help: consider adding a `where I: stream::StreamOnce` bound Sep 18 02:21:31.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:31.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:31.692 INFO kablam! Sep 18 02:21:31.693 INFO kablam! error: the trait bound `I: stream::StreamOnce` is not satisfied Sep 18 02:21:31.693 INFO kablam! --> src/error.rs:708:33 Sep 18 02:21:31.693 INFO kablam! | Sep 18 02:21:31.693 INFO kablam! 708 | pub type ConsumedResult = FastResult::Error>; Sep 18 02:21:31.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `stream::StreamOnce` is not implemented for `I` Sep 18 02:21:31.693 INFO kablam! | Sep 18 02:21:31.693 INFO kablam! = help: consider adding a `where I: stream::StreamOnce` bound Sep 18 02:21:31.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:31.693 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:31.693 INFO kablam! Sep 18 02:21:31.697 INFO kablam! error: the trait bound `S: stream::StreamOnce` is not satisfied Sep 18 02:21:31.697 INFO kablam! --> src/stream/easy.rs:559:5 Sep 18 02:21:31.697 INFO kablam! | Sep 18 02:21:31.697 INFO kablam! 559 | Errors<::Item, ::Range, ::Position>; Sep 18 02:21:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `stream::StreamOnce` is not implemented for `S` Sep 18 02:21:31.697 INFO kablam! | Sep 18 02:21:31.697 INFO kablam! = help: consider adding a `where S: stream::StreamOnce` bound Sep 18 02:21:31.697 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:31.697 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:31.697 INFO kablam! Sep 18 02:21:31.708 INFO kablam! error: the trait bound `I: stream::StreamOnce` is not satisfied Sep 18 02:21:31.708 INFO kablam! --> src/stream/mod.rs:90:30 Sep 18 02:21:31.708 INFO kablam! | Sep 18 02:21:31.708 INFO kablam! 90 | pub type StreamErrorFor = <::Error as ParseError< Sep 18 02:21:31.708 INFO kablam! | ______________________________^ Sep 18 02:21:31.709 INFO kablam! 91 | | ::Item, Sep 18 02:21:31.709 INFO kablam! 92 | | ::Range, Sep 18 02:21:31.709 INFO kablam! 93 | | ::Position, Sep 18 02:21:31.709 INFO kablam! 94 | | >>::StreamError; Sep 18 02:21:31.709 INFO kablam! | |_______________^ the trait `stream::StreamOnce` is not implemented for `I` Sep 18 02:21:31.709 INFO kablam! | Sep 18 02:21:31.709 INFO kablam! = help: consider adding a `where I: stream::StreamOnce` bound Sep 18 02:21:31.709 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:31.709 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:31.709 INFO kablam! Sep 18 02:21:31.830 INFO kablam! error: the trait bound `P: parser::Parser` is not satisfied Sep 18 02:21:31.831 INFO kablam! --> src/parser/sequence.rs:33:35 Sep 18 02:21:31.831 INFO kablam! | Sep 18 02:21:31.831 INFO kablam! 33 | pub type ParserSequenceState

= SequenceState<

::Output,

::PartialState>; Sep 18 02:21:31.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `parser::Parser` is not implemented for `P` Sep 18 02:21:31.831 INFO kablam! | Sep 18 02:21:31.831 INFO kablam! = help: consider adding a `where P: parser::Parser` bound Sep 18 02:21:31.831 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:31.831 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:31.831 INFO kablam! Sep 18 02:21:32.673 INFO kablam! error: the trait bound `I: stream::StreamOnce` is not satisfied Sep 18 02:21:32.673 INFO kablam! --> src/error.rs:204:30 Sep 18 02:21:32.673 INFO kablam! | Sep 18 02:21:32.673 INFO kablam! 204 | pub type ParseResult = Result<(O, Consumed<()>), Consumed::Error>>>; Sep 18 02:21:32.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `stream::StreamOnce` is not implemented for `I` Sep 18 02:21:32.673 INFO kablam! | Sep 18 02:21:32.673 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 02:21:32.673 INFO kablam! = help: consider adding a `where I: stream::StreamOnce` bound Sep 18 02:21:32.673 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:32.673 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:32.673 INFO kablam! Sep 18 02:21:32.673 INFO kablam! error: the trait bound `I: stream::StreamOnce` is not satisfied Sep 18 02:21:32.673 INFO kablam! --> src/error.rs:708:33 Sep 18 02:21:32.673 INFO kablam! | Sep 18 02:21:32.674 INFO kablam! 708 | pub type ConsumedResult = FastResult::Error>; Sep 18 02:21:32.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `stream::StreamOnce` is not implemented for `I` Sep 18 02:21:32.674 INFO kablam! | Sep 18 02:21:32.674 INFO kablam! = help: consider adding a `where I: stream::StreamOnce` bound Sep 18 02:21:32.674 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:32.674 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:32.674 INFO kablam! Sep 18 02:21:32.695 INFO kablam! error: the trait bound `S: stream::StreamOnce` is not satisfied Sep 18 02:21:32.695 INFO kablam! --> src/stream/easy.rs:559:5 Sep 18 02:21:32.695 INFO kablam! | Sep 18 02:21:32.695 INFO kablam! 559 | Errors<::Item, ::Range, ::Position>; Sep 18 02:21:32.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `stream::StreamOnce` is not implemented for `S` Sep 18 02:21:32.695 INFO kablam! | Sep 18 02:21:32.695 INFO kablam! = help: consider adding a `where S: stream::StreamOnce` bound Sep 18 02:21:32.695 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:32.695 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:32.695 INFO kablam! Sep 18 02:21:32.703 INFO kablam! error: the trait bound `I: stream::StreamOnce` is not satisfied Sep 18 02:21:32.703 INFO kablam! --> src/stream/mod.rs:90:30 Sep 18 02:21:32.703 INFO kablam! | Sep 18 02:21:32.703 INFO kablam! 90 | pub type StreamErrorFor = <::Error as ParseError< Sep 18 02:21:32.703 INFO kablam! | ______________________________^ Sep 18 02:21:32.703 INFO kablam! 91 | | ::Item, Sep 18 02:21:32.703 INFO kablam! 92 | | ::Range, Sep 18 02:21:32.703 INFO kablam! 93 | | ::Position, Sep 18 02:21:32.703 INFO kablam! 94 | | >>::StreamError; Sep 18 02:21:32.703 INFO kablam! | |_______________^ the trait `stream::StreamOnce` is not implemented for `I` Sep 18 02:21:32.703 INFO kablam! | Sep 18 02:21:32.703 INFO kablam! = help: consider adding a `where I: stream::StreamOnce` bound Sep 18 02:21:32.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:32.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:32.703 INFO kablam! Sep 18 02:21:32.861 INFO kablam! error: the trait bound `P: parser::Parser` is not satisfied Sep 18 02:21:32.861 INFO kablam! --> src/parser/sequence.rs:33:35 Sep 18 02:21:32.861 INFO kablam! | Sep 18 02:21:32.861 INFO kablam! 33 | pub type ParserSequenceState

= SequenceState<

::Output,

::PartialState>; Sep 18 02:21:32.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `parser::Parser` is not implemented for `P` Sep 18 02:21:32.861 INFO kablam! | Sep 18 02:21:32.861 INFO kablam! = help: consider adding a `where P: parser::Parser` bound Sep 18 02:21:32.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:21:32.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:21:32.861 INFO kablam! Sep 18 02:21:34.442 INFO kablam! error: aborting due to 5 previous errors Sep 18 02:21:34.442 INFO kablam! Sep 18 02:21:34.442 INFO kablam! error: Could not compile `combine`. Sep 18 02:21:34.443 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:21:35.649 INFO kablam! error: aborting due to 5 previous errors Sep 18 02:21:35.649 INFO kablam! Sep 18 02:21:35.661 INFO kablam! error: Could not compile `combine`. Sep 18 02:21:35.661 INFO kablam! Sep 18 02:21:35.661 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:21:35.663 INFO kablam! su: No module specific data is present Sep 18 02:21:36.442 INFO running `"docker" "rm" "-f" "a80fadae0e365db15ffe4054bdfa3399f804b2d328d54712e2fe5b655689307c"` Sep 18 02:21:36.522 INFO blam! a80fadae0e365db15ffe4054bdfa3399f804b2d328d54712e2fe5b655689307c