Sep 17 22:04:07.018 INFO checking libgitdit-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:04:07.018 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:04:07.018 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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 22:04:07.221 INFO blam! 582ae4a4be1c417adf2154bc5b0bec4e447247a8e5448a50d14fed76dd17c631 Sep 17 22:04:07.223 INFO running `"docker" "start" "-a" "582ae4a4be1c417adf2154bc5b0bec4e447247a8e5448a50d14fed76dd17c631"` Sep 17 22:04:07.790 INFO kablam! usermod: no changes Sep 17 22:04:07.926 INFO kablam! Checking libgitdit v0.4.0 (/source) Sep 17 22:04:09.008 INFO kablam! error: the trait bound `S: std::convert::AsRef` is not satisfied Sep 17 22:04:09.008 INFO kablam! --> src/message/line_processor.rs:218:32 Sep 17 22:04:09.008 INFO kablam! | Sep 17 22:04:09.008 INFO kablam! 218 | pub type StrippingIter = TrailingBlankTrimmer< Sep 17 22:04:09.008 INFO kablam! | ________________________________^ Sep 17 22:04:09.008 INFO kablam! 219 | | StripWhiteSpaceRightIter< Sep 17 22:04:09.009 INFO kablam! 220 | | WithoutCommentsIter, Sep 17 22:04:09.009 INFO kablam! 221 | | S>, Sep 17 22:04:09.009 INFO kablam! 222 | | String>; Sep 17 22:04:09.009 INFO kablam! | |_______^ the trait `std::convert::AsRef` is not implemented for `S` Sep 17 22:04:09.009 INFO kablam! | Sep 17 22:04:09.009 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 22:04:09.009 INFO kablam! = help: consider adding a `where S: std::convert::AsRef` bound Sep 17 22:04:09.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:04:09.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:04:09.009 INFO kablam! Sep 17 22:04:09.010 INFO kablam! error: the trait bound `I: std::iter::Iterator` is not satisfied Sep 17 22:04:09.010 INFO kablam! --> src/message/line_processor.rs:218:32 Sep 17 22:04:09.010 INFO kablam! | Sep 17 22:04:09.010 INFO kablam! 218 | pub type StrippingIter = TrailingBlankTrimmer< Sep 17 22:04:09.010 INFO kablam! | ________________________________^ Sep 17 22:04:09.011 INFO kablam! 219 | | StripWhiteSpaceRightIter< Sep 17 22:04:09.011 INFO kablam! 220 | | WithoutCommentsIter, Sep 17 22:04:09.011 INFO kablam! 221 | | S>, Sep 17 22:04:09.011 INFO kablam! 222 | | String>; Sep 17 22:04:09.011 INFO kablam! | |_______^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 17 22:04:09.011 INFO kablam! | Sep 17 22:04:09.012 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 17 22:04:09.012 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 17 22:04:09.012 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:04:09.012 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:04:09.013 INFO kablam! Sep 17 22:04:09.063 INFO kablam! error: aborting due to 2 previous errors Sep 17 22:04:09.063 INFO kablam! Sep 17 22:04:09.074 INFO kablam! error: Could not compile `libgitdit`. Sep 17 22:04:09.075 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:04:09.251 INFO kablam! error: the trait bound `S: std::convert::AsRef` is not satisfied Sep 17 22:04:09.251 INFO kablam! --> src/message/line_processor.rs:218:32 Sep 17 22:04:09.251 INFO kablam! | Sep 17 22:04:09.251 INFO kablam! 218 | pub type StrippingIter = TrailingBlankTrimmer< Sep 17 22:04:09.251 INFO kablam! | ________________________________^ Sep 17 22:04:09.251 INFO kablam! 219 | | StripWhiteSpaceRightIter< Sep 17 22:04:09.251 INFO kablam! 220 | | WithoutCommentsIter, Sep 17 22:04:09.251 INFO kablam! 221 | | S>, Sep 17 22:04:09.251 INFO kablam! 222 | | String>; Sep 17 22:04:09.251 INFO kablam! | |_______^ the trait `std::convert::AsRef` is not implemented for `S` Sep 17 22:04:09.251 INFO kablam! | Sep 17 22:04:09.251 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 22:04:09.251 INFO kablam! = help: consider adding a `where S: std::convert::AsRef` bound Sep 17 22:04:09.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:04:09.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:04:09.251 INFO kablam! Sep 17 22:04:09.254 INFO kablam! error: the trait bound `I: std::iter::Iterator` is not satisfied Sep 17 22:04:09.254 INFO kablam! --> src/message/line_processor.rs:218:32 Sep 17 22:04:09.254 INFO kablam! | Sep 17 22:04:09.254 INFO kablam! 218 | pub type StrippingIter = TrailingBlankTrimmer< Sep 17 22:04:09.254 INFO kablam! | ________________________________^ Sep 17 22:04:09.254 INFO kablam! 219 | | StripWhiteSpaceRightIter< Sep 17 22:04:09.254 INFO kablam! 220 | | WithoutCommentsIter, Sep 17 22:04:09.254 INFO kablam! 221 | | S>, Sep 17 22:04:09.254 INFO kablam! 222 | | String>; Sep 17 22:04:09.254 INFO kablam! | |_______^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 17 22:04:09.254 INFO kablam! | Sep 17 22:04:09.254 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 17 22:04:09.254 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 17 22:04:09.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 22:04:09.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 22:04:09.254 INFO kablam! Sep 17 22:04:09.312 INFO kablam! error: aborting due to 2 previous errors Sep 17 22:04:09.312 INFO kablam! Sep 17 22:04:09.326 INFO kablam! error: Could not compile `libgitdit`. Sep 17 22:04:09.326 INFO kablam! Sep 17 22:04:09.326 INFO kablam! To learn more, run the command again with --verbose. Sep 17 22:04:09.328 INFO kablam! su: No module specific data is present Sep 17 22:04:09.949 INFO running `"docker" "rm" "-f" "582ae4a4be1c417adf2154bc5b0bec4e447247a8e5448a50d14fed76dd17c631"` Sep 17 22:04:10.017 INFO blam! 582ae4a4be1c417adf2154bc5b0bec4e447247a8e5448a50d14fed76dd17c631