Sep 01 21:49:44.391 INFO checking tailrec-0.0.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 21:49:44.391 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:49:44.391 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:49:44.622 INFO blam! 1667152f26ed2941e7c7901c3830e32d1b0fa6c36d93014486974432277a898a Sep 01 21:49:44.624 INFO running `"docker" "start" "-a" "1667152f26ed2941e7c7901c3830e32d1b0fa6c36d93014486974432277a898a"` Sep 01 21:49:45.269 INFO kablam! Checking tailrec v0.0.4 (file:///source) Sep 01 21:49:45.614 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.614 INFO kablam! --> src/lib.rs:14:5 Sep 01 21:49:45.614 INFO kablam! | Sep 01 21:49:45.614 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 21:49:45.614 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 21:49:45.614 INFO kablam! 16 | | { Sep 01 21:49:45.614 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 21:49:45.614 INFO kablam! ... | Sep 01 21:49:45.614 INFO kablam! 21 | | }} Sep 01 21:49:45.614 INFO kablam! 22 | | } Sep 01 21:49:45.614 INFO kablam! | |_____^ Sep 01 21:49:45.614 INFO kablam! | Sep 01 21:49:45.614 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 21:49:45.614 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 01 21:49:45.614 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.614 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 21:49:45.614 INFO kablam! Sep 01 21:49:45.616 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.616 INFO kablam! --> src/lib.rs:36:5 Sep 01 21:49:45.616 INFO kablam! | Sep 01 21:49:45.616 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 21:49:45.616 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 21:49:45.616 INFO kablam! 38 | | { Sep 01 21:49:45.616 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 21:49:45.616 INFO kablam! ... | Sep 01 21:49:45.616 INFO kablam! 43 | | }} Sep 01 21:49:45.616 INFO kablam! 44 | | } Sep 01 21:49:45.616 INFO kablam! | |_____^ Sep 01 21:49:45.616 INFO kablam! | Sep 01 21:49:45.616 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 01 21:49:45.616 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.616 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 21:49:45.616 INFO kablam! Sep 01 21:49:45.684 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.684 INFO kablam! --> src/lib.rs:14:5 Sep 01 21:49:45.684 INFO kablam! | Sep 01 21:49:45.684 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 21:49:45.684 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 21:49:45.684 INFO kablam! 16 | | { Sep 01 21:49:45.684 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 21:49:45.684 INFO kablam! ... | Sep 01 21:49:45.684 INFO kablam! 21 | | }} Sep 01 21:49:45.684 INFO kablam! 22 | | } Sep 01 21:49:45.684 INFO kablam! | |_____^ Sep 01 21:49:45.684 INFO kablam! | Sep 01 21:49:45.684 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 21:49:45.684 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 01 21:49:45.684 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.684 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 21:49:45.684 INFO kablam! Sep 01 21:49:45.685 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.685 INFO kablam! --> src/lib.rs:36:5 Sep 01 21:49:45.685 INFO kablam! | Sep 01 21:49:45.685 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 21:49:45.685 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 21:49:45.686 INFO kablam! 38 | | { Sep 01 21:49:45.686 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 21:49:45.686 INFO kablam! ... | Sep 01 21:49:45.686 INFO kablam! 43 | | }} Sep 01 21:49:45.686 INFO kablam! 44 | | } Sep 01 21:49:45.686 INFO kablam! | |_____^ Sep 01 21:49:45.686 INFO kablam! | Sep 01 21:49:45.686 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 01 21:49:45.686 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.686 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 21:49:45.686 INFO kablam! Sep 01 21:49:46.038 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 01 21:49:46.038 INFO kablam! --> /source/src/lib.rs:14:5 Sep 01 21:49:46.038 INFO kablam! | Sep 01 21:49:46.038 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 21:49:46.038 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 21:49:46.038 INFO kablam! 16 | | { Sep 01 21:49:46.038 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 21:49:46.038 INFO kablam! ... | Sep 01 21:49:46.038 INFO kablam! 21 | | }} Sep 01 21:49:46.038 INFO kablam! 22 | | } Sep 01 21:49:46.038 INFO kablam! | |_____^ Sep 01 21:49:46.038 INFO kablam! | Sep 01 21:49:46.038 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 21:49:46.039 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 01 21:49:46.039 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:46.039 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 21:49:46.039 INFO kablam! Sep 01 21:49:46.039 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 01 21:49:46.039 INFO kablam! --> /source/src/lib.rs:36:5 Sep 01 21:49:46.039 INFO kablam! | Sep 01 21:49:46.039 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 21:49:46.039 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 21:49:46.039 INFO kablam! 38 | | { Sep 01 21:49:46.040 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 21:49:46.040 INFO kablam! ... | Sep 01 21:49:46.040 INFO kablam! 43 | | }} Sep 01 21:49:46.040 INFO kablam! 44 | | } Sep 01 21:49:46.040 INFO kablam! | |_____^ Sep 01 21:49:46.040 INFO kablam! | Sep 01 21:49:46.040 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 01 21:49:46.040 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:46.040 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 21:49:46.040 INFO kablam! Sep 01 21:49:46.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Sep 01 21:49:46.103 INFO kablam! su: No module specific data is present Sep 01 21:49:46.495 INFO running `"docker" "rm" "-f" "1667152f26ed2941e7c7901c3830e32d1b0fa6c36d93014486974432277a898a"` Sep 01 21:49:46.626 INFO blam! 1667152f26ed2941e7c7901c3830e32d1b0fa6c36d93014486974432277a898a