Aug 30 00:42:42.778 INFO checking tantivy-0.4.4 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 00:42:42.778 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 00:42:42.778 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-0/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 00:42:42.962 INFO blam! 6d639f8ea40f7b70d142dce1a6ad2ab1f8356e0af4390356c72da614bbab3f73 Aug 30 00:42:42.967 INFO running `"docker" "start" "-a" "6d639f8ea40f7b70d142dce1a6ad2ab1f8356e0af4390356c72da614bbab3f73"` Aug 30 00:42:44.071 INFO kablam! Checking version v2.0.1 Aug 30 00:42:44.071 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Aug 30 00:42:44.076 INFO kablam! Checking itertools v0.5.10 Aug 30 00:42:44.076 INFO kablam! Checking combine v2.5.2 Aug 30 00:42:44.090 INFO kablam! Checking chan v0.1.23 Aug 30 00:42:44.117 INFO kablam! Checking atomicwrites v0.1.5 Aug 30 00:42:44.119 INFO kablam! Checking bincode v0.8.0 Aug 30 00:42:44.136 INFO kablam! Checking error-chain v0.8.1 Aug 30 00:42:45.141 INFO kablam! Checking fst v0.1.38 Aug 30 00:42:45.292 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Aug 30 00:42:45.292 INFO kablam! --> build.rs:6:26 Aug 30 00:42:45.292 INFO kablam! | Aug 30 00:42:45.292 INFO kablam! 6 | let mut config = gcc::Config::new(); Aug 30 00:42:45.292 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 00:42:45.292 INFO kablam! | Aug 30 00:42:45.292 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 00:42:45.292 INFO kablam! Aug 30 00:43:07.403 INFO kablam! warning: unused import: `std::str` Aug 30 00:43:07.403 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 30 00:43:07.403 INFO kablam! | Aug 30 00:43:07.403 INFO kablam! 14 | use std::str; Aug 30 00:43:07.403 INFO kablam! | ^^^^^^^^ Aug 30 00:43:07.403 INFO kablam! | Aug 30 00:43:07.403 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 00:43:07.403 INFO kablam! Aug 30 00:43:07.532 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 30 00:43:07.532 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:07.532 INFO kablam! | Aug 30 00:43:07.532 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:07.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:07.532 INFO kablam! | Aug 30 00:43:07.532 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 00:43:07.532 INFO kablam! Aug 30 00:43:08.265 INFO kablam! warning: unused import: `std::str` Aug 30 00:43:08.266 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 30 00:43:08.266 INFO kablam! | Aug 30 00:43:08.266 INFO kablam! 14 | use std::str; Aug 30 00:43:08.266 INFO kablam! | ^^^^^^^^ Aug 30 00:43:08.266 INFO kablam! | Aug 30 00:43:08.266 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 00:43:08.266 INFO kablam! Aug 30 00:43:08.305 INFO kablam! warning: unnecessary parentheses around method argument Aug 30 00:43:08.305 INFO kablam! --> src/termdict/mod.rs:396:36 Aug 30 00:43:08.305 INFO kablam! | Aug 30 00:43:08.305 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 30 00:43:08.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 00:43:08.305 INFO kablam! | Aug 30 00:43:08.305 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 00:43:08.305 INFO kablam! Aug 30 00:43:08.305 INFO kablam! warning: unnecessary parentheses around method argument Aug 30 00:43:08.305 INFO kablam! --> src/termdict/mod.rs:412:36 Aug 30 00:43:08.305 INFO kablam! | Aug 30 00:43:08.305 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 30 00:43:08.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 00:43:08.305 INFO kablam! Aug 30 00:43:08.352 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 00:43:08.352 INFO kablam! --> src/fastfield/mod.rs:325:40 Aug 30 00:43:08.352 INFO kablam! | Aug 30 00:43:08.352 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Aug 30 00:43:08.352 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 30 00:43:08.352 INFO kablam! Aug 30 00:43:08.352 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 00:43:08.352 INFO kablam! --> src/fastfield/mod.rs:368:44 Aug 30 00:43:08.352 INFO kablam! | Aug 30 00:43:08.352 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Aug 30 00:43:08.352 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 30 00:43:08.352 INFO kablam! Aug 30 00:43:08.688 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 30 00:43:08.688 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:08.688 INFO kablam! | Aug 30 00:43:08.688 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:08.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:08.688 INFO kablam! | Aug 30 00:43:08.688 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 00:43:08.688 INFO kablam! Aug 30 00:43:11.023 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 30 00:43:11.024 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:11.024 INFO kablam! | Aug 30 00:43:11.024 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:11.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:11.024 INFO kablam! Aug 30 00:43:12.370 INFO kablam! warning: variable does not need to be mutable Aug 30 00:43:12.370 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 30 00:43:12.370 INFO kablam! | Aug 30 00:43:12.370 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 30 00:43:12.370 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 30 00:43:12.370 INFO kablam! | | Aug 30 00:43:12.370 INFO kablam! | help: remove this `mut` Aug 30 00:43:12.370 INFO kablam! | Aug 30 00:43:12.370 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 30 00:43:12.370 INFO kablam! Aug 30 00:43:13.813 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.813 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 30 00:43:13.813 INFO kablam! | Aug 30 00:43:13.813 INFO kablam! 96 | self.key_value_addr.is_null() Aug 30 00:43:13.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:13.813 INFO kablam! | Aug 30 00:43:13.813 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 00:43:13.813 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! Aug 30 00:43:13.813 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.813 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.813 INFO kablam! Aug 30 00:43:13.814 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.814 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 30 00:43:13.814 INFO kablam! | Aug 30 00:43:13.814 INFO kablam! 60 | self.stack.push(doc, heap); Aug 30 00:43:13.814 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.814 INFO kablam! | Aug 30 00:43:13.814 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! Aug 30 00:43:13.814 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.814 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.814 INFO kablam! Aug 30 00:43:13.814 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.814 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 30 00:43:13.814 INFO kablam! | Aug 30 00:43:13.814 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 30 00:43:13.815 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.815 INFO kablam! | Aug 30 00:43:13.815 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! Aug 30 00:43:13.815 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.815 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.815 INFO kablam! Aug 30 00:43:13.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.815 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 30 00:43:13.815 INFO kablam! | Aug 30 00:43:13.815 INFO kablam! 105 | self.stack.push(doc, heap); Aug 30 00:43:13.815 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.815 INFO kablam! | Aug 30 00:43:13.815 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! Aug 30 00:43:13.815 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.815 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.815 INFO kablam! Aug 30 00:43:13.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.815 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 30 00:43:13.815 INFO kablam! | Aug 30 00:43:13.815 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 30 00:43:13.815 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.815 INFO kablam! | Aug 30 00:43:13.815 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! Aug 30 00:43:13.815 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.815 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.815 INFO kablam! Aug 30 00:43:13.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.815 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 30 00:43:13.816 INFO kablam! | Aug 30 00:43:13.816 INFO kablam! 126 | let mut doc_iter = self.stack Aug 30 00:43:13.816 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.816 INFO kablam! | Aug 30 00:43:13.816 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! Aug 30 00:43:13.816 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.816 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.816 INFO kablam! Aug 30 00:43:13.816 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.816 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 30 00:43:13.816 INFO kablam! | Aug 30 00:43:13.816 INFO kablam! 163 | self.stack.push(doc, heap); Aug 30 00:43:13.816 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.816 INFO kablam! | Aug 30 00:43:13.816 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! Aug 30 00:43:13.816 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.816 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.816 INFO kablam! Aug 30 00:43:13.816 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.816 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 30 00:43:13.816 INFO kablam! | Aug 30 00:43:13.816 INFO kablam! 167 | self.stack.push(position, heap); Aug 30 00:43:13.816 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.816 INFO kablam! | Aug 30 00:43:13.816 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! Aug 30 00:43:13.816 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.816 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.816 INFO kablam! Aug 30 00:43:13.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.817 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 30 00:43:13.817 INFO kablam! | Aug 30 00:43:13.817 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 30 00:43:13.817 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.817 INFO kablam! | Aug 30 00:43:13.817 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! Aug 30 00:43:13.817 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.817 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.817 INFO kablam! Aug 30 00:43:13.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:13.817 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 30 00:43:13.817 INFO kablam! | Aug 30 00:43:13.817 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 30 00:43:13.817 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:13.817 INFO kablam! | Aug 30 00:43:13.817 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! Aug 30 00:43:13.817 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:13.817 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:13.817 INFO kablam! Aug 30 00:43:13.829 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Aug 30 00:43:13.829 INFO kablam! --> src/lib.rs:7:12 Aug 30 00:43:13.829 INFO kablam! | Aug 30 00:43:13.829 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 30 00:43:13.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:13.830 INFO kablam! | Aug 30 00:43:13.830 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 00:43:13.830 INFO kablam! Aug 30 00:43:14.432 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 30 00:43:14.432 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:14.432 INFO kablam! | Aug 30 00:43:14.432 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:14.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:14.432 INFO kablam! Aug 30 00:43:16.010 INFO kablam! warning: variable does not need to be mutable Aug 30 00:43:16.010 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 30 00:43:16.010 INFO kablam! | Aug 30 00:43:16.010 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 30 00:43:16.010 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 30 00:43:16.010 INFO kablam! | | Aug 30 00:43:16.010 INFO kablam! | help: remove this `mut` Aug 30 00:43:16.010 INFO kablam! | Aug 30 00:43:16.010 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 30 00:43:16.011 INFO kablam! Aug 30 00:43:17.956 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.956 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 30 00:43:17.956 INFO kablam! | Aug 30 00:43:17.957 INFO kablam! 96 | self.key_value_addr.is_null() Aug 30 00:43:17.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:17.957 INFO kablam! | Aug 30 00:43:17.957 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 00:43:17.957 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! Aug 30 00:43:17.957 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.957 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.957 INFO kablam! Aug 30 00:43:17.957 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.957 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 30 00:43:17.957 INFO kablam! | Aug 30 00:43:17.957 INFO kablam! 60 | self.stack.push(doc, heap); Aug 30 00:43:17.957 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.957 INFO kablam! | Aug 30 00:43:17.957 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! Aug 30 00:43:17.957 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.957 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.957 INFO kablam! Aug 30 00:43:17.957 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.957 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 30 00:43:17.957 INFO kablam! | Aug 30 00:43:17.957 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 30 00:43:17.957 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.958 INFO kablam! | Aug 30 00:43:17.958 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! Aug 30 00:43:17.958 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.958 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.958 INFO kablam! Aug 30 00:43:17.958 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.958 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 30 00:43:17.958 INFO kablam! | Aug 30 00:43:17.958 INFO kablam! 105 | self.stack.push(doc, heap); Aug 30 00:43:17.958 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.958 INFO kablam! | Aug 30 00:43:17.958 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! Aug 30 00:43:17.958 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.958 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.958 INFO kablam! Aug 30 00:43:17.958 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.958 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 30 00:43:17.958 INFO kablam! | Aug 30 00:43:17.958 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 30 00:43:17.958 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.958 INFO kablam! | Aug 30 00:43:17.958 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! Aug 30 00:43:17.958 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.958 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.958 INFO kablam! Aug 30 00:43:17.958 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.958 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 30 00:43:17.959 INFO kablam! | Aug 30 00:43:17.959 INFO kablam! 126 | let mut doc_iter = self.stack Aug 30 00:43:17.959 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.959 INFO kablam! | Aug 30 00:43:17.959 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! Aug 30 00:43:17.959 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.959 INFO kablam! Aug 30 00:43:17.959 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.959 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 30 00:43:17.959 INFO kablam! | Aug 30 00:43:17.959 INFO kablam! 163 | self.stack.push(doc, heap); Aug 30 00:43:17.959 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.959 INFO kablam! | Aug 30 00:43:17.959 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! Aug 30 00:43:17.959 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.959 INFO kablam! Aug 30 00:43:17.959 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.959 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 30 00:43:17.959 INFO kablam! | Aug 30 00:43:17.959 INFO kablam! 167 | self.stack.push(position, heap); Aug 30 00:43:17.959 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.959 INFO kablam! | Aug 30 00:43:17.959 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! Aug 30 00:43:17.959 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.959 INFO kablam! Aug 30 00:43:17.960 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.960 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 30 00:43:17.960 INFO kablam! | Aug 30 00:43:17.960 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 30 00:43:17.960 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.960 INFO kablam! | Aug 30 00:43:17.960 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! Aug 30 00:43:17.960 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.960 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.960 INFO kablam! Aug 30 00:43:17.960 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.960 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 30 00:43:17.960 INFO kablam! | Aug 30 00:43:17.960 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 30 00:43:17.960 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.960 INFO kablam! | Aug 30 00:43:17.960 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! Aug 30 00:43:17.960 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.960 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:43:17.960 INFO kablam! Aug 30 00:43:17.977 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Aug 30 00:43:17.977 INFO kablam! --> src/lib.rs:7:12 Aug 30 00:43:17.977 INFO kablam! | Aug 30 00:43:17.977 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 30 00:43:17.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:17.977 INFO kablam! | Aug 30 00:43:17.977 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 00:43:17.977 INFO kablam! Aug 30 00:43:17.982 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 00:43:17.982 INFO kablam! --> src/lib.rs:11:27 Aug 30 00:43:17.982 INFO kablam! | Aug 30 00:43:17.982 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Aug 30 00:43:17.982 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 00:43:17.982 INFO kablam! Aug 30 00:43:18.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.47s Aug 30 00:43:18.360 INFO kablam! su: No module specific data is present Aug 30 00:43:18.762 INFO running `"docker" "rm" "-f" "6d639f8ea40f7b70d142dce1a6ad2ab1f8356e0af4390356c72da614bbab3f73"` Aug 30 00:43:18.857 INFO blam! 6d639f8ea40f7b70d142dce1a6ad2ab1f8356e0af4390356c72da614bbab3f73