Sep 19 19:14:14.853 INFO checking tantivy-0.4.4 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:14:14.853 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:14:14.853 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:14:15.106 INFO blam! 6cc2e9cab3cfa4d12843d4a25f175f36f07a73cc4bdb655309fcb54225e6a369 Sep 19 19:14:15.108 INFO running `"docker" "start" "-a" "6cc2e9cab3cfa4d12843d4a25f175f36f07a73cc4bdb655309fcb54225e6a369"` Sep 19 19:14:16.859 INFO kablam! usermod: no changes Sep 19 19:14:17.096 INFO kablam! Checking ascii v0.7.1 Sep 19 19:14:17.096 INFO kablam! Checking version v2.0.1 Sep 19 19:14:17.110 INFO kablam! Compiling tantivy v0.4.4 (/source) Sep 19 19:14:17.131 INFO kablam! Checking atomicwrites v0.1.5 Sep 19 19:14:17.131 INFO kablam! Checking chan v0.1.23 Sep 19 19:14:17.134 INFO kablam! Checking fs2 v0.2.5 Sep 19 19:14:17.136 INFO kablam! Checking error-chain v0.8.1 Sep 19 19:14:18.066 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 19 19:14:18.066 INFO kablam! --> build.rs:6:26 Sep 19 19:14:18.066 INFO kablam! | Sep 19 19:14:18.066 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 19 19:14:18.066 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:14:18.066 INFO kablam! | Sep 19 19:14:18.066 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:14:18.066 INFO kablam! Sep 19 19:14:18.894 INFO kablam! Checking combine v2.5.2 Sep 19 19:14:19.199 INFO kablam! Checking memmap v0.4.0 Sep 19 19:14:20.278 INFO kablam! Checking fst v0.1.38 Sep 19 19:14:45.838 INFO kablam! warning: unused import: `std::str` Sep 19 19:14:45.838 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 19 19:14:45.838 INFO kablam! | Sep 19 19:14:45.838 INFO kablam! 14 | use std::str; Sep 19 19:14:45.838 INFO kablam! | ^^^^^^^^ Sep 19 19:14:45.838 INFO kablam! | Sep 19 19:14:45.838 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:14:45.838 INFO kablam! Sep 19 19:14:45.998 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:14:45.998 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 19:14:45.998 INFO kablam! | Sep 19 19:14:45.998 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 19:14:45.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:45.998 INFO kablam! | Sep 19 19:14:45.998 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:14:45.998 INFO kablam! Sep 19 19:14:46.734 INFO kablam! warning: unused import: `std::str` Sep 19 19:14:46.734 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 19 19:14:46.734 INFO kablam! | Sep 19 19:14:46.734 INFO kablam! 14 | use std::str; Sep 19 19:14:46.734 INFO kablam! | ^^^^^^^^ Sep 19 19:14:46.734 INFO kablam! | Sep 19 19:14:46.734 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:14:46.734 INFO kablam! Sep 19 19:14:46.778 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:14:46.778 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 19 19:14:46.778 INFO kablam! | Sep 19 19:14:46.778 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 19 19:14:46.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:14:46.778 INFO kablam! | Sep 19 19:14:46.778 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:14:46.778 INFO kablam! Sep 19 19:14:46.778 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:14:46.778 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 19 19:14:46.778 INFO kablam! | Sep 19 19:14:46.778 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 19 19:14:46.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 19:14:46.778 INFO kablam! Sep 19 19:14:46.809 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:14:46.809 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 19 19:14:46.809 INFO kablam! | Sep 19 19:14:46.809 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 19 19:14:46.809 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:14:46.809 INFO kablam! Sep 19 19:14:46.809 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:14:46.809 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 19 19:14:46.809 INFO kablam! | Sep 19 19:14:46.809 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 19 19:14:46.809 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:14:46.809 INFO kablam! Sep 19 19:14:47.346 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:14:47.346 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 19:14:47.346 INFO kablam! | Sep 19 19:14:47.346 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 19:14:47.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:47.346 INFO kablam! | Sep 19 19:14:47.346 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:14:47.346 INFO kablam! Sep 19 19:14:48.198 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 19:14:48.198 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 19:14:48.198 INFO kablam! | Sep 19 19:14:48.198 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 19:14:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:48.198 INFO kablam! Sep 19 19:14:49.382 INFO kablam! warning: variable does not need to be mutable Sep 19 19:14:49.382 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 19 19:14:49.382 INFO kablam! | Sep 19 19:14:49.382 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 19 19:14:49.382 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 19 19:14:49.382 INFO kablam! | | Sep 19 19:14:49.382 INFO kablam! | help: remove this `mut` Sep 19 19:14:49.382 INFO kablam! | Sep 19 19:14:49.382 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:14:49.382 INFO kablam! Sep 19 19:14:51.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.005 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 INFO kablam! 96 | self.key_value_addr.is_null() Sep 19 19:14:51.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 19:14:51.005 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 19 19:14:51.005 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.005 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 19 19:14:51.005 INFO kablam! Sep 19 19:14:51.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.005 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 INFO kablam! 60 | self.stack.push(doc, heap); Sep 19 19:14:51.005 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 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 19 19:14:51.005 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.005 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 19 19:14:51.005 INFO kablam! Sep 19 19:14:51.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.005 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 19 19:14:51.005 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 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 19 19:14:51.005 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.005 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 19 19:14:51.005 INFO kablam! Sep 19 19:14:51.005 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.005 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 19 19:14:51.005 INFO kablam! | Sep 19 19:14:51.005 INFO kablam! 105 | self.stack.push(doc, heap); Sep 19 19:14:51.006 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.006 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 19 19:14:51.006 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.006 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 19 19:14:51.006 INFO kablam! Sep 19 19:14:51.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.006 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.006 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 19 19:14:51.006 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.006 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 19 19:14:51.006 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.006 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 19 19:14:51.006 INFO kablam! Sep 19 19:14:51.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.006 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.006 INFO kablam! 126 | let mut doc_iter = self.stack Sep 19 19:14:51.006 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.006 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 19 19:14:51.006 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.006 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 19 19:14:51.006 INFO kablam! Sep 19 19:14:51.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.006 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.006 INFO kablam! 163 | self.stack.push(doc, heap); Sep 19 19:14:51.006 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.006 INFO kablam! | Sep 19 19:14:51.009 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 19 19:14:51.009 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.009 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 19 19:14:51.009 INFO kablam! Sep 19 19:14:51.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.009 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 19 19:14:51.009 INFO kablam! | Sep 19 19:14:51.009 INFO kablam! 167 | self.stack.push(position, heap); Sep 19 19:14:51.009 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.009 INFO kablam! | Sep 19 19:14:51.009 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 19 19:14:51.009 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.009 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 19 19:14:51.009 INFO kablam! Sep 19 19:14:51.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.009 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 19 19:14:51.009 INFO kablam! | Sep 19 19:14:51.009 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 19 19:14:51.009 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.009 INFO kablam! | Sep 19 19:14:51.009 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 19 19:14:51.009 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.009 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 19 19:14:51.009 INFO kablam! Sep 19 19:14:51.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:51.014 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 19 19:14:51.014 INFO kablam! | Sep 19 19:14:51.014 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 19 19:14:51.014 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:51.014 INFO kablam! | Sep 19 19:14:51.014 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 19 19:14:51.014 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:51.014 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 19 19:14:51.014 INFO kablam! Sep 19 19:14:51.034 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 19:14:51.034 INFO kablam! --> src/lib.rs:7:12 Sep 19 19:14:51.034 INFO kablam! | Sep 19 19:14:51.034 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 19 19:14:51.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:51.034 INFO kablam! | Sep 19 19:14:51.034 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:14:51.034 INFO kablam! Sep 19 19:14:52.074 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 19:14:52.074 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 19:14:52.074 INFO kablam! | Sep 19 19:14:52.074 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 19:14:52.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:52.074 INFO kablam! Sep 19 19:14:53.473 INFO kablam! warning: variable does not need to be mutable Sep 19 19:14:53.473 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 19 19:14:53.473 INFO kablam! | Sep 19 19:14:53.473 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 19 19:14:53.473 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 19 19:14:53.473 INFO kablam! | | Sep 19 19:14:53.473 INFO kablam! | help: remove this `mut` Sep 19 19:14:53.473 INFO kablam! | Sep 19 19:14:53.473 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:14:53.473 INFO kablam! Sep 19 19:14:55.059 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.059 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 19 19:14:55.059 INFO kablam! | Sep 19 19:14:55.059 INFO kablam! 96 | self.key_value_addr.is_null() Sep 19 19:14:55.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:55.059 INFO kablam! | Sep 19 19:14:55.059 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 19:14:55.059 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 19 19:14:55.059 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.059 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 19 19:14:55.059 INFO kablam! Sep 19 19:14:55.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.060 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 19 19:14:55.060 INFO kablam! | Sep 19 19:14:55.060 INFO kablam! 60 | self.stack.push(doc, heap); Sep 19 19:14:55.060 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.060 INFO kablam! | Sep 19 19:14:55.060 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 19 19:14:55.060 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.060 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 19 19:14:55.060 INFO kablam! Sep 19 19:14:55.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.060 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 19 19:14:55.060 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.061 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 105 | self.stack.push(doc, heap); Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.061 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.061 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 126 | let mut doc_iter = self.stack Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.061 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 163 | self.stack.push(doc, heap); Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.061 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 167 | self.stack.push(position, heap); Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.061 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 19 19:14:55.061 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.061 INFO kablam! | Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.061 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 19 19:14:55.061 INFO kablam! Sep 19 19:14:55.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:14:55.062 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 19 19:14:55.062 INFO kablam! | Sep 19 19:14:55.062 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 19 19:14:55.062 INFO kablam! | ^^^^^^^^^^ Sep 19 19:14:55.062 INFO kablam! | Sep 19 19:14:55.062 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 19 19:14:55.062 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:14:55.062 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 19 19:14:55.062 INFO kablam! Sep 19 19:14:55.090 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 19:14:55.090 INFO kablam! --> src/lib.rs:7:12 Sep 19 19:14:55.090 INFO kablam! | Sep 19 19:14:55.090 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 19 19:14:55.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:14:55.090 INFO kablam! | Sep 19 19:14:55.090 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:14:55.090 INFO kablam! Sep 19 19:14:55.110 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 19:14:55.110 INFO kablam! --> src/lib.rs:11:27 Sep 19 19:14:55.110 INFO kablam! | Sep 19 19:14:55.110 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 19 19:14:55.110 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:14:55.110 INFO kablam! Sep 19 19:14:55.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.55s Sep 19 19:14:55.453 INFO kablam! su: No module specific data is present Sep 19 19:14:57.141 INFO running `"docker" "rm" "-f" "6cc2e9cab3cfa4d12843d4a25f175f36f07a73cc4bdb655309fcb54225e6a369"` Sep 19 19:14:57.264 INFO blam! 6cc2e9cab3cfa4d12843d4a25f175f36f07a73cc4bdb655309fcb54225e6a369