Oct 11 12:25:13.315 INFO testing rusty-wam-0.7.13 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:25:13.315 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:25:13.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:25:13.752 INFO blam! b4e2bc39fc16e478c7af0ae38891dff296e780827e26249adca6bacedb1b8f31 Oct 11 12:25:13.754 INFO running `"docker" "start" "-a" "b4e2bc39fc16e478c7af0ae38891dff296e780827e26249adca6bacedb1b8f31"` Oct 11 12:25:15.896 INFO kablam! usermod: no changes Oct 11 12:25:16.072 INFO kablam! Compiling num-complex v0.2.1 Oct 11 12:25:16.076 INFO kablam! Compiling num-bigint v0.2.0 Oct 11 12:25:16.076 INFO kablam! Compiling num-iter v0.1.37 Oct 11 12:25:20.970 INFO kablam! Compiling num-rational v0.2.1 Oct 11 12:25:23.134 INFO kablam! Compiling num v0.2.0 Oct 11 12:25:23.585 INFO kablam! Compiling prolog_parser v0.7.17 Oct 11 12:25:26.580 INFO kablam! Compiling rusty-wam v0.7.13 (/source) Oct 11 12:25:27.991 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 11 12:25:27.992 INFO kablam! --> src/prolog/copier.rs:21:5 Oct 11 12:25:27.992 INFO kablam! | Oct 11 12:25:27.992 INFO kablam! 21 | / fn unwind_trail(&mut self, redirect: RedirectInfo) Oct 11 12:25:27.992 INFO kablam! 22 | | where Self: IndexMut Oct 11 12:25:27.992 INFO kablam! 23 | | { Oct 11 12:25:27.992 INFO kablam! 24 | | for (r, hcv) in redirect.trail { Oct 11 12:25:27.992 INFO kablam! ... | Oct 11 12:25:27.992 INFO kablam! 29 | | } Oct 11 12:25:27.992 INFO kablam! 30 | | } Oct 11 12:25:27.992 INFO kablam! | |_____^ Oct 11 12:25:27.992 INFO kablam! | Oct 11 12:25:27.992 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 11 12:25:27.992 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 11 12:25:27.992 INFO kablam! = note: for more information, see issue #51443 Oct 11 12:25:27.992 INFO kablam! = note: method `unwind_trail` references the `Self` type in where clauses Oct 11 12:25:27.992 INFO kablam! Oct 11 12:25:27.995 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 11 12:25:27.995 INFO kablam! --> src/prolog/copier.rs:32:5 Oct 11 12:25:27.995 INFO kablam! | Oct 11 12:25:27.995 INFO kablam! 32 | / fn reinstantiate_var(&mut self, ra: Addr, scan: usize, trail: &mut Trail) Oct 11 12:25:27.995 INFO kablam! 33 | | where Self: IndexMut Oct 11 12:25:27.995 INFO kablam! 34 | | { Oct 11 12:25:27.995 INFO kablam! 35 | | self[scan] = HeapCellValue::Addr(Addr::HeapCell(scan)); Oct 11 12:25:27.995 INFO kablam! ... | Oct 11 12:25:27.995 INFO kablam! 45 | | } Oct 11 12:25:27.995 INFO kablam! 46 | | } Oct 11 12:25:27.995 INFO kablam! | |_____^ Oct 11 12:25:27.995 INFO kablam! | Oct 11 12:25:27.995 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 11 12:25:27.995 INFO kablam! = note: for more information, see issue #51443 Oct 11 12:25:27.995 INFO kablam! = note: method `reinstantiate_var` references the `Self` type in where clauses Oct 11 12:25:27.995 INFO kablam! Oct 11 12:25:27.995 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 11 12:25:27.995 INFO kablam! --> src/prolog/copier.rs:51:5 Oct 11 12:25:27.995 INFO kablam! | Oct 11 12:25:27.995 INFO kablam! 51 | / fn duplicate_term_impl(&mut self, addr: Addr) -> RedirectInfo Oct 11 12:25:27.995 INFO kablam! 52 | | where Self: IndexMut Oct 11 12:25:27.995 INFO kablam! 53 | | { Oct 11 12:25:27.995 INFO kablam! 54 | | let mut trail = Trail::new(); Oct 11 12:25:27.995 INFO kablam! ... | Oct 11 12:25:27.995 INFO kablam! 152 | | RedirectInfo { trail } Oct 11 12:25:27.995 INFO kablam! 153 | | } Oct 11 12:25:27.995 INFO kablam! | |_____^ Oct 11 12:25:27.995 INFO kablam! | Oct 11 12:25:27.995 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 11 12:25:27.996 INFO kablam! = note: for more information, see issue #51443 Oct 11 12:25:27.996 INFO kablam! = note: method `duplicate_term_impl` references the `Self` type in where clauses Oct 11 12:25:27.996 INFO kablam! Oct 11 12:25:27.996 INFO kablam! warning: the trait `prolog::copier::CopierTarget` cannot be made into an object Oct 11 12:25:27.996 INFO kablam! --> src/prolog/copier.rs:155:5 Oct 11 12:25:27.996 INFO kablam! | Oct 11 12:25:27.996 INFO kablam! 155 | / fn duplicate_term(&mut self, addr: Addr) Oct 11 12:25:27.996 INFO kablam! 156 | | where Self: IndexMut Oct 11 12:25:27.996 INFO kablam! 157 | | { Oct 11 12:25:27.996 INFO kablam! 158 | | let redirect = self.duplicate_term_impl(addr); Oct 11 12:25:27.996 INFO kablam! 159 | | self.unwind_trail(redirect); Oct 11 12:25:27.996 INFO kablam! 160 | | } Oct 11 12:25:27.996 INFO kablam! | |_____^ Oct 11 12:25:27.996 INFO kablam! | Oct 11 12:25:27.996 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 11 12:25:27.996 INFO kablam! = note: for more information, see issue #51443 Oct 11 12:25:27.996 INFO kablam! = note: method `duplicate_term` references the `Self` type in where clauses Oct 11 12:25:27.996 INFO kablam! Oct 11 12:25:28.614 INFO kablam! error[E0308]: mismatched types Oct 11 12:25:28.614 INFO kablam! --> src/prolog/machine/machine_state_impl.rs:37:23 Oct 11 12:25:28.614 INFO kablam! | Oct 11 12:25:28.614 INFO kablam! 37 | atom_tbl: Rc::new(RefCell::new(HashSet::new())), Oct 11 12:25:28.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `prolog_parser::tabled_rc::TabledData`, found struct `std::rc::Rc` Oct 11 12:25:28.616 INFO kablam! | Oct 11 12:25:28.616 INFO kablam! = note: expected type `prolog_parser::tabled_rc::TabledData` Oct 11 12:25:28.616 INFO kablam! found type `std::rc::Rc>>` Oct 11 12:25:28.616 INFO kablam! Oct 11 12:25:29.231 INFO kablam! error: aborting due to previous error Oct 11 12:25:29.231 INFO kablam! Oct 11 12:25:29.231 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 11 12:25:29.241 INFO kablam! error: Could not compile `rusty-wam`. Oct 11 12:25:29.241 INFO kablam! Oct 11 12:25:29.241 INFO kablam! To learn more, run the command again with --verbose. Oct 11 12:25:29.242 INFO kablam! su: No module specific data is present Oct 11 12:25:30.197 INFO running `"docker" "rm" "-f" "b4e2bc39fc16e478c7af0ae38891dff296e780827e26249adca6bacedb1b8f31"` Oct 11 12:25:30.557 INFO blam! b4e2bc39fc16e478c7af0ae38891dff296e780827e26249adca6bacedb1b8f31