Sep 01 04:35:31.603 INFO checking tailrec-0.0.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 04:35:31.603 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 04:35:31.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:35:31.794 INFO blam! fcd7b1aa3d57b613b030bcdba8ed8e6b66e3f47b9c89ab06b2c290bfd19ba4ee Sep 01 04:35:31.796 INFO running `"docker" "start" "-a" "fcd7b1aa3d57b613b030bcdba8ed8e6b66e3f47b9c89ab06b2c290bfd19ba4ee"` Sep 01 04:35:32.608 INFO kablam! Checking tailrec v0.0.4 (file:///source) Sep 01 04:35:32.876 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 04:35:32.876 INFO kablam! --> src/lib.rs:14:5 Sep 01 04:35:32.876 INFO kablam! | Sep 01 04:35:32.876 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 04:35:32.876 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 04:35:32.876 INFO kablam! 16 | | { Sep 01 04:35:32.876 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 04:35:32.876 INFO kablam! ... | Sep 01 04:35:32.876 INFO kablam! 21 | | }} Sep 01 04:35:32.876 INFO kablam! 22 | | } Sep 01 04:35:32.876 INFO kablam! | |_____^ Sep 01 04:35:32.876 INFO kablam! | Sep 01 04:35:32.876 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 04:35:32.876 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 04:35:32.876 INFO kablam! = note: for more information, see issue #51443 Sep 01 04:35:32.876 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 04:35:32.876 INFO kablam! Sep 01 04:35:32.877 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 04:35:32.877 INFO kablam! --> src/lib.rs:36:5 Sep 01 04:35:32.877 INFO kablam! | Sep 01 04:35:32.877 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 04:35:32.877 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 04:35:32.877 INFO kablam! 38 | | { Sep 01 04:35:32.877 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 04:35:32.877 INFO kablam! ... | Sep 01 04:35:32.877 INFO kablam! 43 | | }} Sep 01 04:35:32.878 INFO kablam! 44 | | } Sep 01 04:35:32.878 INFO kablam! | |_____^ Sep 01 04:35:32.878 INFO kablam! | Sep 01 04:35:32.878 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 04:35:32.878 INFO kablam! = note: for more information, see issue #51443 Sep 01 04:35:32.878 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 04:35:32.878 INFO kablam! Sep 01 04:35:32.923 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 04:35:32.923 INFO kablam! --> src/lib.rs:14:5 Sep 01 04:35:32.923 INFO kablam! | Sep 01 04:35:32.923 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 04:35:32.923 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 04:35:32.923 INFO kablam! 16 | | { Sep 01 04:35:32.923 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 04:35:32.923 INFO kablam! ... | Sep 01 04:35:32.923 INFO kablam! 21 | | }} Sep 01 04:35:32.923 INFO kablam! 22 | | } Sep 01 04:35:32.923 INFO kablam! | |_____^ Sep 01 04:35:32.923 INFO kablam! | Sep 01 04:35:32.923 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 04:35:32.923 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 04:35:32.923 INFO kablam! = note: for more information, see issue #51443 Sep 01 04:35:32.923 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 04:35:32.923 INFO kablam! Sep 01 04:35:32.924 INFO kablam! warning: the trait `TailRec` cannot be made into an object Sep 01 04:35:32.924 INFO kablam! --> src/lib.rs:36:5 Sep 01 04:35:32.924 INFO kablam! | Sep 01 04:35:32.924 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 04:35:32.924 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 04:35:32.924 INFO kablam! 38 | | { Sep 01 04:35:32.924 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 04:35:32.924 INFO kablam! ... | Sep 01 04:35:32.924 INFO kablam! 43 | | }} Sep 01 04:35:32.924 INFO kablam! 44 | | } Sep 01 04:35:32.924 INFO kablam! | |_____^ Sep 01 04:35:32.924 INFO kablam! | Sep 01 04:35:32.924 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 04:35:32.924 INFO kablam! = note: for more information, see issue #51443 Sep 01 04:35:32.924 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 04:35:32.924 INFO kablam! Sep 01 04:35:33.202 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 01 04:35:33.202 INFO kablam! --> /source/src/lib.rs:14:5 Sep 01 04:35:33.202 INFO kablam! | Sep 01 04:35:33.202 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Sep 01 04:35:33.202 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Sep 01 04:35:33.202 INFO kablam! 16 | | { Sep 01 04:35:33.202 INFO kablam! 17 | | let mut state = iterate(self); Sep 01 04:35:33.202 INFO kablam! ... | Sep 01 04:35:33.202 INFO kablam! 21 | | }} Sep 01 04:35:33.202 INFO kablam! 22 | | } Sep 01 04:35:33.202 INFO kablam! | |_____^ Sep 01 04:35:33.202 INFO kablam! | Sep 01 04:35:33.202 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 04:35:33.202 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 04:35:33.202 INFO kablam! = note: for more information, see issue #51443 Sep 01 04:35:33.202 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Sep 01 04:35:33.202 INFO kablam! Sep 01 04:35:33.203 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Sep 01 04:35:33.203 INFO kablam! --> /source/src/lib.rs:36:5 Sep 01 04:35:33.203 INFO kablam! | Sep 01 04:35:33.203 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Sep 01 04:35:33.203 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Sep 01 04:35:33.203 INFO kablam! 38 | | { Sep 01 04:35:33.203 INFO kablam! 39 | | let mut state = iterate(self); Sep 01 04:35:33.203 INFO kablam! ... | Sep 01 04:35:33.203 INFO kablam! 43 | | }} Sep 01 04:35:33.203 INFO kablam! 44 | | } Sep 01 04:35:33.203 INFO kablam! | |_____^ Sep 01 04:35:33.203 INFO kablam! | Sep 01 04:35:33.203 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 04:35:33.203 INFO kablam! = note: for more information, see issue #51443 Sep 01 04:35:33.203 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Sep 01 04:35:33.203 INFO kablam! Sep 01 04:35:33.254 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Sep 01 04:35:33.257 INFO kablam! su: No module specific data is present Sep 01 04:35:33.710 INFO running `"docker" "rm" "-f" "fcd7b1aa3d57b613b030bcdba8ed8e6b66e3f47b9c89ab06b2c290bfd19ba4ee"` Sep 01 04:35:33.822 INFO blam! fcd7b1aa3d57b613b030bcdba8ed8e6b66e3f47b9c89ab06b2c290bfd19ba4ee