Sep 17 16:18:44.399 INFO checking tantivy-0.4.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:18:44.399 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:18:44.399 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:18:44.993 INFO blam! 31ef2522b8a28575347d2498756fce85b7554ebe9865a69677990cd8f64e0081 Sep 17 16:18:44.998 INFO running `"docker" "start" "-a" "31ef2522b8a28575347d2498756fce85b7554ebe9865a69677990cd8f64e0081"` Sep 17 16:18:47.284 INFO kablam! usermod: no changes Sep 17 16:18:47.615 INFO kablam! Checking version v2.0.1 Sep 17 16:18:47.616 INFO kablam! Compiling lz4-sys v1.8.2 Sep 17 16:18:47.624 INFO kablam! Checking nix v0.9.0 Sep 17 16:18:47.624 INFO kablam! Compiling tantivy v0.4.4 (/source) Sep 17 16:18:47.624 INFO kablam! Checking bit-set v0.4.0 Sep 17 16:18:47.624 INFO kablam! Checking combine v2.5.2 Sep 17 16:18:47.629 INFO kablam! Checking uuid v0.5.1 Sep 17 16:18:47.629 INFO kablam! Checking bincode v0.8.0 Sep 17 16:18:48.382 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 17 16:18:48.383 INFO kablam! --> build.rs:6:26 Sep 17 16:18:48.383 INFO kablam! | Sep 17 16:18:48.383 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 17 16:18:48.383 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 16:18:48.383 INFO kablam! | Sep 17 16:18:48.383 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 16:18:48.383 INFO kablam! Sep 17 16:18:49.813 INFO kablam! Checking error-chain v0.8.1 Sep 17 16:18:50.087 INFO kablam! Checking fst v0.1.38 Sep 17 16:18:51.428 INFO kablam! Compiling lz4 v1.23.0 Sep 17 16:19:08.315 INFO kablam! Checking atomicwrites v0.1.5 Sep 17 16:19:29.503 INFO kablam! warning: unused import: `std::str` Sep 17 16:19:29.503 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 17 16:19:29.503 INFO kablam! | Sep 17 16:19:29.503 INFO kablam! 14 | use std::str; Sep 17 16:19:29.503 INFO kablam! | ^^^^^^^^ Sep 17 16:19:29.503 INFO kablam! | Sep 17 16:19:29.503 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:19:29.503 INFO kablam! Sep 17 16:19:29.719 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 16:19:29.719 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 17 16:19:29.719 INFO kablam! | Sep 17 16:19:29.719 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 17 16:19:29.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:29.719 INFO kablam! | Sep 17 16:19:29.719 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 16:19:29.719 INFO kablam! Sep 17 16:19:30.175 INFO kablam! warning: unused import: `std::str` Sep 17 16:19:30.175 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 17 16:19:30.175 INFO kablam! | Sep 17 16:19:30.175 INFO kablam! 14 | use std::str; Sep 17 16:19:30.175 INFO kablam! | ^^^^^^^^ Sep 17 16:19:30.175 INFO kablam! | Sep 17 16:19:30.175 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:19:30.175 INFO kablam! Sep 17 16:19:30.199 INFO kablam! warning: unnecessary parentheses around method argument Sep 17 16:19:30.199 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 17 16:19:30.199 INFO kablam! | Sep 17 16:19:30.199 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 17 16:19:30.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:19:30.199 INFO kablam! | Sep 17 16:19:30.199 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 16:19:30.199 INFO kablam! Sep 17 16:19:30.199 INFO kablam! warning: unnecessary parentheses around method argument Sep 17 16:19:30.199 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 17 16:19:30.199 INFO kablam! | Sep 17 16:19:30.199 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 17 16:19:30.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:19:30.199 INFO kablam! Sep 17 16:19:30.255 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:19:30.255 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 17 16:19:30.255 INFO kablam! | Sep 17 16:19:30.255 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 17 16:19:30.255 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:19:30.255 INFO kablam! Sep 17 16:19:30.255 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:19:30.255 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 17 16:19:30.255 INFO kablam! | Sep 17 16:19:30.255 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 17 16:19:30.255 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:19:30.255 INFO kablam! Sep 17 16:19:30.807 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 16:19:30.807 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 17 16:19:30.807 INFO kablam! | Sep 17 16:19:30.807 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 17 16:19:30.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:30.807 INFO kablam! | Sep 17 16:19:30.807 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 16:19:30.807 INFO kablam! Sep 17 16:19:32.607 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 16:19:32.607 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 17 16:19:32.607 INFO kablam! | Sep 17 16:19:32.607 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 17 16:19:32.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:32.607 INFO kablam! Sep 17 16:19:33.682 INFO kablam! warning: variable does not need to be mutable Sep 17 16:19:33.683 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 17 16:19:33.683 INFO kablam! | Sep 17 16:19:33.683 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 17 16:19:33.683 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 17 16:19:33.683 INFO kablam! | | Sep 17 16:19:33.683 INFO kablam! | help: remove this `mut` Sep 17 16:19:33.683 INFO kablam! | Sep 17 16:19:33.686 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 16:19:33.686 INFO kablam! Sep 17 16:19:35.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.379 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 17 16:19:35.379 INFO kablam! | Sep 17 16:19:35.379 INFO kablam! 96 | self.key_value_addr.is_null() Sep 17 16:19:35.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:35.379 INFO kablam! | Sep 17 16:19:35.379 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 16:19:35.379 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 17 16:19:35.379 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.379 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 17 16:19:35.379 INFO kablam! Sep 17 16:19:35.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.379 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 17 16:19:35.379 INFO kablam! | Sep 17 16:19:35.379 INFO kablam! 60 | self.stack.push(doc, heap); Sep 17 16:19:35.379 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.379 INFO kablam! | Sep 17 16:19:35.379 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 17 16:19:35.379 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.379 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 17 16:19:35.379 INFO kablam! Sep 17 16:19:35.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.379 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 17 16:19:35.379 INFO kablam! | Sep 17 16:19:35.379 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 17 16:19:35.379 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 105 | self.stack.push(doc, heap); Sep 17 16:19:35.380 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 17 16:19:35.380 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 126 | let mut doc_iter = self.stack Sep 17 16:19:35.380 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 163 | self.stack.push(doc, heap); Sep 17 16:19:35.380 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 167 | self.stack.push(position, heap); Sep 17 16:19:35.380 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 17 16:19:35.380 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.380 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 17 16:19:35.380 INFO kablam! Sep 17 16:19:35.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:35.380 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 17 16:19:35.380 INFO kablam! | Sep 17 16:19:35.380 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 17 16:19:35.381 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:35.381 INFO kablam! | Sep 17 16:19:35.381 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 17 16:19:35.381 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:35.381 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 17 16:19:35.381 INFO kablam! Sep 17 16:19:35.435 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 17 16:19:35.435 INFO kablam! --> src/lib.rs:7:12 Sep 17 16:19:35.435 INFO kablam! | Sep 17 16:19:35.435 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 17 16:19:35.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:35.435 INFO kablam! | Sep 17 16:19:35.435 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 16:19:35.435 INFO kablam! Sep 17 16:19:36.982 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 16:19:36.982 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 17 16:19:36.982 INFO kablam! | Sep 17 16:19:36.982 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 17 16:19:36.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:36.982 INFO kablam! Sep 17 16:19:38.699 INFO kablam! warning: variable does not need to be mutable Sep 17 16:19:38.699 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 17 16:19:38.699 INFO kablam! | Sep 17 16:19:38.699 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 17 16:19:38.699 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 17 16:19:38.699 INFO kablam! | | Sep 17 16:19:38.699 INFO kablam! | help: remove this `mut` Sep 17 16:19:38.699 INFO kablam! | Sep 17 16:19:38.699 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 16:19:38.699 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 96 | self.key_value_addr.is_null() Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 60 | self.stack.push(doc, heap); Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 105 | self.stack.push(doc, heap); Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 126 | let mut doc_iter = self.stack Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! Sep 17 16:19:40.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.275 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 INFO kablam! 163 | self.stack.push(doc, heap); Sep 17 16:19:40.275 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.275 INFO kablam! | Sep 17 16:19:40.275 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 17 16:19:40.275 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.275 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 17 16:19:40.276 INFO kablam! Sep 17 16:19:40.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.276 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 17 16:19:40.276 INFO kablam! | Sep 17 16:19:40.276 INFO kablam! 167 | self.stack.push(position, heap); Sep 17 16:19:40.276 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.276 INFO kablam! | Sep 17 16:19:40.276 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 17 16:19:40.276 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.276 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 17 16:19:40.276 INFO kablam! Sep 17 16:19:40.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.276 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 17 16:19:40.276 INFO kablam! | Sep 17 16:19:40.276 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 17 16:19:40.276 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.276 INFO kablam! | Sep 17 16:19:40.276 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 17 16:19:40.276 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.276 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 17 16:19:40.276 INFO kablam! Sep 17 16:19:40.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 16:19:40.276 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 17 16:19:40.276 INFO kablam! | Sep 17 16:19:40.276 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 17 16:19:40.276 INFO kablam! | ^^^^^^^^^^ Sep 17 16:19:40.276 INFO kablam! | Sep 17 16:19:40.278 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 17 16:19:40.278 INFO kablam! = note: for more information, see issue #46043 Sep 17 16:19:40.278 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 17 16:19:40.278 INFO kablam! Sep 17 16:19:40.312 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 17 16:19:40.312 INFO kablam! --> src/lib.rs:7:12 Sep 17 16:19:40.312 INFO kablam! | Sep 17 16:19:40.312 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 17 16:19:40.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:19:40.312 INFO kablam! | Sep 17 16:19:40.312 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 16:19:40.312 INFO kablam! Sep 17 16:19:40.321 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 17 16:19:40.321 INFO kablam! --> src/lib.rs:11:27 Sep 17 16:19:40.321 INFO kablam! | Sep 17 16:19:40.322 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 17 16:19:40.322 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 16:19:40.322 INFO kablam! Sep 17 16:19:40.742 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.43s Sep 17 16:19:40.775 INFO kablam! su: No module specific data is present Sep 17 16:19:42.070 INFO running `"docker" "rm" "-f" "31ef2522b8a28575347d2498756fce85b7554ebe9865a69677990cd8f64e0081"` Sep 17 16:19:42.321 INFO blam! 31ef2522b8a28575347d2498756fce85b7554ebe9865a69677990cd8f64e0081