Sep 01 21:48:51.584 INFO checking tantivy-0.4.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 21:48:51.585 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:48:51.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:48:51.748 INFO blam! 4bed9ab9240166ef0399760ab6fa0d06bc47c0ba77ef984792387e1d430a6e3c Sep 01 21:48:51.749 INFO running `"docker" "start" "-a" "4bed9ab9240166ef0399760ab6fa0d06bc47c0ba77ef984792387e1d430a6e3c"` Sep 01 21:48:52.929 INFO kablam! Checking version v2.0.1 Sep 01 21:48:52.939 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Sep 01 21:48:52.940 INFO kablam! Checking combine v2.5.2 Sep 01 21:48:52.941 INFO kablam! Compiling pulldown-cmark v0.0.8 Sep 01 21:48:52.942 INFO kablam! Checking lz4-sys v1.8.0 Sep 01 21:48:52.943 INFO kablam! Checking atomicwrites v0.1.5 Sep 01 21:48:52.944 INFO kablam! Checking chan v0.1.23 Sep 01 21:48:52.954 INFO kablam! Checking uuid v0.5.1 Sep 01 21:48:54.074 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 01 21:48:54.074 INFO kablam! --> build.rs:6:26 Sep 01 21:48:54.074 INFO kablam! | Sep 01 21:48:54.074 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 01 21:48:54.074 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 21:48:54.075 INFO kablam! | Sep 01 21:48:54.075 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:48:54.075 INFO kablam! Sep 01 21:48:54.505 INFO kablam! Checking bincode v0.8.0 Sep 01 21:48:54.517 INFO kablam! Checking error-chain v0.8.1 Sep 01 21:48:55.239 INFO kablam! Checking fst v0.1.38 Sep 01 21:49:01.140 INFO kablam! Compiling skeptic v0.9.0 Sep 01 21:49:04.117 INFO kablam! Compiling lz4 v1.22.0 Sep 01 21:49:20.844 INFO kablam! warning: unused import: `std::str` Sep 01 21:49:20.844 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 01 21:49:20.844 INFO kablam! | Sep 01 21:49:20.844 INFO kablam! 14 | use std::str; Sep 01 21:49:20.844 INFO kablam! | ^^^^^^^^ Sep 01 21:49:20.845 INFO kablam! | Sep 01 21:49:20.845 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:49:20.845 INFO kablam! Sep 01 21:49:20.995 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 21:49:20.996 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 01 21:49:20.996 INFO kablam! | Sep 01 21:49:20.996 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 01 21:49:20.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:20.997 INFO kablam! | Sep 01 21:49:20.997 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:49:20.997 INFO kablam! Sep 01 21:49:21.271 INFO kablam! warning: unused import: `std::str` Sep 01 21:49:21.272 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 01 21:49:21.272 INFO kablam! | Sep 01 21:49:21.272 INFO kablam! 14 | use std::str; Sep 01 21:49:21.272 INFO kablam! | ^^^^^^^^ Sep 01 21:49:21.272 INFO kablam! | Sep 01 21:49:21.272 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:49:21.272 INFO kablam! Sep 01 21:49:21.307 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 21:49:21.307 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 01 21:49:21.307 INFO kablam! | Sep 01 21:49:21.307 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 01 21:49:21.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 21:49:21.307 INFO kablam! | Sep 01 21:49:21.307 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 21:49:21.307 INFO kablam! Sep 01 21:49:21.307 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 21:49:21.307 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 01 21:49:21.307 INFO kablam! | Sep 01 21:49:21.307 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 01 21:49:21.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 21:49:21.307 INFO kablam! Sep 01 21:49:21.336 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 21:49:21.336 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 01 21:49:21.336 INFO kablam! | Sep 01 21:49:21.336 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 01 21:49:21.336 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 21:49:21.336 INFO kablam! Sep 01 21:49:21.336 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 21:49:21.336 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 01 21:49:21.336 INFO kablam! | Sep 01 21:49:21.336 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 01 21:49:21.336 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 21:49:21.336 INFO kablam! Sep 01 21:49:21.620 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 21:49:21.620 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 01 21:49:21.620 INFO kablam! | Sep 01 21:49:21.620 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 01 21:49:21.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:21.621 INFO kablam! | Sep 01 21:49:21.621 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:49:21.621 INFO kablam! Sep 01 21:49:24.662 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 21:49:24.662 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 01 21:49:24.662 INFO kablam! | Sep 01 21:49:24.662 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 01 21:49:24.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:24.662 INFO kablam! Sep 01 21:49:25.732 INFO kablam! warning: variable does not need to be mutable Sep 01 21:49:25.733 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 01 21:49:25.733 INFO kablam! | Sep 01 21:49:25.733 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 01 21:49:25.733 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 01 21:49:25.733 INFO kablam! | | Sep 01 21:49:25.733 INFO kablam! | help: remove this `mut` Sep 01 21:49:25.733 INFO kablam! | Sep 01 21:49:25.733 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 21:49:25.733 INFO kablam! Sep 01 21:49:26.555 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 21:49:26.555 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 01 21:49:26.555 INFO kablam! | Sep 01 21:49:26.555 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 01 21:49:26.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:26.555 INFO kablam! Sep 01 21:49:27.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.498 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 01 21:49:27.498 INFO kablam! | Sep 01 21:49:27.498 INFO kablam! 96 | self.key_value_addr.is_null() Sep 01 21:49:27.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:27.499 INFO kablam! | Sep 01 21:49:27.499 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 21:49:27.499 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 01 21:49:27.499 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.500 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 01 21:49:27.500 INFO kablam! Sep 01 21:49:27.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.500 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 01 21:49:27.500 INFO kablam! | Sep 01 21:49:27.500 INFO kablam! 60 | self.stack.push(doc, heap); Sep 01 21:49:27.500 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.500 INFO kablam! | Sep 01 21:49:27.500 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 01 21:49:27.500 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.500 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 01 21:49:27.500 INFO kablam! Sep 01 21:49:27.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.500 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 01 21:49:27.500 INFO kablam! | Sep 01 21:49:27.500 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 01 21:49:27.501 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.501 INFO kablam! | Sep 01 21:49:27.501 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 01 21:49:27.501 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.501 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 01 21:49:27.501 INFO kablam! Sep 01 21:49:27.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.501 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 01 21:49:27.501 INFO kablam! | Sep 01 21:49:27.501 INFO kablam! 105 | self.stack.push(doc, heap); Sep 01 21:49:27.501 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.501 INFO kablam! | Sep 01 21:49:27.501 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 01 21:49:27.501 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.501 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 01 21:49:27.501 INFO kablam! Sep 01 21:49:27.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.501 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 01 21:49:27.501 INFO kablam! | Sep 01 21:49:27.501 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 01 21:49:27.501 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.501 INFO kablam! | Sep 01 21:49:27.501 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 01 21:49:27.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.502 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 01 21:49:27.502 INFO kablam! Sep 01 21:49:27.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.502 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 01 21:49:27.502 INFO kablam! | Sep 01 21:49:27.502 INFO kablam! 126 | let mut doc_iter = self.stack Sep 01 21:49:27.502 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.502 INFO kablam! | Sep 01 21:49:27.502 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 01 21:49:27.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.502 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 01 21:49:27.502 INFO kablam! Sep 01 21:49:27.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.502 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 01 21:49:27.502 INFO kablam! | Sep 01 21:49:27.502 INFO kablam! 163 | self.stack.push(doc, heap); Sep 01 21:49:27.502 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.502 INFO kablam! | Sep 01 21:49:27.502 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 01 21:49:27.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.502 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 01 21:49:27.503 INFO kablam! Sep 01 21:49:27.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.503 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 01 21:49:27.503 INFO kablam! | Sep 01 21:49:27.503 INFO kablam! 167 | self.stack.push(position, heap); Sep 01 21:49:27.503 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.503 INFO kablam! | Sep 01 21:49:27.503 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 01 21:49:27.503 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.503 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 01 21:49:27.503 INFO kablam! Sep 01 21:49:27.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.504 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 01 21:49:27.504 INFO kablam! | Sep 01 21:49:27.504 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 01 21:49:27.504 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.504 INFO kablam! | Sep 01 21:49:27.504 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 01 21:49:27.504 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.504 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 01 21:49:27.504 INFO kablam! Sep 01 21:49:27.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:27.504 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 01 21:49:27.504 INFO kablam! | Sep 01 21:49:27.504 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 01 21:49:27.504 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:27.504 INFO kablam! | Sep 01 21:49:27.504 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 01 21:49:27.504 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:27.504 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 01 21:49:27.504 INFO kablam! Sep 01 21:49:27.517 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 21:49:27.517 INFO kablam! --> src/lib.rs:7:12 Sep 01 21:49:27.517 INFO kablam! | Sep 01 21:49:27.517 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 01 21:49:27.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:27.518 INFO kablam! | Sep 01 21:49:27.518 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:49:27.518 INFO kablam! Sep 01 21:49:28.436 INFO kablam! warning: variable does not need to be mutable Sep 01 21:49:28.436 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 01 21:49:28.436 INFO kablam! | Sep 01 21:49:28.436 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 01 21:49:28.436 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 01 21:49:28.436 INFO kablam! | | Sep 01 21:49:28.436 INFO kablam! | help: remove this `mut` Sep 01 21:49:28.436 INFO kablam! | Sep 01 21:49:28.436 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 21:49:28.436 INFO kablam! Sep 01 21:49:30.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.624 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 01 21:49:30.624 INFO kablam! | Sep 01 21:49:30.624 INFO kablam! 96 | self.key_value_addr.is_null() Sep 01 21:49:30.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:30.624 INFO kablam! | Sep 01 21:49:30.624 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 21:49:30.624 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 01 21:49:30.624 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.624 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 01 21:49:30.624 INFO kablam! Sep 01 21:49:30.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.624 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 01 21:49:30.624 INFO kablam! | Sep 01 21:49:30.624 INFO kablam! 60 | self.stack.push(doc, heap); Sep 01 21:49:30.624 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.624 INFO kablam! | Sep 01 21:49:30.624 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 01 21:49:30.624 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.624 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 01 21:49:30.624 INFO kablam! Sep 01 21:49:30.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.624 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 01 21:49:30.624 INFO kablam! | Sep 01 21:49:30.625 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 01 21:49:30.625 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.625 INFO kablam! | Sep 01 21:49:30.625 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 01 21:49:30.625 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.625 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 01 21:49:30.625 INFO kablam! Sep 01 21:49:30.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.625 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 01 21:49:30.625 INFO kablam! | Sep 01 21:49:30.625 INFO kablam! 105 | self.stack.push(doc, heap); Sep 01 21:49:30.625 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.625 INFO kablam! | Sep 01 21:49:30.625 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 01 21:49:30.625 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.625 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 01 21:49:30.625 INFO kablam! Sep 01 21:49:30.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.625 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 01 21:49:30.625 INFO kablam! | Sep 01 21:49:30.625 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 01 21:49:30.625 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.625 INFO kablam! | Sep 01 21:49:30.625 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 01 21:49:30.625 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.625 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 01 21:49:30.626 INFO kablam! Sep 01 21:49:30.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.626 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 01 21:49:30.626 INFO kablam! | Sep 01 21:49:30.626 INFO kablam! 126 | let mut doc_iter = self.stack Sep 01 21:49:30.626 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.626 INFO kablam! | Sep 01 21:49:30.626 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 01 21:49:30.626 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.626 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 01 21:49:30.626 INFO kablam! Sep 01 21:49:30.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.626 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 01 21:49:30.626 INFO kablam! | Sep 01 21:49:30.626 INFO kablam! 163 | self.stack.push(doc, heap); Sep 01 21:49:30.626 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.626 INFO kablam! | Sep 01 21:49:30.626 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 01 21:49:30.626 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.626 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 01 21:49:30.626 INFO kablam! Sep 01 21:49:30.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.627 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 01 21:49:30.627 INFO kablam! | Sep 01 21:49:30.627 INFO kablam! 167 | self.stack.push(position, heap); Sep 01 21:49:30.627 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.627 INFO kablam! | Sep 01 21:49:30.627 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 01 21:49:30.627 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.627 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 01 21:49:30.627 INFO kablam! Sep 01 21:49:30.628 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.628 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 01 21:49:30.628 INFO kablam! | Sep 01 21:49:30.628 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 01 21:49:30.628 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.628 INFO kablam! | Sep 01 21:49:30.628 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 01 21:49:30.628 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.628 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 01 21:49:30.628 INFO kablam! Sep 01 21:49:30.628 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:49:30.629 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 01 21:49:30.629 INFO kablam! | Sep 01 21:49:30.629 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 01 21:49:30.629 INFO kablam! | ^^^^^^^^^^ Sep 01 21:49:30.629 INFO kablam! | Sep 01 21:49:30.629 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 01 21:49:30.629 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:49:30.629 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 01 21:49:30.629 INFO kablam! Sep 01 21:49:30.646 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 21:49:30.646 INFO kablam! --> src/lib.rs:7:12 Sep 01 21:49:30.646 INFO kablam! | Sep 01 21:49:30.647 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 01 21:49:30.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:49:30.647 INFO kablam! | Sep 01 21:49:30.647 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 21:49:30.647 INFO kablam! Sep 01 21:49:30.652 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 01 21:49:30.652 INFO kablam! --> src/lib.rs:11:27 Sep 01 21:49:30.652 INFO kablam! | Sep 01 21:49:30.652 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 01 21:49:30.652 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 21:49:30.652 INFO kablam! Sep 01 21:49:31.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.35s Sep 01 21:49:31.031 INFO kablam! su: No module specific data is present Sep 01 21:49:31.368 INFO running `"docker" "rm" "-f" "4bed9ab9240166ef0399760ab6fa0d06bc47c0ba77ef984792387e1d430a6e3c"` Sep 01 21:49:31.464 INFO blam! 4bed9ab9240166ef0399760ab6fa0d06bc47c0ba77ef984792387e1d430a6e3c