Sep 21 03:45:54.072 INFO checking rusty-wam-0.7.13 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:45:54.072 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:45:54.072 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:45:54.290 INFO blam! 4ecd38f4350de1994e196d17733200d37134d8ccbabe40ff63481f4ec87d5589 Sep 21 03:45:54.292 INFO running `"docker" "start" "-a" "4ecd38f4350de1994e196d17733200d37134d8ccbabe40ff63481f4ec87d5589"` Sep 21 03:45:55.525 INFO kablam! usermod: no changes Sep 21 03:45:55.630 INFO kablam! Checking prolog_parser v0.7.14 Sep 21 03:45:56.966 INFO kablam! Checking rusty-wam v0.7.13 (/source) Sep 21 03:45:58.046 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.046 INFO kablam! --> src/prolog/copier.rs:21:5 Sep 21 03:45:58.046 INFO kablam! | Sep 21 03:45:58.046 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Sep 21 03:45:58.046 INFO kablam! 22 | | where Self: IndexMut Sep 21 03:45:58.046 INFO kablam! 23 | | { Sep 21 03:45:58.046 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Sep 21 03:45:58.046 INFO kablam! ... | Sep 21 03:45:58.046 INFO kablam! 29 | | } Sep 21 03:45:58.046 INFO kablam! 30 | | } Sep 21 03:45:58.046 INFO kablam! | |_____^ Sep 21 03:45:58.046 INFO kablam! | Sep 21 03:45:58.046 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 03:45:58.046 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 21 03:45:58.046 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.046 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Sep 21 03:45:58.046 INFO kablam! Sep 21 03:45:58.046 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.046 INFO kablam! --> src/prolog/copier.rs:32:5 Sep 21 03:45:58.046 INFO kablam! | Sep 21 03:45:58.046 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Sep 21 03:45:58.046 INFO kablam! 33 | | where Self: IndexMut Sep 21 03:45:58.046 INFO kablam! 34 | | { Sep 21 03:45:58.046 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Sep 21 03:45:58.046 INFO kablam! ... | Sep 21 03:45:58.046 INFO kablam! 45 | | } Sep 21 03:45:58.046 INFO kablam! 46 | | } Sep 21 03:45:58.046 INFO kablam! | |_____^ Sep 21 03:45:58.046 INFO kablam! | Sep 21 03:45:58.046 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 21 03:45:58.047 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.047 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Sep 21 03:45:58.047 INFO kablam! Sep 21 03:45:58.047 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.047 INFO kablam! --> src/prolog/copier.rs:51:5 Sep 21 03:45:58.047 INFO kablam! | Sep 21 03:45:58.047 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Sep 21 03:45:58.047 INFO kablam! 52 | | where Self: IndexMut Sep 21 03:45:58.047 INFO kablam! 53 | | { Sep 21 03:45:58.047 INFO kablam! 54 | | let mut trail = Trail::new(); Sep 21 03:45:58.047 INFO kablam! ... | Sep 21 03:45:58.047 INFO kablam! 152 | | RedirectInfo { trail } Sep 21 03:45:58.047 INFO kablam! 153 | | } Sep 21 03:45:58.047 INFO kablam! | |_____^ Sep 21 03:45:58.047 INFO kablam! | Sep 21 03:45:58.047 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 21 03:45:58.047 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.047 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Sep 21 03:45:58.047 INFO kablam! Sep 21 03:45:58.047 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.047 INFO kablam! --> src/prolog/copier.rs:155:5 Sep 21 03:45:58.047 INFO kablam! | Sep 21 03:45:58.047 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Sep 21 03:45:58.047 INFO kablam! 156 | | where Self: IndexMut Sep 21 03:45:58.047 INFO kablam! 157 | | { Sep 21 03:45:58.047 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Sep 21 03:45:58.047 INFO kablam! 159 | | self.unwind_trail(redirect); Sep 21 03:45:58.047 INFO kablam! 160 | | } Sep 21 03:45:58.047 INFO kablam! | |_____^ Sep 21 03:45:58.047 INFO kablam! | Sep 21 03:45:58.047 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 21 03:45:58.047 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.047 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Sep 21 03:45:58.047 INFO kablam! Sep 21 03:45:58.892 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.893 INFO kablam! --> src/prolog/copier.rs:21:5 Sep 21 03:45:58.893 INFO kablam! | Sep 21 03:45:58.893 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Sep 21 03:45:58.893 INFO kablam! 22 | | where Self: IndexMut Sep 21 03:45:58.893 INFO kablam! 23 | | { Sep 21 03:45:58.893 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Sep 21 03:45:58.893 INFO kablam! ... | Sep 21 03:45:58.894 INFO kablam! 29 | | } Sep 21 03:45:58.894 INFO kablam! 30 | | } Sep 21 03:45:58.894 INFO kablam! | |_____^ Sep 21 03:45:58.894 INFO kablam! | Sep 21 03:45:58.894 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 03:45:58.894 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 21 03:45:58.894 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.894 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Sep 21 03:45:58.894 INFO kablam! Sep 21 03:45:58.894 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.894 INFO kablam! --> src/prolog/copier.rs:32:5 Sep 21 03:45:58.894 INFO kablam! | Sep 21 03:45:58.894 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Sep 21 03:45:58.894 INFO kablam! 33 | | where Self: IndexMut Sep 21 03:45:58.894 INFO kablam! 34 | | { Sep 21 03:45:58.894 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Sep 21 03:45:58.894 INFO kablam! ... | Sep 21 03:45:58.894 INFO kablam! 45 | | } Sep 21 03:45:58.894 INFO kablam! 46 | | } Sep 21 03:45:58.894 INFO kablam! | |_____^ Sep 21 03:45:58.894 INFO kablam! | Sep 21 03:45:58.894 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 21 03:45:58.894 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.894 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Sep 21 03:45:58.894 INFO kablam! Sep 21 03:45:58.894 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.894 INFO kablam! --> src/prolog/copier.rs:51:5 Sep 21 03:45:58.894 INFO kablam! | Sep 21 03:45:58.894 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Sep 21 03:45:58.894 INFO kablam! 52 | | where Self: IndexMut Sep 21 03:45:58.894 INFO kablam! 53 | | { Sep 21 03:45:58.894 INFO kablam! 54 | | let mut trail = Trail::new(); Sep 21 03:45:58.894 INFO kablam! ... | Sep 21 03:45:58.894 INFO kablam! 152 | | RedirectInfo { trail } Sep 21 03:45:58.894 INFO kablam! 153 | | } Sep 21 03:45:58.894 INFO kablam! | |_____^ Sep 21 03:45:58.894 INFO kablam! | Sep 21 03:45:58.894 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 21 03:45:58.897 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.897 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Sep 21 03:45:58.897 INFO kablam! Sep 21 03:45:58.897 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Sep 21 03:45:58.897 INFO kablam! --> src/prolog/copier.rs:155:5 Sep 21 03:45:58.897 INFO kablam! | Sep 21 03:45:58.897 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Sep 21 03:45:58.897 INFO kablam! 156 | | where Self: IndexMut Sep 21 03:45:58.897 INFO kablam! 157 | | { Sep 21 03:45:58.897 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Sep 21 03:45:58.897 INFO kablam! 159 | | self.unwind_trail(redirect); Sep 21 03:45:58.898 INFO kablam! 160 | | } Sep 21 03:45:58.898 INFO kablam! | |_____^ Sep 21 03:45:58.898 INFO kablam! | Sep 21 03:45:58.898 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 21 03:45:58.898 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:45:58.898 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Sep 21 03:45:58.898 INFO kablam! Sep 21 03:46:04.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.62s Sep 21 03:46:04.190 INFO kablam! su: No module specific data is present Sep 21 03:46:04.977 INFO running `"docker" "rm" "-f" "4ecd38f4350de1994e196d17733200d37134d8ccbabe40ff63481f4ec87d5589"` Sep 21 03:46:05.142 INFO blam! 4ecd38f4350de1994e196d17733200d37134d8ccbabe40ff63481f4ec87d5589