Sep 04 04:26:55.876 INFO checking tantivy-0.4.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 04:26:55.876 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 04:26:55.876 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:26:56.058 INFO blam! f2508667589f574430baf0a4801c476373d1c67b96f2ddbeed31a0fb089ea92c Sep 04 04:26:56.060 INFO running `"docker" "start" "-a" "f2508667589f574430baf0a4801c476373d1c67b96f2ddbeed31a0fb089ea92c"` Sep 04 04:26:56.816 INFO kablam! Checking version v2.0.1 Sep 04 04:26:56.821 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Sep 04 04:26:56.821 INFO kablam! Checking nix v0.9.0 Sep 04 04:26:56.821 INFO kablam! Checking combine v2.5.2 Sep 04 04:26:56.822 INFO kablam! Compiling pulldown-cmark v0.0.8 Sep 04 04:26:56.823 INFO kablam! Checking lz4-sys v1.8.0 Sep 04 04:26:56.823 INFO kablam! Checking uuid v0.5.1 Sep 04 04:26:56.823 INFO kablam! Checking chan v0.1.23 Sep 04 04:26:58.152 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 04 04:26:58.152 INFO kablam! --> build.rs:6:26 Sep 04 04:26:58.152 INFO kablam! | Sep 04 04:26:58.152 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 04 04:26:58.152 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 04:26:58.180 INFO kablam! | Sep 04 04:26:58.180 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:26:58.180 INFO kablam! Sep 04 04:26:58.355 INFO kablam! Checking error-chain v0.8.1 Sep 04 04:26:58.360 INFO kablam! Checking fst v0.1.38 Sep 04 04:27:06.083 INFO kablam! Compiling skeptic v0.9.0 Sep 04 04:27:08.554 INFO kablam! Compiling lz4 v1.22.0 Sep 04 04:27:12.583 INFO kablam! Checking atomicwrites v0.1.5 Sep 04 04:27:25.099 INFO kablam! warning: unused import: `std::str` Sep 04 04:27:25.099 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 04 04:27:25.099 INFO kablam! | Sep 04 04:27:25.099 INFO kablam! 14 | use std::str; Sep 04 04:27:25.099 INFO kablam! | ^^^^^^^^ Sep 04 04:27:25.099 INFO kablam! | Sep 04 04:27:25.099 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:27:25.099 INFO kablam! Sep 04 04:27:25.257 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 04:27:25.257 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 04 04:27:25.257 INFO kablam! | Sep 04 04:27:25.257 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 04 04:27:25.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:25.257 INFO kablam! | Sep 04 04:27:25.257 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:27:25.257 INFO kablam! Sep 04 04:27:25.601 INFO kablam! warning: unused import: `std::str` Sep 04 04:27:25.601 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 04 04:27:25.601 INFO kablam! | Sep 04 04:27:25.601 INFO kablam! 14 | use std::str; Sep 04 04:27:25.601 INFO kablam! | ^^^^^^^^ Sep 04 04:27:25.601 INFO kablam! | Sep 04 04:27:25.601 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:27:25.601 INFO kablam! Sep 04 04:27:25.624 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 04:27:25.624 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 04 04:27:25.624 INFO kablam! | Sep 04 04:27:25.624 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 04 04:27:25.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 04:27:25.624 INFO kablam! | Sep 04 04:27:25.624 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:27:25.624 INFO kablam! Sep 04 04:27:25.624 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 04:27:25.624 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 04 04:27:25.624 INFO kablam! | Sep 04 04:27:25.624 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 04 04:27:25.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 04:27:25.625 INFO kablam! Sep 04 04:27:25.649 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:27:25.649 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 04 04:27:25.649 INFO kablam! | Sep 04 04:27:25.649 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 04 04:27:25.649 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:27:25.649 INFO kablam! Sep 04 04:27:25.649 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:27:25.649 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 04 04:27:25.649 INFO kablam! | Sep 04 04:27:25.649 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 04 04:27:25.649 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:27:25.649 INFO kablam! Sep 04 04:27:25.935 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 04:27:25.935 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 04 04:27:25.935 INFO kablam! | Sep 04 04:27:25.935 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 04 04:27:25.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:25.935 INFO kablam! | Sep 04 04:27:25.936 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:27:25.936 INFO kablam! Sep 04 04:27:28.832 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 04:27:28.833 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 04 04:27:28.833 INFO kablam! | Sep 04 04:27:28.833 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 04 04:27:28.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:28.833 INFO kablam! Sep 04 04:27:29.728 INFO kablam! warning: variable does not need to be mutable Sep 04 04:27:29.728 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 04 04:27:29.728 INFO kablam! | Sep 04 04:27:29.728 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 04 04:27:29.728 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 04 04:27:29.728 INFO kablam! | | Sep 04 04:27:29.728 INFO kablam! | help: remove this `mut` Sep 04 04:27:29.728 INFO kablam! | Sep 04 04:27:29.728 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:27:29.728 INFO kablam! Sep 04 04:27:30.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.991 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 04 04:27:30.991 INFO kablam! | Sep 04 04:27:30.991 INFO kablam! 96 | self.key_value_addr.is_null() Sep 04 04:27:30.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:30.991 INFO kablam! | Sep 04 04:27:30.991 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 04:27:30.991 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 04 04:27:30.991 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.991 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 04 04:27:30.991 INFO kablam! Sep 04 04:27:30.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.992 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 04 04:27:30.992 INFO kablam! | Sep 04 04:27:30.992 INFO kablam! 60 | self.stack.push(doc, heap); Sep 04 04:27:30.992 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.992 INFO kablam! | Sep 04 04:27:30.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! Sep 04 04:27:30.993 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.993 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 04 04:27:30.993 INFO kablam! Sep 04 04:27:30.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.993 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 04 04:27:30.993 INFO kablam! | Sep 04 04:27:30.993 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 04 04:27:30.993 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.993 INFO kablam! | Sep 04 04:27:30.993 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 04 04:27:30.993 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.993 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 04 04:27:30.993 INFO kablam! Sep 04 04:27:30.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.993 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 04 04:27:30.993 INFO kablam! | Sep 04 04:27:30.993 INFO kablam! 105 | self.stack.push(doc, heap); Sep 04 04:27:30.993 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.993 INFO kablam! | Sep 04 04:27:30.993 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 04 04:27:30.994 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.994 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 04 04:27:30.994 INFO kablam! Sep 04 04:27:30.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.994 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 04 04:27:30.994 INFO kablam! | Sep 04 04:27:30.994 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 04 04:27:30.994 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.994 INFO kablam! | Sep 04 04:27:30.994 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 04 04:27:30.994 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.994 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 04 04:27:30.994 INFO kablam! Sep 04 04:27:30.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.994 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 04 04:27:30.994 INFO kablam! | Sep 04 04:27:30.994 INFO kablam! 126 | let mut doc_iter = self.stack Sep 04 04:27:30.994 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.994 INFO kablam! | Sep 04 04:27:30.994 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 04 04:27:30.995 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.995 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 04 04:27:30.995 INFO kablam! Sep 04 04:27:30.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.995 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 04 04:27:30.995 INFO kablam! | Sep 04 04:27:30.995 INFO kablam! 163 | self.stack.push(doc, heap); Sep 04 04:27:30.995 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.995 INFO kablam! | Sep 04 04:27:30.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! Sep 04 04:27:30.995 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.995 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 04 04:27:30.995 INFO kablam! Sep 04 04:27:30.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.995 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 04 04:27:30.995 INFO kablam! | Sep 04 04:27:30.995 INFO kablam! 167 | self.stack.push(position, heap); Sep 04 04:27:30.995 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.995 INFO kablam! | Sep 04 04:27:30.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! Sep 04 04:27:30.996 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.996 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 04 04:27:30.996 INFO kablam! Sep 04 04:27:30.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.996 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 04 04:27:30.996 INFO kablam! | Sep 04 04:27:30.996 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 04 04:27:30.996 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.996 INFO kablam! | Sep 04 04:27:30.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! Sep 04 04:27:30.996 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.996 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 04 04:27:30.996 INFO kablam! Sep 04 04:27:30.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:30.996 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 04 04:27:30.996 INFO kablam! | Sep 04 04:27:30.996 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 04 04:27:30.996 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:30.996 INFO kablam! | Sep 04 04:27:30.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! Sep 04 04:27:30.996 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:30.996 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 04 04:27:30.996 INFO kablam! Sep 04 04:27:31.008 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 04:27:31.008 INFO kablam! --> src/lib.rs:7:12 Sep 04 04:27:31.008 INFO kablam! | Sep 04 04:27:31.008 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 04 04:27:31.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:31.009 INFO kablam! | Sep 04 04:27:31.009 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 04:27:31.009 INFO kablam! Sep 04 04:27:31.735 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 04:27:31.735 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 04 04:27:31.735 INFO kablam! | Sep 04 04:27:31.735 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 04 04:27:31.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:31.735 INFO kablam! Sep 04 04:27:33.223 INFO kablam! warning: variable does not need to be mutable Sep 04 04:27:33.224 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 04 04:27:33.224 INFO kablam! | Sep 04 04:27:33.224 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 04 04:27:33.224 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 04 04:27:33.224 INFO kablam! | | Sep 04 04:27:33.224 INFO kablam! | help: remove this `mut` Sep 04 04:27:33.224 INFO kablam! | Sep 04 04:27:33.224 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:27:33.224 INFO kablam! Sep 04 04:27:34.968 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.968 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 04 04:27:34.968 INFO kablam! | Sep 04 04:27:34.969 INFO kablam! 96 | self.key_value_addr.is_null() Sep 04 04:27:34.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:34.969 INFO kablam! | Sep 04 04:27:34.969 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 04:27:34.969 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 04 04:27:34.969 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.969 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 04 04:27:34.969 INFO kablam! Sep 04 04:27:34.969 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.969 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 04 04:27:34.969 INFO kablam! | Sep 04 04:27:34.969 INFO kablam! 60 | self.stack.push(doc, heap); Sep 04 04:27:34.969 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.969 INFO kablam! | Sep 04 04:27:34.969 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 04 04:27:34.969 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.969 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 04 04:27:34.969 INFO kablam! Sep 04 04:27:34.969 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.969 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 04 04:27:34.969 INFO kablam! | Sep 04 04:27:34.969 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 04 04:27:34.969 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.969 INFO kablam! | Sep 04 04:27:34.969 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 04 04:27:34.970 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.970 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 04 04:27:34.970 INFO kablam! Sep 04 04:27:34.970 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.970 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 04 04:27:34.970 INFO kablam! | Sep 04 04:27:34.970 INFO kablam! 105 | self.stack.push(doc, heap); Sep 04 04:27:34.970 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.970 INFO kablam! | Sep 04 04:27:34.970 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 04 04:27:34.970 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.970 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 04 04:27:34.970 INFO kablam! Sep 04 04:27:34.970 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.970 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 04 04:27:34.970 INFO kablam! | Sep 04 04:27:34.970 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 04 04:27:34.970 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.970 INFO kablam! | Sep 04 04:27:34.970 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 04 04:27:34.970 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.970 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 04 04:27:34.970 INFO kablam! Sep 04 04:27:34.970 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.970 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 04 04:27:34.970 INFO kablam! | Sep 04 04:27:34.971 INFO kablam! 126 | let mut doc_iter = self.stack Sep 04 04:27:34.971 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.971 INFO kablam! | Sep 04 04:27:34.971 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 04 04:27:34.971 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.971 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 04 04:27:34.971 INFO kablam! Sep 04 04:27:34.971 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.971 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 04 04:27:34.971 INFO kablam! | Sep 04 04:27:34.971 INFO kablam! 163 | self.stack.push(doc, heap); Sep 04 04:27:34.971 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.971 INFO kablam! | Sep 04 04:27:34.971 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 04 04:27:34.971 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.971 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 04 04:27:34.971 INFO kablam! Sep 04 04:27:34.971 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.971 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 04 04:27:34.971 INFO kablam! | Sep 04 04:27:34.971 INFO kablam! 167 | self.stack.push(position, heap); Sep 04 04:27:34.971 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.971 INFO kablam! | Sep 04 04:27:34.971 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 04 04:27:34.971 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.971 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 04 04:27:34.972 INFO kablam! Sep 04 04:27:34.972 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.972 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 04 04:27:34.972 INFO kablam! | Sep 04 04:27:34.972 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 04 04:27:34.972 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.972 INFO kablam! | Sep 04 04:27:34.972 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 04 04:27:34.972 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.972 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 04 04:27:34.972 INFO kablam! Sep 04 04:27:34.972 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 04:27:34.972 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 04 04:27:34.972 INFO kablam! | Sep 04 04:27:34.972 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 04 04:27:34.972 INFO kablam! | ^^^^^^^^^^ Sep 04 04:27:34.972 INFO kablam! | Sep 04 04:27:34.972 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 04 04:27:34.972 INFO kablam! = note: for more information, see issue #46043 Sep 04 04:27:34.972 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 04 04:27:34.972 INFO kablam! Sep 04 04:27:34.988 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 04:27:34.988 INFO kablam! --> src/lib.rs:7:12 Sep 04 04:27:34.988 INFO kablam! | Sep 04 04:27:34.988 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 04 04:27:34.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:27:34.988 INFO kablam! | Sep 04 04:27:34.988 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 04:27:34.988 INFO kablam! Sep 04 04:27:34.996 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 04 04:27:34.996 INFO kablam! --> src/lib.rs:11:27 Sep 04 04:27:34.996 INFO kablam! | Sep 04 04:27:34.997 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 04 04:27:34.997 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 04:27:34.997 INFO kablam! Sep 04 04:27:35.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.68s Sep 04 04:27:35.313 INFO kablam! su: No module specific data is present Sep 04 04:27:35.674 INFO running `"docker" "rm" "-f" "f2508667589f574430baf0a4801c476373d1c67b96f2ddbeed31a0fb089ea92c"` Sep 04 04:27:35.755 INFO blam! f2508667589f574430baf0a4801c476373d1c67b96f2ddbeed31a0fb089ea92c