Sep 17 21:40:15.901 INFO checking luther-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:40:15.901 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:40:15.901 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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 21:40:16.307 INFO blam! af61c990cd95ca8ccdb9b000e55bc4940bea45ca1e614a3391c8d9ad992568f4 Sep 17 21:40:16.311 INFO running `"docker" "start" "-a" "af61c990cd95ca8ccdb9b000e55bc4940bea45ca1e614a3391c8d9ad992568f4"` Sep 17 21:40:18.542 INFO kablam! usermod: no changes Sep 17 21:40:18.750 INFO kablam! Checking luther v0.1.0 (/source) Sep 17 21:40:19.871 INFO kablam! error: the trait bound `F: std::error::Error` is not satisfied Sep 17 21:40:19.871 INFO kablam! --> src/error.rs:40:25 Sep 17 21:40:19.872 INFO kablam! | Sep 17 21:40:19.872 INFO kablam! 40 | pub type Result = result::Result>; Sep 17 21:40:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `F` Sep 17 21:40:19.873 INFO kablam! | Sep 17 21:40:19.874 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:40:19.874 INFO kablam! = help: consider adding a `where F: std::error::Error` bound Sep 17 21:40:19.875 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `F` Sep 17 21:40:19.876 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:19.876 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:19.876 INFO kablam! Sep 17 21:40:19.877 INFO kablam! error: `F` cannot be sent between threads safely Sep 17 21:40:19.877 INFO kablam! --> src/error.rs:40:25 Sep 17 21:40:19.878 INFO kablam! | Sep 17 21:40:19.878 INFO kablam! 40 | pub type Result = result::Result>; Sep 17 21:40:19.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `F` cannot be sent between threads safely Sep 17 21:40:19.879 INFO kablam! | Sep 17 21:40:19.879 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `F` Sep 17 21:40:19.880 INFO kablam! = help: consider adding a `where F: std::marker::Send` bound Sep 17 21:40:19.880 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `F` Sep 17 21:40:19.881 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:19.881 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:19.882 INFO kablam! Sep 17 21:40:19.883 INFO kablam! error: `F` cannot be shared between threads safely Sep 17 21:40:19.883 INFO kablam! --> src/error.rs:40:25 Sep 17 21:40:19.884 INFO kablam! | Sep 17 21:40:19.884 INFO kablam! 40 | pub type Result = result::Result>; Sep 17 21:40:19.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `F` cannot be shared between threads safely Sep 17 21:40:19.885 INFO kablam! | Sep 17 21:40:19.886 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `F` Sep 17 21:40:19.886 INFO kablam! = help: consider adding a `where F: std::marker::Sync` bound Sep 17 21:40:19.887 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `F` Sep 17 21:40:19.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:19.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:19.888 INFO kablam! Sep 17 21:40:19.931 INFO kablam! error: aborting due to 3 previous errors Sep 17 21:40:19.931 INFO kablam! Sep 17 21:40:19.948 INFO kablam! error: Could not compile `luther`. Sep 17 21:40:19.948 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:40:20.383 INFO kablam! error: the trait bound `F: std::error::Error` is not satisfied Sep 17 21:40:20.383 INFO kablam! --> src/error.rs:40:25 Sep 17 21:40:20.383 INFO kablam! | Sep 17 21:40:20.383 INFO kablam! 40 | pub type Result = result::Result>; Sep 17 21:40:20.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `F` Sep 17 21:40:20.383 INFO kablam! | Sep 17 21:40:20.383 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:40:20.383 INFO kablam! = help: consider adding a `where F: std::error::Error` bound Sep 17 21:40:20.383 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `F` Sep 17 21:40:20.383 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:20.383 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:20.383 INFO kablam! Sep 17 21:40:20.391 INFO kablam! error: `F` cannot be sent between threads safely Sep 17 21:40:20.391 INFO kablam! --> src/error.rs:40:25 Sep 17 21:40:20.391 INFO kablam! | Sep 17 21:40:20.391 INFO kablam! 40 | pub type Result = result::Result>; Sep 17 21:40:20.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `F` cannot be sent between threads safely Sep 17 21:40:20.391 INFO kablam! | Sep 17 21:40:20.391 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `F` Sep 17 21:40:20.391 INFO kablam! = help: consider adding a `where F: std::marker::Send` bound Sep 17 21:40:20.391 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `F` Sep 17 21:40:20.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:20.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:20.391 INFO kablam! Sep 17 21:40:20.391 INFO kablam! error: `F` cannot be shared between threads safely Sep 17 21:40:20.391 INFO kablam! --> src/error.rs:40:25 Sep 17 21:40:20.391 INFO kablam! | Sep 17 21:40:20.391 INFO kablam! 40 | pub type Result = result::Result>; Sep 17 21:40:20.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `F` cannot be shared between threads safely Sep 17 21:40:20.391 INFO kablam! | Sep 17 21:40:20.391 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `F` Sep 17 21:40:20.391 INFO kablam! = help: consider adding a `where F: std::marker::Sync` bound Sep 17 21:40:20.391 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `F` Sep 17 21:40:20.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:20.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:20.391 INFO kablam! Sep 17 21:40:20.391 INFO kablam! error: the trait bound `I: std::iter::Iterator` is not satisfied Sep 17 21:40:20.391 INFO kablam! --> src/dfa.rs:287:24 Sep 17 21:40:20.391 INFO kablam! | Sep 17 21:40:20.391 INFO kablam! 287 | type DfaLexer = LexerIter; Sep 17 21:40:20.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 17 21:40:20.392 INFO kablam! | Sep 17 21:40:20.392 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 17 21:40:20.392 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 17 21:40:20.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:20.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:20.392 INFO kablam! Sep 17 21:40:20.392 INFO kablam! error: the trait bound `I: std::iter::Iterator` is not satisfied Sep 17 21:40:20.392 INFO kablam! --> src/dfa.rs:301:25 Sep 17 21:40:20.392 INFO kablam! | Sep 17 21:40:20.392 INFO kablam! 301 | type FakeLexer = LexerIter; Sep 17 21:40:20.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 17 21:40:20.392 INFO kablam! | Sep 17 21:40:20.392 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 17 21:40:20.392 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 17 21:40:20.392 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:40:20.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:40:20.392 INFO kablam! Sep 17 21:40:20.419 INFO kablam! error: aborting due to 5 previous errors Sep 17 21:40:20.419 INFO kablam! Sep 17 21:40:20.436 INFO kablam! error: Could not compile `luther`. Sep 17 21:40:20.436 INFO kablam! Sep 17 21:40:20.436 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:40:20.438 INFO kablam! su: No module specific data is present Sep 17 21:40:22.022 INFO running `"docker" "rm" "-f" "af61c990cd95ca8ccdb9b000e55bc4940bea45ca1e614a3391c8d9ad992568f4"` Sep 17 21:40:22.388 INFO blam! af61c990cd95ca8ccdb9b000e55bc4940bea45ca1e614a3391c8d9ad992568f4