Oct 21 23:57:52.213 INFO checking rusty-wam-0.7.13 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:57:52.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:57:52.556 INFO blam! 2f35ccaa2fd965da803b91bb9ca250b23706aa63750706db7372c6a886609b90 Oct 21 23:57:52.562 INFO running `"docker" "start" "-a" "2f35ccaa2fd965da803b91bb9ca250b23706aa63750706db7372c6a886609b90"` Oct 21 23:57:53.997 INFO kablam! usermod: no changes Oct 21 23:57:54.163 INFO kablam! Checking downcast v0.9.2 Oct 21 23:57:54.169 INFO kablam! Checking num-iter v0.1.37 Oct 21 23:57:54.942 INFO kablam! Checking num v0.2.0 Oct 21 23:57:55.691 INFO kablam! Checking prolog_parser v0.7.18 Oct 21 23:57:57.642 INFO kablam! Checking rusty-wam v0.7.13 (/source) Oct 21 23:57:59.720 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:57:59.721 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 21 23:57:59.721 INFO kablam! 22 | | where Self: IndexMut Oct 21 23:57:59.721 INFO kablam! 23 | | { Oct 21 23:57:59.721 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 21 23:57:59.721 INFO kablam! ... | Oct 21 23:57:59.721 INFO kablam! 29 | | } Oct 21 23:57:59.721 INFO kablam! 30 | | } Oct 21 23:57:59.721 INFO kablam! | |_____^ Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 21 23:57:59.721 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 21 23:57:59.721 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:57:59.721 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 21 23:57:59.721 INFO kablam! Oct 21 23:57:59.721 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:57:59.721 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 21 23:57:59.721 INFO kablam! 33 | | where Self: IndexMut Oct 21 23:57:59.721 INFO kablam! 34 | | { Oct 21 23:57:59.721 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 21 23:57:59.721 INFO kablam! ... | Oct 21 23:57:59.721 INFO kablam! 45 | | } Oct 21 23:57:59.721 INFO kablam! 46 | | } Oct 21 23:57:59.721 INFO kablam! | |_____^ Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 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 21 23:57:59.721 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:57:59.721 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 21 23:57:59.721 INFO kablam! Oct 21 23:57:59.721 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:57:59.721 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 21 23:57:59.721 INFO kablam! 52 | | where Self: IndexMut Oct 21 23:57:59.721 INFO kablam! 53 | | { Oct 21 23:57:59.721 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 21 23:57:59.721 INFO kablam! ... | Oct 21 23:57:59.721 INFO kablam! 152 | | RedirectInfo { trail } Oct 21 23:57:59.721 INFO kablam! 153 | | } Oct 21 23:57:59.721 INFO kablam! | |_____^ Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 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 21 23:57:59.721 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:57:59.721 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 21 23:57:59.721 INFO kablam! Oct 21 23:57:59.721 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:57:59.721 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 21 23:57:59.721 INFO kablam! 156 | | where Self: IndexMut Oct 21 23:57:59.721 INFO kablam! 157 | | { Oct 21 23:57:59.721 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 21 23:57:59.721 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 21 23:57:59.721 INFO kablam! 160 | | } Oct 21 23:57:59.721 INFO kablam! | |_____^ Oct 21 23:57:59.721 INFO kablam! | Oct 21 23:57:59.721 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 21 23:57:59.721 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:57:59.721 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 21 23:57:59.721 INFO kablam! Oct 21 23:58:00.300 INFO kablam! error[E0308]: mismatched types Oct 21 23:58:00.300 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 21 23:58:00.300 INFO kablam! | Oct 21 23:58:00.300 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 21 23:58:00.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 21 23:58:00.300 INFO kablam! | Oct 21 23:58:00.300 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 21 23:58:00.300 INFO kablam! found type `std::rc::Rc>>` Oct 21 23:58:00.300 INFO kablam! Oct 21 23:58:00.596 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:58:00.596 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.596 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 21 23:58:00.596 INFO kablam! 22 | | where Self: IndexMut Oct 21 23:58:00.596 INFO kablam! 23 | | { Oct 21 23:58:00.596 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 21 23:58:00.596 INFO kablam! ... | Oct 21 23:58:00.596 INFO kablam! 29 | | } Oct 21 23:58:00.596 INFO kablam! 30 | | } Oct 21 23:58:00.596 INFO kablam! | |_____^ Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.596 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 21 23:58:00.596 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 21 23:58:00.596 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:58:00.596 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 21 23:58:00.596 INFO kablam! Oct 21 23:58:00.596 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:58:00.596 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.596 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 21 23:58:00.596 INFO kablam! 33 | | where Self: IndexMut Oct 21 23:58:00.596 INFO kablam! 34 | | { Oct 21 23:58:00.596 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 21 23:58:00.596 INFO kablam! ... | Oct 21 23:58:00.596 INFO kablam! 45 | | } Oct 21 23:58:00.596 INFO kablam! 46 | | } Oct 21 23:58:00.596 INFO kablam! | |_____^ Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.596 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 21 23:58:00.596 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:58:00.596 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 21 23:58:00.596 INFO kablam! Oct 21 23:58:00.596 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:58:00.596 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.596 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 21 23:58:00.596 INFO kablam! 52 | | where Self: IndexMut Oct 21 23:58:00.596 INFO kablam! 53 | | { Oct 21 23:58:00.596 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 21 23:58:00.596 INFO kablam! ... | Oct 21 23:58:00.596 INFO kablam! 152 | | RedirectInfo { trail } Oct 21 23:58:00.596 INFO kablam! 153 | | } Oct 21 23:58:00.596 INFO kablam! | |_____^ Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.596 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 21 23:58:00.596 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:58:00.596 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 21 23:58:00.596 INFO kablam! Oct 21 23:58:00.596 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 21 23:58:00.596 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 21 23:58:00.596 INFO kablam! | Oct 21 23:58:00.597 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 21 23:58:00.597 INFO kablam! 156 | | where Self: IndexMut Oct 21 23:58:00.597 INFO kablam! 157 | | { Oct 21 23:58:00.597 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 21 23:58:00.597 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 21 23:58:00.597 INFO kablam! 160 | | } Oct 21 23:58:00.597 INFO kablam! | |_____^ Oct 21 23:58:00.597 INFO kablam! | Oct 21 23:58:00.597 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 21 23:58:00.597 INFO kablam! = note: for more information, see issue #51443 Oct 21 23:58:00.597 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 21 23:58:00.597 INFO kablam! Oct 21 23:58:01.093 INFO kablam! error: aborting due to previous error Oct 21 23:58:01.093 INFO kablam! Oct 21 23:58:01.093 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 23:58:01.109 INFO kablam! error: Could not compile `rusty-wam`. Oct 21 23:58:01.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:58:01.217 INFO kablam! error[E0308]: mismatched types Oct 21 23:58:01.217 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 21 23:58:01.218 INFO kablam! | Oct 21 23:58:01.218 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 21 23:58:01.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 21 23:58:01.219 INFO kablam! | Oct 21 23:58:01.219 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 21 23:58:01.219 INFO kablam! found type `std::rc::Rc>>` Oct 21 23:58:01.220 INFO kablam! Oct 21 23:58:03.585 INFO kablam! error: aborting due to previous error Oct 21 23:58:03.585 INFO kablam! Oct 21 23:58:03.586 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 23:58:03.586 INFO kablam! error: Could not compile `rusty-wam`. Oct 21 23:58:03.586 INFO kablam! Oct 21 23:58:03.586 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:58:03.587 INFO kablam! su: No module specific data is present Oct 21 23:58:04.038 INFO running `"docker" "rm" "-f" "2f35ccaa2fd965da803b91bb9ca250b23706aa63750706db7372c6a886609b90"` Oct 21 23:58:04.328 INFO blam! 2f35ccaa2fd965da803b91bb9ca250b23706aa63750706db7372c6a886609b90