Sep 01 21:49:44.162 INFO checking tailrec-0.0.4 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 21:49:44.162 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 21:49:44.162 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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.402 INFO blam! eba3f134fa302845f1990aca8660b4910e7e874dff3fcb7812e7f135ea978984 Sep 01 21:49:44.404 INFO running `"docker" "start" "-a" "eba3f134fa302845f1990aca8660b4910e7e874dff3fcb7812e7f135ea978984"` Sep 01 21:49:45.038 INFO kablam! Checking tailrec v0.0.4 (file:///source) Sep 01 21:49:45.347 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.347 INFO kablam! --> src/lib.rs:14:5 Sep 01 21:49:45.347 INFO kablam! | Sep 01 21:49:45.347 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 21:49:45.347 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 21:49:45.347 INFO kablam! 16 | | { Sep 01 21:49:45.347 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 21:49:45.347 INFO kablam! ... | Sep 01 21:49:45.347 INFO kablam! 21 | | }} Sep 01 21:49:45.347 INFO kablam! 22 | | } Sep 01 21:49:45.347 INFO kablam! | |_____^ Sep 01 21:49:45.347 INFO kablam! | Sep 01 21:49:45.347 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 21:49:45.347 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.347 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.348 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 21:49:45.348 INFO kablam! Sep 01 21:49:45.348 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.348 INFO kablam! --> src/lib.rs:36:5 Sep 01 21:49:45.348 INFO kablam! | Sep 01 21:49:45.348 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 21:49:45.348 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 21:49:45.348 INFO kablam! 38 | | { Sep 01 21:49:45.348 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 21:49:45.348 INFO kablam! ... | Sep 01 21:49:45.348 INFO kablam! 43 | | }} Sep 01 21:49:45.348 INFO kablam! 44 | | } Sep 01 21:49:45.348 INFO kablam! | |_____^ Sep 01 21:49:45.348 INFO kablam! | Sep 01 21:49:45.348 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.348 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.348 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 21:49:45.348 INFO kablam! Sep 01 21:49:45.365 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.365 INFO kablam! --> src/lib.rs:14:5 Sep 01 21:49:45.365 INFO kablam! | Sep 01 21:49:45.365 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 21:49:45.365 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 21:49:45.365 INFO kablam! 16 | | { Sep 01 21:49:45.365 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 21:49:45.365 INFO kablam! ... | Sep 01 21:49:45.365 INFO kablam! 21 | | }} Sep 01 21:49:45.365 INFO kablam! 22 | | } Sep 01 21:49:45.365 INFO kablam! | |_____^ Sep 01 21:49:45.365 INFO kablam! | Sep 01 21:49:45.365 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 21:49:45.365 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.365 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.365 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 21:49:45.365 INFO kablam! Sep 01 21:49:45.365 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 21:49:45.365 INFO kablam! --> src/lib.rs:36:5 Sep 01 21:49:45.366 INFO kablam! | Sep 01 21:49:45.366 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 21:49:45.366 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 21:49:45.366 INFO kablam! 38 | | { Sep 01 21:49:45.366 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 21:49:45.366 INFO kablam! ... | Sep 01 21:49:45.366 INFO kablam! 43 | | }} Sep 01 21:49:45.366 INFO kablam! 44 | | } Sep 01 21:49:45.366 INFO kablam! | |_____^ Sep 01 21:49:45.366 INFO kablam! | Sep 01 21:49:45.366 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.366 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.366 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 21:49:45.366 INFO kablam! Sep 01 21:49:45.836 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 01 21:49:45.836 INFO kablam! --> /source/src/lib.rs:14:5 Sep 01 21:49:45.836 INFO kablam! | Sep 01 21:49:45.836 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 21:49:45.837 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 21:49:45.837 INFO kablam! 16 | | { Sep 01 21:49:45.837 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 21:49:45.837 INFO kablam! ... | Sep 01 21:49:45.837 INFO kablam! 21 | | }} Sep 01 21:49:45.837 INFO kablam! 22 | | } Sep 01 21:49:45.837 INFO kablam! | |_____^ Sep 01 21:49:45.837 INFO kablam! | Sep 01 21:49:45.837 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 21:49:45.837 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.837 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.837 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 21:49:45.837 INFO kablam! Sep 01 21:49:45.837 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 01 21:49:45.838 INFO kablam! --> /source/src/lib.rs:36:5 Sep 01 21:49:45.838 INFO kablam! | Sep 01 21:49:45.838 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 21:49:45.838 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 21:49:45.838 INFO kablam! 38 | | { Sep 01 21:49:45.838 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 21:49:45.838 INFO kablam! ... | Sep 01 21:49:45.838 INFO kablam! 43 | | }} Sep 01 21:49:45.838 INFO kablam! 44 | | } Sep 01 21:49:45.838 INFO kablam! | |_____^ Sep 01 21:49:45.838 INFO kablam! | Sep 01 21:49:45.838 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.838 INFO kablam! = note: for more information, see issue #51443 Sep 01 21:49:45.838 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 21:49:45.838 INFO kablam! Sep 01 21:49:45.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Sep 01 21:49:45.917 INFO kablam! su: No module specific data is present Sep 01 21:49:46.342 INFO running `"docker" "rm" "-f" "eba3f134fa302845f1990aca8660b4910e7e874dff3fcb7812e7f135ea978984"` Sep 01 21:49:46.464 INFO blam! eba3f134fa302845f1990aca8660b4910e7e874dff3fcb7812e7f135ea978984