Oct 27 16:19:55.778 INFO checking rusty-wam-0.7.13 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:19:55.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 16:19:56.099 INFO blam! 2ea1edbe224fb6ff554f17ff2be36486283cfb0ae4018519fdf58af9ab95d20c Oct 27 16:19:56.102 INFO running `"docker" "start" "-a" "2ea1edbe224fb6ff554f17ff2be36486283cfb0ae4018519fdf58af9ab95d20c"` Oct 27 16:19:57.463 INFO kablam! usermod: no changes Oct 27 16:19:57.627 INFO kablam! Checking num-complex v0.2.1 Oct 27 16:19:57.627 INFO kablam! Checking num-bigint v0.2.0 Oct 27 16:19:57.627 INFO kablam! Checking num-iter v0.1.37 Oct 27 16:20:01.729 INFO kablam! Checking num-rational v0.2.1 Oct 27 16:20:02.900 INFO kablam! Checking num v0.2.0 Oct 27 16:20:03.491 INFO kablam! Checking prolog_parser v0.7.18 Oct 27 16:20:05.489 INFO kablam! Checking rusty-wam v0.7.13 (/source) Oct 27 16:20:07.372 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:07.372 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 27 16:20:07.372 INFO kablam! | Oct 27 16:20:07.372 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 27 16:20:07.372 INFO kablam! 22 | | where Self: IndexMut Oct 27 16:20:07.372 INFO kablam! 23 | | { Oct 27 16:20:07.372 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 27 16:20:07.372 INFO kablam! ... | Oct 27 16:20:07.372 INFO kablam! 29 | | } Oct 27 16:20:07.372 INFO kablam! 30 | | } Oct 27 16:20:07.372 INFO kablam! | |_____^ Oct 27 16:20:07.375 INFO kablam! | Oct 27 16:20:07.375 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 16:20:07.375 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 16:20:07.375 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:07.375 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 27 16:20:07.375 INFO kablam! Oct 27 16:20:07.375 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:07.375 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 27 16:20:07.375 INFO kablam! | Oct 27 16:20:07.375 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 27 16:20:07.375 INFO kablam! 33 | | where Self: IndexMut Oct 27 16:20:07.375 INFO kablam! 34 | | { Oct 27 16:20:07.375 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 27 16:20:07.375 INFO kablam! ... | Oct 27 16:20:07.375 INFO kablam! 45 | | } Oct 27 16:20:07.375 INFO kablam! 46 | | } Oct 27 16:20:07.375 INFO kablam! | |_____^ Oct 27 16:20:07.375 INFO kablam! | Oct 27 16:20:07.375 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 16:20:07.375 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:07.375 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 27 16:20:07.375 INFO kablam! Oct 27 16:20:07.375 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:07.375 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 27 16:20:07.375 INFO kablam! | Oct 27 16:20:07.375 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 27 16:20:07.375 INFO kablam! 52 | | where Self: IndexMut Oct 27 16:20:07.375 INFO kablam! 53 | | { Oct 27 16:20:07.375 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 27 16:20:07.375 INFO kablam! ... | Oct 27 16:20:07.376 INFO kablam! 152 | | RedirectInfo { trail } Oct 27 16:20:07.376 INFO kablam! 153 | | } Oct 27 16:20:07.376 INFO kablam! | |_____^ Oct 27 16:20:07.376 INFO kablam! | Oct 27 16:20:07.376 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 16:20:07.376 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:07.376 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 27 16:20:07.376 INFO kablam! Oct 27 16:20:07.376 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:07.376 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 27 16:20:07.376 INFO kablam! | Oct 27 16:20:07.376 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 27 16:20:07.376 INFO kablam! 156 | | where Self: IndexMut Oct 27 16:20:07.376 INFO kablam! 157 | | { Oct 27 16:20:07.376 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 27 16:20:07.376 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 27 16:20:07.376 INFO kablam! 160 | | } Oct 27 16:20:07.376 INFO kablam! | |_____^ Oct 27 16:20:07.376 INFO kablam! | Oct 27 16:20:07.376 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 16:20:07.376 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:07.376 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 27 16:20:07.376 INFO kablam! Oct 27 16:20:08.187 INFO kablam! error[E0308]: mismatched types Oct 27 16:20:08.187 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 27 16:20:08.187 INFO kablam! | Oct 27 16:20:08.187 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 27 16:20:08.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 27 16:20:08.187 INFO kablam! | Oct 27 16:20:08.187 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 27 16:20:08.187 INFO kablam! found type `std::rc::Rc>>` Oct 27 16:20:08.187 INFO kablam! Oct 27 16:20:08.550 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:08.550 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 27 16:20:08.550 INFO kablam! 22 | | where Self: IndexMut Oct 27 16:20:08.550 INFO kablam! 23 | | { Oct 27 16:20:08.550 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 27 16:20:08.550 INFO kablam! ... | Oct 27 16:20:08.550 INFO kablam! 29 | | } Oct 27 16:20:08.550 INFO kablam! 30 | | } Oct 27 16:20:08.550 INFO kablam! | |_____^ Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 16:20:08.550 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 16:20:08.550 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:08.550 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 27 16:20:08.550 INFO kablam! Oct 27 16:20:08.550 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:08.550 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 27 16:20:08.550 INFO kablam! 33 | | where Self: IndexMut Oct 27 16:20:08.550 INFO kablam! 34 | | { Oct 27 16:20:08.550 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 27 16:20:08.550 INFO kablam! ... | Oct 27 16:20:08.550 INFO kablam! 45 | | } Oct 27 16:20:08.550 INFO kablam! 46 | | } Oct 27 16:20:08.550 INFO kablam! | |_____^ Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 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 16:20:08.550 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:08.550 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 27 16:20:08.550 INFO kablam! Oct 27 16:20:08.550 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:08.550 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 27 16:20:08.550 INFO kablam! 52 | | where Self: IndexMut Oct 27 16:20:08.550 INFO kablam! 53 | | { Oct 27 16:20:08.550 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 27 16:20:08.550 INFO kablam! ... | Oct 27 16:20:08.550 INFO kablam! 152 | | RedirectInfo { trail } Oct 27 16:20:08.550 INFO kablam! 153 | | } Oct 27 16:20:08.550 INFO kablam! | |_____^ Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 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 16:20:08.550 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:08.550 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 27 16:20:08.550 INFO kablam! Oct 27 16:20:08.550 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 27 16:20:08.550 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.550 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 27 16:20:08.550 INFO kablam! 156 | | where Self: IndexMut Oct 27 16:20:08.550 INFO kablam! 157 | | { Oct 27 16:20:08.550 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 27 16:20:08.550 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 27 16:20:08.550 INFO kablam! 160 | | } Oct 27 16:20:08.550 INFO kablam! | |_____^ Oct 27 16:20:08.550 INFO kablam! | Oct 27 16:20:08.553 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 16:20:08.553 INFO kablam! = note: for more information, see issue #51443 Oct 27 16:20:08.553 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 27 16:20:08.554 INFO kablam! Oct 27 16:20:09.135 INFO kablam! error: aborting due to previous error Oct 27 16:20:09.135 INFO kablam! Oct 27 16:20:09.135 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 16:20:09.142 INFO kablam! error: Could not compile `rusty-wam`. Oct 27 16:20:09.142 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:20:09.325 INFO kablam! error[E0308]: mismatched types Oct 27 16:20:09.325 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 27 16:20:09.325 INFO kablam! | Oct 27 16:20:09.325 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 27 16:20:09.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 27 16:20:09.325 INFO kablam! | Oct 27 16:20:09.325 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 27 16:20:09.325 INFO kablam! found type `std::rc::Rc>>` Oct 27 16:20:09.325 INFO kablam! Oct 27 16:20:11.463 INFO kablam! error: aborting due to previous error Oct 27 16:20:11.463 INFO kablam! Oct 27 16:20:11.463 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 16:20:11.467 INFO kablam! error: Could not compile `rusty-wam`. Oct 27 16:20:11.467 INFO kablam! Oct 27 16:20:11.467 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:20:11.469 INFO kablam! su: No module specific data is present Oct 27 16:20:11.819 INFO running `"docker" "rm" "-f" "2ea1edbe224fb6ff554f17ff2be36486283cfb0ae4018519fdf58af9ab95d20c"` Oct 27 16:20:12.083 INFO blam! 2ea1edbe224fb6ff554f17ff2be36486283cfb0ae4018519fdf58af9ab95d20c