Sep 04 04:27:51.257 INFO checking tailrec-0.0.4 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 04:27:51.257 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 04:27:51.257 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:27:51.434 INFO blam! 958ee9d8f1b3001f67349b875162e358d19e2009072931a39ca78cea98169a48 Sep 04 04:27:51.436 INFO running `"docker" "start" "-a" "958ee9d8f1b3001f67349b875162e358d19e2009072931a39ca78cea98169a48"` Sep 04 04:27:52.101 INFO kablam! Checking tailrec v0.0.4 (file:///source) Sep 04 04:27:52.417 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 04 04:27:52.417 INFO kablam! --> src/lib.rs:14:5 Sep 04 04:27:52.417 INFO kablam! | Sep 04 04:27:52.417 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 04 04:27:52.417 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 04 04:27:52.418 INFO kablam! 16 | | { Sep 04 04:27:52.418 INFO kablam! 17 | | let mut state = iterate(self); Sep 04 04:27:52.418 INFO kablam! ... | Sep 04 04:27:52.418 INFO kablam! 21 | | }} Sep 04 04:27:52.418 INFO kablam! 22 | | } Sep 04 04:27:52.418 INFO kablam! | |_____^ Sep 04 04:27:52.418 INFO kablam! | Sep 04 04:27:52.418 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:27:52.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:27:52.418 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:27:52.419 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 04 04:27:52.419 INFO kablam! Sep 04 04:27:52.419 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 04 04:27:52.419 INFO kablam! --> src/lib.rs:36:5 Sep 04 04:27:52.419 INFO kablam! | Sep 04 04:27:52.420 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 04 04:27:52.420 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 04 04:27:52.420 INFO kablam! 38 | | { Sep 04 04:27:52.420 INFO kablam! 39 | | let mut state = iterate(self); Sep 04 04:27:52.420 INFO kablam! ... | Sep 04 04:27:52.420 INFO kablam! 43 | | }} Sep 04 04:27:52.420 INFO kablam! 44 | | } Sep 04 04:27:52.420 INFO kablam! | |_____^ Sep 04 04:27:52.420 INFO kablam! | Sep 04 04:27:52.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:27:52.420 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:27:52.421 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 04 04:27:52.421 INFO kablam! Sep 04 04:27:52.451 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 04 04:27:52.451 INFO kablam! --> src/lib.rs:14:5 Sep 04 04:27:52.451 INFO kablam! | Sep 04 04:27:52.451 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 04 04:27:52.451 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 04 04:27:52.451 INFO kablam! 16 | | { Sep 04 04:27:52.451 INFO kablam! 17 | | let mut state = iterate(self); Sep 04 04:27:52.452 INFO kablam! ... | Sep 04 04:27:52.452 INFO kablam! 21 | | }} Sep 04 04:27:52.452 INFO kablam! 22 | | } Sep 04 04:27:52.452 INFO kablam! | |_____^ Sep 04 04:27:52.452 INFO kablam! | Sep 04 04:27:52.452 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:27:52.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:27:52.452 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:27:52.452 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 04 04:27:52.452 INFO kablam! Sep 04 04:27:52.452 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 04 04:27:52.452 INFO kablam! --> src/lib.rs:36:5 Sep 04 04:27:52.452 INFO kablam! | Sep 04 04:27:52.452 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 04 04:27:52.452 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 04 04:27:52.452 INFO kablam! 38 | | { Sep 04 04:27:52.452 INFO kablam! 39 | | let mut state = iterate(self); Sep 04 04:27:52.452 INFO kablam! ... | Sep 04 04:27:52.452 INFO kablam! 43 | | }} Sep 04 04:27:52.452 INFO kablam! 44 | | } Sep 04 04:27:52.452 INFO kablam! | |_____^ Sep 04 04:27:52.452 INFO kablam! | Sep 04 04:27:52.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:27:52.452 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:27:52.452 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 04 04:27:52.452 INFO kablam! Sep 04 04:27:52.858 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 04 04:27:52.858 INFO kablam! --> /source/src/lib.rs:14:5 Sep 04 04:27:52.858 INFO kablam! | Sep 04 04:27:52.858 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 04 04:27:52.858 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 04 04:27:52.858 INFO kablam! 16 | | { Sep 04 04:27:52.858 INFO kablam! 17 | | let mut state = iterate(self); Sep 04 04:27:52.858 INFO kablam! ... | Sep 04 04:27:52.858 INFO kablam! 21 | | }} Sep 04 04:27:52.858 INFO kablam! 22 | | } Sep 04 04:27:52.858 INFO kablam! | |_____^ Sep 04 04:27:52.858 INFO kablam! | Sep 04 04:27:52.858 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:27:52.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:27:52.858 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:27:52.858 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 04 04:27:52.859 INFO kablam! Sep 04 04:27:52.859 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 04 04:27:52.859 INFO kablam! --> /source/src/lib.rs:36:5 Sep 04 04:27:52.859 INFO kablam! | Sep 04 04:27:52.859 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 04 04:27:52.859 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 04 04:27:52.859 INFO kablam! 38 | | { Sep 04 04:27:52.859 INFO kablam! 39 | | let mut state = iterate(self); Sep 04 04:27:52.859 INFO kablam! ... | Sep 04 04:27:52.859 INFO kablam! 43 | | }} Sep 04 04:27:52.859 INFO kablam! 44 | | } Sep 04 04:27:52.859 INFO kablam! | |_____^ Sep 04 04:27:52.859 INFO kablam! | Sep 04 04:27:52.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:27:52.859 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:27:52.859 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 04 04:27:52.859 INFO kablam! Sep 04 04:27:52.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Sep 04 04:27:52.910 INFO kablam! su: No module specific data is present Sep 04 04:27:53.466 INFO running `"docker" "rm" "-f" "958ee9d8f1b3001f67349b875162e358d19e2009072931a39ca78cea98169a48"` Sep 04 04:27:53.565 INFO blam! 958ee9d8f1b3001f67349b875162e358d19e2009072931a39ca78cea98169a48