Oct 27 14:52:39.911 INFO checking tailrec-0.0.4 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:52:39.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:52:40.404 INFO blam! 93e85b8593ac25168f62caf4d732deb362063043bebabaa8a74c08c869681e78 Oct 27 14:52:40.419 INFO running `"docker" "start" "-a" "93e85b8593ac25168f62caf4d732deb362063043bebabaa8a74c08c869681e78"` Oct 27 14:52:41.794 INFO kablam! usermod: no changes Oct 27 14:52:41.855 INFO kablam! Checking tailrec v0.0.4 (/source) Oct 27 14:52:42.618 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 27 14:52:42.618 INFO kablam! --> src/lib.rs:14:5 Oct 27 14:52:42.618 INFO kablam! | Oct 27 14:52:42.618 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Oct 27 14:52:42.618 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Oct 27 14:52:42.618 INFO kablam! 16 | | { Oct 27 14:52:42.618 INFO kablam! 17 | | let mut state = iterate(self); Oct 27 14:52:42.618 INFO kablam! ... | Oct 27 14:52:42.618 INFO kablam! 21 | | }} Oct 27 14:52:42.618 INFO kablam! 22 | | } Oct 27 14:52:42.618 INFO kablam! | |_____^ Oct 27 14:52:42.618 INFO kablam! | Oct 27 14:52:42.618 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 14:52:42.618 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! Oct 27 14:52:42.618 INFO kablam! = note: for more information, see issue #51443 Oct 27 14:52:42.618 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Oct 27 14:52:42.618 INFO kablam! Oct 27 14:52:42.618 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 27 14:52:42.618 INFO kablam! --> src/lib.rs:36:5 Oct 27 14:52:42.618 INFO kablam! | Oct 27 14:52:42.618 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Oct 27 14:52:42.618 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Oct 27 14:52:42.618 INFO kablam! 38 | | { Oct 27 14:52:42.618 INFO kablam! 39 | | let mut state = iterate(self); Oct 27 14:52:42.618 INFO kablam! ... | Oct 27 14:52:42.618 INFO kablam! 43 | | }} Oct 27 14:52:42.618 INFO kablam! 44 | | } Oct 27 14:52:42.618 INFO kablam! | |_____^ Oct 27 14:52:42.618 INFO kablam! | Oct 27 14:52:42.618 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! Oct 27 14:52:42.618 INFO kablam! = note: for more information, see issue #51443 Oct 27 14:52:42.618 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Oct 27 14:52:42.618 INFO kablam! Oct 27 14:52:42.623 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 27 14:52:42.623 INFO kablam! --> src/lib.rs:14:5 Oct 27 14:52:42.623 INFO kablam! | Oct 27 14:52:42.623 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Oct 27 14:52:42.623 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Oct 27 14:52:42.624 INFO kablam! 16 | | { Oct 27 14:52:42.624 INFO kablam! 17 | | let mut state = iterate(self); Oct 27 14:52:42.624 INFO kablam! ... | Oct 27 14:52:42.624 INFO kablam! 21 | | }} Oct 27 14:52:42.624 INFO kablam! 22 | | } Oct 27 14:52:42.624 INFO kablam! | |_____^ Oct 27 14:52:42.624 INFO kablam! | Oct 27 14:52:42.625 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 14:52:42.625 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! Oct 27 14:52:42.625 INFO kablam! = note: for more information, see issue #51443 Oct 27 14:52:42.625 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Oct 27 14:52:42.625 INFO kablam! Oct 27 14:52:42.625 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 27 14:52:42.626 INFO kablam! --> src/lib.rs:36:5 Oct 27 14:52:42.626 INFO kablam! | Oct 27 14:52:42.626 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Oct 27 14:52:42.626 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Oct 27 14:52:42.626 INFO kablam! 38 | | { Oct 27 14:52:42.626 INFO kablam! 39 | | let mut state = iterate(self); Oct 27 14:52:42.627 INFO kablam! ... | Oct 27 14:52:42.627 INFO kablam! 43 | | }} Oct 27 14:52:42.627 INFO kablam! 44 | | } Oct 27 14:52:42.627 INFO kablam! | |_____^ Oct 27 14:52:42.627 INFO kablam! | Oct 27 14:52:42.627 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! Oct 27 14:52:42.627 INFO kablam! = note: for more information, see issue #51443 Oct 27 14:52:42.628 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Oct 27 14:52:42.628 INFO kablam! Oct 27 14:52:43.360 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Oct 27 14:52:43.360 INFO kablam! --> /source/src/lib.rs:14:5 Oct 27 14:52:43.360 INFO kablam! | Oct 27 14:52:43.360 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Oct 27 14:52:43.360 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Oct 27 14:52:43.360 INFO kablam! 16 | | { Oct 27 14:52:43.360 INFO kablam! 17 | | let mut state = iterate(self); Oct 27 14:52:43.360 INFO kablam! ... | Oct 27 14:52:43.360 INFO kablam! 21 | | }} Oct 27 14:52:43.360 INFO kablam! 22 | | } Oct 27 14:52:43.360 INFO kablam! | |_____^ Oct 27 14:52:43.360 INFO kablam! | Oct 27 14:52:43.360 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 14:52:43.360 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! Oct 27 14:52:43.360 INFO kablam! = note: for more information, see issue #51443 Oct 27 14:52:43.360 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Oct 27 14:52:43.361 INFO kablam! Oct 27 14:52:43.361 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Oct 27 14:52:43.361 INFO kablam! --> /source/src/lib.rs:36:5 Oct 27 14:52:43.361 INFO kablam! | Oct 27 14:52:43.361 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Oct 27 14:52:43.361 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Oct 27 14:52:43.361 INFO kablam! 38 | | { Oct 27 14:52:43.361 INFO kablam! 39 | | let mut state = iterate(self); Oct 27 14:52:43.361 INFO kablam! ... | Oct 27 14:52:43.361 INFO kablam! 43 | | }} Oct 27 14:52:43.361 INFO kablam! 44 | | } Oct 27 14:52:43.361 INFO kablam! | |_____^ Oct 27 14:52:43.361 INFO kablam! | Oct 27 14:52:43.361 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! Oct 27 14:52:43.361 INFO kablam! = note: for more information, see issue #51443 Oct 27 14:52:43.361 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Oct 27 14:52:43.361 INFO kablam! Oct 27 14:52:43.410 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 27 14:52:43.418 INFO kablam! su: No module specific data is present Oct 27 14:52:44.235 INFO running `"docker" "rm" "-f" "93e85b8593ac25168f62caf4d732deb362063043bebabaa8a74c08c869681e78"` Oct 27 14:52:44.475 INFO blam! 93e85b8593ac25168f62caf4d732deb362063043bebabaa8a74c08c869681e78