Oct 13 09:07:26.245 INFO checking rusty-wam-0.7.13 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 09:07:26.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 09:07:26.491 INFO blam! 81d4a372af5359350f96d1a0d35797c15d63c277fbfd210a5ec4e2c5887dbb14 Oct 13 09:07:26.493 INFO running `"docker" "start" "-a" "81d4a372af5359350f96d1a0d35797c15d63c277fbfd210a5ec4e2c5887dbb14"` Oct 13 09:07:27.256 INFO kablam! usermod: no changes Oct 13 09:07:27.377 INFO kablam! Compiling num-complex v0.2.1 Oct 13 09:07:27.378 INFO kablam! Checking downcast v0.9.2 Oct 13 09:07:27.385 INFO kablam! Checking num-bigint v0.2.0 Oct 13 09:07:27.385 INFO kablam! Checking num-iter v0.1.37 Oct 13 09:07:32.900 INFO kablam! Checking num-rational v0.2.1 Oct 13 09:07:34.155 INFO kablam! Checking num v0.2.0 Oct 13 09:07:34.828 INFO kablam! Checking prolog_parser v0.7.17 Oct 13 09:07:36.934 INFO kablam! Checking rusty-wam v0.7.13 (/source) Oct 13 09:07:39.044 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.044 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 13 09:07:39.044 INFO kablam! | Oct 13 09:07:39.044 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 13 09:07:39.044 INFO kablam! 22 | | where Self: IndexMut Oct 13 09:07:39.044 INFO kablam! 23 | | { Oct 13 09:07:39.044 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 13 09:07:39.044 INFO kablam! ... | Oct 13 09:07:39.044 INFO kablam! 29 | | } Oct 13 09:07:39.044 INFO kablam! 30 | | } Oct 13 09:07:39.044 INFO kablam! | |_____^ Oct 13 09:07:39.044 INFO kablam! | Oct 13 09:07:39.044 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 13 09:07:39.044 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 13 09:07:39.044 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.044 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 13 09:07:39.044 INFO kablam! Oct 13 09:07:39.044 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.044 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 13 09:07:39.044 INFO kablam! | Oct 13 09:07:39.044 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 13 09:07:39.044 INFO kablam! 33 | | where Self: IndexMut Oct 13 09:07:39.044 INFO kablam! 34 | | { Oct 13 09:07:39.044 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 13 09:07:39.044 INFO kablam! ... | Oct 13 09:07:39.044 INFO kablam! 45 | | } Oct 13 09:07:39.044 INFO kablam! 46 | | } Oct 13 09:07:39.044 INFO kablam! | |_____^ Oct 13 09:07:39.044 INFO kablam! | Oct 13 09:07:39.044 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 13 09:07:39.044 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.044 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 13 09:07:39.044 INFO kablam! Oct 13 09:07:39.044 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.044 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 13 09:07:39.044 INFO kablam! | Oct 13 09:07:39.044 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 13 09:07:39.044 INFO kablam! 52 | | where Self: IndexMut Oct 13 09:07:39.045 INFO kablam! 53 | | { Oct 13 09:07:39.045 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 13 09:07:39.045 INFO kablam! ... | Oct 13 09:07:39.045 INFO kablam! 152 | | RedirectInfo { trail } Oct 13 09:07:39.045 INFO kablam! 153 | | } Oct 13 09:07:39.045 INFO kablam! | |_____^ Oct 13 09:07:39.045 INFO kablam! | Oct 13 09:07:39.045 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 13 09:07:39.045 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.045 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 13 09:07:39.045 INFO kablam! Oct 13 09:07:39.045 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.045 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 13 09:07:39.045 INFO kablam! | Oct 13 09:07:39.045 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 13 09:07:39.045 INFO kablam! 156 | | where Self: IndexMut Oct 13 09:07:39.045 INFO kablam! 157 | | { Oct 13 09:07:39.045 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 13 09:07:39.045 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 13 09:07:39.045 INFO kablam! 160 | | } Oct 13 09:07:39.045 INFO kablam! | |_____^ Oct 13 09:07:39.045 INFO kablam! | Oct 13 09:07:39.045 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 13 09:07:39.045 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.045 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 13 09:07:39.045 INFO kablam! Oct 13 09:07:39.449 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.450 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 13 09:07:39.450 INFO kablam! | Oct 13 09:07:39.450 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 13 09:07:39.451 INFO kablam! 22 | | where Self: IndexMut Oct 13 09:07:39.451 INFO kablam! 23 | | { Oct 13 09:07:39.451 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 13 09:07:39.451 INFO kablam! ... | Oct 13 09:07:39.452 INFO kablam! 29 | | } Oct 13 09:07:39.452 INFO kablam! 30 | | } Oct 13 09:07:39.452 INFO kablam! | |_____^ Oct 13 09:07:39.453 INFO kablam! | Oct 13 09:07:39.453 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 13 09:07:39.453 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 13 09:07:39.454 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.454 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 13 09:07:39.454 INFO kablam! Oct 13 09:07:39.455 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.455 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 13 09:07:39.455 INFO kablam! | Oct 13 09:07:39.456 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 13 09:07:39.456 INFO kablam! 33 | | where Self: IndexMut Oct 13 09:07:39.456 INFO kablam! 34 | | { Oct 13 09:07:39.456 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 13 09:07:39.457 INFO kablam! ... | Oct 13 09:07:39.457 INFO kablam! 45 | | } Oct 13 09:07:39.457 INFO kablam! 46 | | } Oct 13 09:07:39.458 INFO kablam! | |_____^ Oct 13 09:07:39.458 INFO kablam! | Oct 13 09:07:39.458 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 13 09:07:39.459 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.459 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 13 09:07:39.459 INFO kablam! Oct 13 09:07:39.459 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.460 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 13 09:07:39.460 INFO kablam! | Oct 13 09:07:39.460 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 13 09:07:39.461 INFO kablam! 52 | | where Self: IndexMut Oct 13 09:07:39.461 INFO kablam! 53 | | { Oct 13 09:07:39.461 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 13 09:07:39.462 INFO kablam! ... | Oct 13 09:07:39.462 INFO kablam! 152 | | RedirectInfo { trail } Oct 13 09:07:39.462 INFO kablam! 153 | | } Oct 13 09:07:39.462 INFO kablam! | |_____^ Oct 13 09:07:39.463 INFO kablam! | Oct 13 09:07:39.463 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 13 09:07:39.463 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.464 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 13 09:07:39.468 INFO kablam! Oct 13 09:07:39.468 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 13 09:07:39.469 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 13 09:07:39.469 INFO kablam! | Oct 13 09:07:39.469 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 13 09:07:39.469 INFO kablam! 156 | | where Self: IndexMut Oct 13 09:07:39.470 INFO kablam! 157 | | { Oct 13 09:07:39.470 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 13 09:07:39.470 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 13 09:07:39.471 INFO kablam! 160 | | } Oct 13 09:07:39.471 INFO kablam! | |_____^ Oct 13 09:07:39.471 INFO kablam! | Oct 13 09:07:39.472 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 13 09:07:39.472 INFO kablam! = note: for more information, see issue #51443 Oct 13 09:07:39.472 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 13 09:07:39.472 INFO kablam! Oct 13 09:07:39.752 INFO kablam! error[E0308]: mismatched types Oct 13 09:07:39.752 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 13 09:07:39.752 INFO kablam! | Oct 13 09:07:39.752 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 13 09:07:39.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 13 09:07:39.752 INFO kablam! | Oct 13 09:07:39.752 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 13 09:07:39.752 INFO kablam! found type `std::rc::Rc>>` Oct 13 09:07:39.752 INFO kablam! Oct 13 09:07:40.472 INFO kablam! error[E0308]: mismatched types Oct 13 09:07:40.472 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 13 09:07:40.472 INFO kablam! | Oct 13 09:07:40.472 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 13 09:07:40.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 13 09:07:40.472 INFO kablam! | Oct 13 09:07:40.472 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 13 09:07:40.472 INFO kablam! found type `std::rc::Rc>>` Oct 13 09:07:40.472 INFO kablam! Oct 13 09:07:40.644 INFO kablam! error: aborting due to previous error Oct 13 09:07:40.644 INFO kablam! Oct 13 09:07:40.644 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 09:07:40.651 INFO kablam! error: Could not compile `rusty-wam`. Oct 13 09:07:40.651 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:07:42.492 INFO kablam! error: aborting due to previous error Oct 13 09:07:42.492 INFO kablam! Oct 13 09:07:42.492 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 09:07:42.503 INFO kablam! error: Could not compile `rusty-wam`. Oct 13 09:07:42.503 INFO kablam! Oct 13 09:07:42.503 INFO kablam! To learn more, run the command again with --verbose. Oct 13 09:07:42.504 INFO kablam! su: No module specific data is present Oct 13 09:07:42.788 INFO running `"docker" "rm" "-f" "81d4a372af5359350f96d1a0d35797c15d63c277fbfd210a5ec4e2c5887dbb14"` Oct 13 09:07:42.928 INFO blam! 81d4a372af5359350f96d1a0d35797c15d63c277fbfd210a5ec4e2c5887dbb14