Sep 05 22:11:11.129 INFO checking tantivy-0.4.4 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 22:11:11.129 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 22:11:11.129 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:11:11.783 INFO blam! a3567deeef1d18de136848868b8cef4335f5e96d060de9d00266a0e7975cb69d Sep 05 22:11:11.784 INFO running `"docker" "start" "-a" "a3567deeef1d18de136848868b8cef4335f5e96d060de9d00266a0e7975cb69d"` Sep 05 22:11:13.728 INFO kablam! usermod: no changes Sep 05 22:11:14.021 INFO kablam! Checking version v2.0.1 Sep 05 22:11:14.026 INFO kablam! Compiling lz4-sys v1.8.0 Sep 05 22:11:14.026 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Sep 05 22:11:14.042 INFO kablam! Checking nix v0.9.0 Sep 05 22:11:14.042 INFO kablam! Checking combine v2.5.2 Sep 05 22:11:14.043 INFO kablam! Compiling pulldown-cmark v0.0.8 Sep 05 22:11:14.043 INFO kablam! Checking uuid v0.5.1 Sep 05 22:11:14.044 INFO kablam! Checking bincode v0.8.0 Sep 05 22:11:15.299 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 05 22:11:15.299 INFO kablam! --> build.rs:6:26 Sep 05 22:11:15.299 INFO kablam! | Sep 05 22:11:15.299 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 05 22:11:15.299 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 22:11:15.314 INFO kablam! | Sep 05 22:11:15.314 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 22:11:15.314 INFO kablam! Sep 05 22:11:15.666 INFO kablam! Checking error-chain v0.8.1 Sep 05 22:11:17.801 INFO kablam! Checking fst v0.1.38 Sep 05 22:11:28.802 INFO kablam! Compiling skeptic v0.9.0 Sep 05 22:11:34.341 INFO kablam! Compiling lz4 v1.22.0 Sep 05 22:11:38.813 INFO kablam! Checking atomicwrites v0.1.5 Sep 05 22:11:57.589 INFO kablam! warning: unused import: `std::str` Sep 05 22:11:57.589 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 05 22:11:57.589 INFO kablam! | Sep 05 22:11:57.589 INFO kablam! 14 | use std::str; Sep 05 22:11:57.589 INFO kablam! | ^^^^^^^^ Sep 05 22:11:57.590 INFO kablam! | Sep 05 22:11:57.593 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 22:11:57.593 INFO kablam! Sep 05 22:11:57.761 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 22:11:57.761 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 05 22:11:57.761 INFO kablam! | Sep 05 22:11:57.761 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 05 22:11:57.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 22:11:57.761 INFO kablam! | Sep 05 22:11:57.761 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 22:11:57.761 INFO kablam! Sep 05 22:11:58.528 INFO kablam! warning: unused import: `std::str` Sep 05 22:11:58.528 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 05 22:11:58.528 INFO kablam! | Sep 05 22:11:58.528 INFO kablam! 14 | use std::str; Sep 05 22:11:58.528 INFO kablam! | ^^^^^^^^ Sep 05 22:11:58.533 INFO kablam! | Sep 05 22:11:58.533 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 22:11:58.533 INFO kablam! Sep 05 22:11:58.578 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 22:11:58.578 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 05 22:11:58.578 INFO kablam! | Sep 05 22:11:58.578 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 05 22:11:58.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 22:11:58.578 INFO kablam! | Sep 05 22:11:58.578 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 22:11:58.578 INFO kablam! Sep 05 22:11:58.578 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 22:11:58.578 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 05 22:11:58.578 INFO kablam! | Sep 05 22:11:58.578 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 05 22:11:58.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 22:11:58.578 INFO kablam! Sep 05 22:11:58.637 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:11:58.637 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 05 22:11:58.637 INFO kablam! | Sep 05 22:11:58.637 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 05 22:11:58.637 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:11:58.637 INFO kablam! Sep 05 22:11:58.637 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:11:58.637 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 05 22:11:58.637 INFO kablam! | Sep 05 22:11:58.637 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 05 22:11:58.637 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:11:58.637 INFO kablam! Sep 05 22:11:59.280 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 22:11:59.280 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 05 22:11:59.280 INFO kablam! | Sep 05 22:11:59.280 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 05 22:11:59.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 22:11:59.280 INFO kablam! | Sep 05 22:11:59.280 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 22:11:59.280 INFO kablam! Sep 05 22:12:00.960 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 22:12:00.960 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 05 22:12:00.960 INFO kablam! | Sep 05 22:12:00.960 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 05 22:12:00.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 22:12:00.960 INFO kablam! Sep 05 22:12:01.714 INFO kablam! warning: variable does not need to be mutable Sep 05 22:12:01.714 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 05 22:12:01.714 INFO kablam! | Sep 05 22:12:01.714 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 05 22:12:01.714 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 05 22:12:01.714 INFO kablam! | | Sep 05 22:12:01.714 INFO kablam! | help: remove this `mut` Sep 05 22:12:01.714 INFO kablam! | Sep 05 22:12:01.714 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 22:12:01.714 INFO kablam! Sep 05 22:12:03.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.141 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 05 22:12:03.141 INFO kablam! | Sep 05 22:12:03.141 INFO kablam! 96 | self.key_value_addr.is_null() Sep 05 22:12:03.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 05 22:12:03.141 INFO kablam! | Sep 05 22:12:03.141 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 22:12:03.141 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 05 22:12:03.141 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.142 INFO kablam! Sep 05 22:12:03.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.142 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 05 22:12:03.142 INFO kablam! | Sep 05 22:12:03.142 INFO kablam! 60 | self.stack.push(doc, heap); Sep 05 22:12:03.142 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.142 INFO kablam! | Sep 05 22:12:03.143 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 05 22:12:03.143 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.143 INFO kablam! Sep 05 22:12:03.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.144 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 05 22:12:03.144 INFO kablam! | Sep 05 22:12:03.144 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 05 22:12:03.144 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.144 INFO kablam! | Sep 05 22:12:03.145 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 05 22:12:03.145 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.145 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.145 INFO kablam! Sep 05 22:12:03.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.146 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 05 22:12:03.146 INFO kablam! | Sep 05 22:12:03.146 INFO kablam! 105 | self.stack.push(doc, heap); Sep 05 22:12:03.146 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.146 INFO kablam! | Sep 05 22:12:03.146 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 05 22:12:03.147 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.147 INFO kablam! Sep 05 22:12:03.148 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.148 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 05 22:12:03.148 INFO kablam! | Sep 05 22:12:03.148 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 05 22:12:03.148 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.148 INFO kablam! | Sep 05 22:12:03.149 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 05 22:12:03.149 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.149 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.149 INFO kablam! Sep 05 22:12:03.149 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.149 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 05 22:12:03.149 INFO kablam! | Sep 05 22:12:03.149 INFO kablam! 126 | let mut doc_iter = self.stack Sep 05 22:12:03.149 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.150 INFO kablam! | Sep 05 22:12:03.150 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 05 22:12:03.150 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.150 INFO kablam! Sep 05 22:12:03.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.150 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 05 22:12:03.150 INFO kablam! | Sep 05 22:12:03.150 INFO kablam! 163 | self.stack.push(doc, heap); Sep 05 22:12:03.150 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.150 INFO kablam! | Sep 05 22:12:03.151 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 05 22:12:03.151 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.151 INFO kablam! Sep 05 22:12:03.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.151 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 05 22:12:03.152 INFO kablam! | Sep 05 22:12:03.152 INFO kablam! 167 | self.stack.push(position, heap); Sep 05 22:12:03.152 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.152 INFO kablam! | Sep 05 22:12:03.152 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 05 22:12:03.153 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.153 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.153 INFO kablam! Sep 05 22:12:03.153 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.153 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 05 22:12:03.153 INFO kablam! | Sep 05 22:12:03.153 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 05 22:12:03.153 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.153 INFO kablam! | Sep 05 22:12:03.153 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 05 22:12:03.153 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.154 INFO kablam! Sep 05 22:12:03.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:03.154 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 05 22:12:03.154 INFO kablam! | Sep 05 22:12:03.154 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 05 22:12:03.154 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:03.154 INFO kablam! | Sep 05 22:12:03.155 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 05 22:12:03.155 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:03.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:03.155 INFO kablam! Sep 05 22:12:03.173 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 05 22:12:03.173 INFO kablam! --> src/lib.rs:7:12 Sep 05 22:12:03.173 INFO kablam! | Sep 05 22:12:03.173 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 05 22:12:03.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:12:03.173 INFO kablam! | Sep 05 22:12:03.173 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:12:03.173 INFO kablam! Sep 05 22:12:04.587 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 22:12:04.587 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 05 22:12:04.587 INFO kablam! | Sep 05 22:12:04.587 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 05 22:12:04.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 22:12:04.587 INFO kablam! Sep 05 22:12:05.750 INFO kablam! warning: variable does not need to be mutable Sep 05 22:12:05.750 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 05 22:12:05.750 INFO kablam! | Sep 05 22:12:05.750 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 05 22:12:05.750 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 05 22:12:05.750 INFO kablam! | | Sep 05 22:12:05.750 INFO kablam! | help: remove this `mut` Sep 05 22:12:05.750 INFO kablam! | Sep 05 22:12:05.750 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 22:12:05.750 INFO kablam! Sep 05 22:12:07.267 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.267 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 05 22:12:07.267 INFO kablam! | Sep 05 22:12:07.267 INFO kablam! 96 | self.key_value_addr.is_null() Sep 05 22:12:07.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 05 22:12:07.267 INFO kablam! | Sep 05 22:12:07.267 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 22:12:07.267 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 05 22:12:07.267 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.267 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.267 INFO kablam! Sep 05 22:12:07.267 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.267 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 05 22:12:07.267 INFO kablam! | Sep 05 22:12:07.267 INFO kablam! 60 | self.stack.push(doc, heap); Sep 05 22:12:07.267 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.267 INFO kablam! | Sep 05 22:12:07.267 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 05 22:12:07.267 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.267 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.267 INFO kablam! Sep 05 22:12:07.267 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.267 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 05 22:12:07.267 INFO kablam! | Sep 05 22:12:07.267 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 05 22:12:07.267 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.267 INFO kablam! | Sep 05 22:12:07.267 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 05 22:12:07.267 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.267 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.267 INFO kablam! Sep 05 22:12:07.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.268 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 INFO kablam! 105 | self.stack.push(doc, heap); Sep 05 22:12:07.268 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 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 05 22:12:07.268 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.268 INFO kablam! Sep 05 22:12:07.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.268 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 05 22:12:07.268 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 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 05 22:12:07.268 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.268 INFO kablam! Sep 05 22:12:07.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.268 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 INFO kablam! 126 | let mut doc_iter = self.stack Sep 05 22:12:07.268 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 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 05 22:12:07.268 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.268 INFO kablam! Sep 05 22:12:07.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.268 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 INFO kablam! 163 | self.stack.push(doc, heap); Sep 05 22:12:07.268 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 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 05 22:12:07.268 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.268 INFO kablam! Sep 05 22:12:07.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.268 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 INFO kablam! 167 | self.stack.push(position, heap); Sep 05 22:12:07.268 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.268 INFO kablam! | Sep 05 22:12:07.268 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 05 22:12:07.268 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.268 INFO kablam! Sep 05 22:12:07.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.270 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 05 22:12:07.270 INFO kablam! | Sep 05 22:12:07.270 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 05 22:12:07.270 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.270 INFO kablam! | Sep 05 22:12:07.270 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 05 22:12:07.270 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.270 INFO kablam! Sep 05 22:12:07.270 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:12:07.270 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 05 22:12:07.270 INFO kablam! | Sep 05 22:12:07.270 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 05 22:12:07.270 INFO kablam! | ^^^^^^^^^^ Sep 05 22:12:07.271 INFO kablam! | Sep 05 22:12:07.271 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 05 22:12:07.271 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:12:07.271 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 05 22:12:07.271 INFO kablam! Sep 05 22:12:07.299 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 05 22:12:07.299 INFO kablam! --> src/lib.rs:7:12 Sep 05 22:12:07.299 INFO kablam! | Sep 05 22:12:07.299 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 05 22:12:07.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:12:07.299 INFO kablam! | Sep 05 22:12:07.299 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:12:07.299 INFO kablam! Sep 05 22:12:07.307 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 05 22:12:07.307 INFO kablam! --> src/lib.rs:11:27 Sep 05 22:12:07.307 INFO kablam! | Sep 05 22:12:07.307 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 05 22:12:07.307 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 22:12:07.307 INFO kablam! Sep 05 22:12:07.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.89s Sep 05 22:12:07.683 INFO kablam! su: No module specific data is present Sep 05 22:12:08.668 INFO running `"docker" "rm" "-f" "a3567deeef1d18de136848868b8cef4335f5e96d060de9d00266a0e7975cb69d"` Sep 05 22:12:08.993 INFO blam! a3567deeef1d18de136848868b8cef4335f5e96d060de9d00266a0e7975cb69d