Sep 17 16:29:34.830 INFO checking subparse-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:29:34.830 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:29:34.830 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/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 17 16:29:34.972 INFO blam! b13ec174820bcca734fde976e9508ebca9bb264118b6595e40b2e920b9ae1093 Sep 17 16:29:34.979 INFO running `"docker" "start" "-a" "b13ec174820bcca734fde976e9508ebca9bb264118b6595e40b2e920b9ae1093"` Sep 17 16:29:35.882 INFO kablam! usermod: no changes Sep 17 16:29:35.987 INFO kablam! Checking nom v2.1.0 Sep 17 16:29:35.991 INFO kablam! Checking image v0.13.0 Sep 17 16:29:38.003 INFO kablam! Checking vobsub v0.2.3 Sep 17 16:29:39.561 INFO kablam! Checking subparse v0.3.0 (/source) Sep 17 16:29:40.218 INFO kablam! warning: doc comment not used by rustdoc Sep 17 16:29:40.218 INFO kablam! --> src/formats/srt.rs:143:9 Sep 17 16:29:40.218 INFO kablam! | Sep 17 16:29:40.218 INFO kablam! 143 | /// Matches a `SubRip` timestamp like "00:24:45,670" Sep 17 16:29:40.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:29:40.218 INFO kablam! | Sep 17 16:29:40.218 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 17 16:29:40.218 INFO kablam! Sep 17 16:29:40.219 INFO kablam! warning: doc comment not used by rustdoc Sep 17 16:29:40.219 INFO kablam! --> src/formats/microdvd.rs:173:9 Sep 17 16:29:40.219 INFO kablam! | Sep 17 16:29:40.219 INFO kablam! 173 | /// Matches the regex "\{[^}]*\}"; parses something like "{some_info}". Sep 17 16:29:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:29:40.220 INFO kablam! Sep 17 16:29:40.246 INFO kablam! warning: doc comment not used by rustdoc Sep 17 16:29:40.246 INFO kablam! --> src/formats/srt.rs:143:9 Sep 17 16:29:40.246 INFO kablam! | Sep 17 16:29:40.246 INFO kablam! 143 | /// Matches a `SubRip` timestamp like "00:24:45,670" Sep 17 16:29:40.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:29:40.246 INFO kablam! | Sep 17 16:29:40.246 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 17 16:29:40.246 INFO kablam! Sep 17 16:29:40.247 INFO kablam! warning: doc comment not used by rustdoc Sep 17 16:29:40.247 INFO kablam! --> src/formats/microdvd.rs:173:9 Sep 17 16:29:40.247 INFO kablam! | Sep 17 16:29:40.247 INFO kablam! 173 | /// Matches the regex "\{[^}]*\}"; parses something like "{some_info}". Sep 17 16:29:40.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:29:40.247 INFO kablam! Sep 17 16:29:40.315 INFO kablam! error: the trait bound `I: combine::StreamOnce` is not satisfied Sep 17 16:29:40.315 INFO kablam! --> src/formats/common.rs:15:28 Sep 17 16:29:40.315 INFO kablam! | Sep 17 16:29:40.315 INFO kablam! 15 | type CustomCharParser = Expected bool>>; Sep 17 16:29:40.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::StreamOnce` is not implemented for `I` Sep 17 16:29:40.315 INFO kablam! | Sep 17 16:29:40.315 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:29:40.315 INFO kablam! = help: consider adding a `where I: combine::StreamOnce` bound Sep 17 16:29:40.315 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Satisfy bool>` Sep 17 16:29:40.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:29:40.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:29:40.315 INFO kablam! Sep 17 16:29:40.315 INFO kablam! error: the trait bound `I: std::clone::Clone` is not satisfied Sep 17 16:29:40.315 INFO kablam! --> src/formats/common.rs:15:28 Sep 17 16:29:40.315 INFO kablam! | Sep 17 16:29:40.316 INFO kablam! 15 | type CustomCharParser = Expected bool>>; Sep 17 16:29:40.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `I` Sep 17 16:29:40.316 INFO kablam! | Sep 17 16:29:40.316 INFO kablam! = help: consider adding a `where I: std::clone::Clone` bound Sep 17 16:29:40.316 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 17 16:29:40.316 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Satisfy bool>` Sep 17 16:29:40.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:29:40.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:29:40.316 INFO kablam! Sep 17 16:29:40.346 INFO kablam! error: the trait bound `I: combine::StreamOnce` is not satisfied Sep 17 16:29:40.346 INFO kablam! --> src/formats/common.rs:15:28 Sep 17 16:29:40.346 INFO kablam! | Sep 17 16:29:40.346 INFO kablam! 15 | type CustomCharParser = Expected bool>>; Sep 17 16:29:40.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `combine::StreamOnce` is not implemented for `I` Sep 17 16:29:40.346 INFO kablam! | Sep 17 16:29:40.346 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:29:40.346 INFO kablam! = help: consider adding a `where I: combine::StreamOnce` bound Sep 17 16:29:40.346 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Satisfy bool>` Sep 17 16:29:40.346 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:29:40.346 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:29:40.346 INFO kablam! Sep 17 16:29:40.346 INFO kablam! error: the trait bound `I: std::clone::Clone` is not satisfied Sep 17 16:29:40.346 INFO kablam! --> src/formats/common.rs:15:28 Sep 17 16:29:40.346 INFO kablam! | Sep 17 16:29:40.346 INFO kablam! 15 | type CustomCharParser = Expected bool>>; Sep 17 16:29:40.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `I` Sep 17 16:29:40.346 INFO kablam! | Sep 17 16:29:40.346 INFO kablam! = help: consider adding a `where I: std::clone::Clone` bound Sep 17 16:29:40.346 INFO kablam! = note: required because of the requirements on the impl of `combine::Stream` for `I` Sep 17 16:29:40.346 INFO kablam! = note: required because of the requirements on the impl of `combine::Parser` for `combine::combinator::Satisfy bool>` Sep 17 16:29:40.346 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:29:40.346 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:29:40.346 INFO kablam! Sep 17 16:29:40.352 INFO kablam! error: aborting due to 2 previous errors Sep 17 16:29:40.353 INFO kablam! Sep 17 16:29:40.362 INFO kablam! error: Could not compile `subparse`. Sep 17 16:29:40.362 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:29:40.394 INFO kablam! error: aborting due to 2 previous errors Sep 17 16:29:40.394 INFO kablam! Sep 17 16:29:40.407 INFO kablam! error: Could not compile `subparse`. Sep 17 16:29:40.407 INFO kablam! Sep 17 16:29:40.407 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:29:40.409 INFO kablam! su: No module specific data is present Sep 17 16:29:40.916 INFO running `"docker" "rm" "-f" "b13ec174820bcca734fde976e9508ebca9bb264118b6595e40b2e920b9ae1093"` Sep 17 16:29:41.007 INFO blam! b13ec174820bcca734fde976e9508ebca9bb264118b6595e40b2e920b9ae1093