Sep 21 02:10:48.074 INFO checking sxd-xpath-0.4.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:10:48.074 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:10:48.074 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:10:48.263 INFO blam! 6ea7402b10b59ca7764cca2fd5e1336fef9915e85685ed01713c79efca8e8a52 Sep 21 02:10:48.265 INFO running `"docker" "start" "-a" "6ea7402b10b59ca7764cca2fd5e1336fef9915e85685ed01713c79efca8e8a52"` Sep 21 02:10:48.928 INFO kablam! usermod: no changes Sep 21 02:10:48.958 INFO kablam! Checking sxd-xpath v0.4.1 (/source) Sep 21 02:10:49.348 INFO kablam! warning: the trait bound `I: std::iter::Iterator` is not satisfied Sep 21 02:10:49.348 INFO kablam! --> src/parser.rs:69:27 Sep 21 02:10:49.348 INFO kablam! | Sep 21 02:10:49.348 INFO kablam! 69 | type TokenSource<'a, I> = &'a mut Peekable; Sep 21 02:10:49.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 02:10:49.348 INFO kablam! | Sep 21 02:10:49.348 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:10:49.348 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 21 02:10:49.348 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 21 02:10:49.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:10:49.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:10:49.348 INFO kablam! Sep 21 02:10:49.348 INFO kablam! warning: the trait bound `I: std::iter::Iterator` is not satisfied Sep 21 02:10:49.348 INFO kablam! --> src/parser.rs:175:20 Sep 21 02:10:49.348 INFO kablam! | Sep 21 02:10:49.348 INFO kablam! 175 | type Rule<'a, I> = Fn(TokenSource) -> ParseResult + 'a; Sep 21 02:10:49.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 02:10:49.348 INFO kablam! | Sep 21 02:10:49.348 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 21 02:10:49.348 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 21 02:10:49.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:10:49.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:10:49.348 INFO kablam! Sep 21 02:10:49.643 INFO kablam! warning: the trait bound `I: std::iter::Iterator` is not satisfied Sep 21 02:10:49.643 INFO kablam! --> src/parser.rs:69:27 Sep 21 02:10:49.643 INFO kablam! | Sep 21 02:10:49.643 INFO kablam! 69 | type TokenSource<'a, I> = &'a mut Peekable; Sep 21 02:10:49.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 02:10:49.643 INFO kablam! | Sep 21 02:10:49.643 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:10:49.643 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 21 02:10:49.643 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 21 02:10:49.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:10:49.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:10:49.643 INFO kablam! Sep 21 02:10:49.643 INFO kablam! warning: the trait bound `I: std::iter::Iterator` is not satisfied Sep 21 02:10:49.643 INFO kablam! --> src/parser.rs:175:20 Sep 21 02:10:49.643 INFO kablam! | Sep 21 02:10:49.643 INFO kablam! 175 | type Rule<'a, I> = Fn(TokenSource) -> ParseResult + 'a; Sep 21 02:10:49.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 02:10:49.643 INFO kablam! | Sep 21 02:10:49.643 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 21 02:10:49.643 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 21 02:10:49.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:10:49.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:10:49.643 INFO kablam! Sep 21 02:10:52.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Sep 21 02:10:52.117 INFO kablam! su: No module specific data is present Sep 21 02:10:52.779 INFO running `"docker" "rm" "-f" "6ea7402b10b59ca7764cca2fd5e1336fef9915e85685ed01713c79efca8e8a52"` Sep 21 02:10:52.856 INFO blam! 6ea7402b10b59ca7764cca2fd5e1336fef9915e85685ed01713c79efca8e8a52