Aug 11 00:25:33.283 INFO checking tantivy-0.4.4 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 00:25:33.283 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 00:25:33.283 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 00:25:33.283 INFO running `"docker" "create" "-v" "/tmp/crater.dTRRFjkTwAVV:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-0/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 00:25:33.520 INFO blam! 8e451ee213de791c4a40cd83fd832b63349b4535d4f55901af624e8f8c64bbc6 Aug 11 00:25:33.521 INFO running `"docker" "start" "-a" "8e451ee213de791c4a40cd83fd832b63349b4535d4f55901af624e8f8c64bbc6"` Aug 11 00:25:34.665 INFO kablam! Compiling bitflags v0.5.0 Aug 11 00:25:34.671 INFO kablam! Checking version v2.0.1 Aug 11 00:25:34.673 INFO kablam! Compiling lz4-sys v1.8.0 Aug 11 00:25:34.675 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Aug 11 00:25:34.678 INFO kablam! Checking combine v2.5.2 Aug 11 00:25:34.691 INFO kablam! Checking chan v0.1.23 Aug 11 00:25:34.693 INFO kablam! Checking error-chain v0.8.1 Aug 11 00:25:34.695 INFO kablam! Checking fst v0.1.38 Aug 11 00:25:36.206 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Aug 11 00:25:36.206 INFO kablam! --> build.rs:6:26 Aug 11 00:25:36.206 INFO kablam! | Aug 11 00:25:36.206 INFO kablam! 6 | let mut config = gcc::Config::new(); Aug 11 00:25:36.206 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 11 00:25:36.212 INFO kablam! | Aug 11 00:25:36.213 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 00:25:36.213 INFO kablam! Aug 11 00:25:36.420 INFO kablam! Compiling pulldown-cmark v0.0.8 Aug 11 00:25:56.330 INFO kablam! Compiling skeptic v0.9.0 Aug 11 00:26:04.613 INFO kablam! Compiling lz4 v1.22.0 Aug 11 00:26:33.759 INFO kablam! warning: unused import: `std::str` Aug 11 00:26:33.759 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 11 00:26:33.759 INFO kablam! | Aug 11 00:26:33.759 INFO kablam! 14 | use std::str; Aug 11 00:26:33.759 INFO kablam! | ^^^^^^^^ Aug 11 00:26:33.760 INFO kablam! | Aug 11 00:26:33.760 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 00:26:33.760 INFO kablam! Aug 11 00:26:34.018 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 11 00:26:34.018 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 11 00:26:34.018 INFO kablam! | Aug 11 00:26:34.018 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 11 00:26:34.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:34.019 INFO kablam! | Aug 11 00:26:34.019 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 00:26:34.019 INFO kablam! Aug 11 00:26:34.492 INFO kablam! warning: unused import: `std::str` Aug 11 00:26:34.492 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 11 00:26:34.492 INFO kablam! | Aug 11 00:26:34.492 INFO kablam! 14 | use std::str; Aug 11 00:26:34.492 INFO kablam! | ^^^^^^^^ Aug 11 00:26:34.492 INFO kablam! | Aug 11 00:26:34.492 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 00:26:34.492 INFO kablam! Aug 11 00:26:34.540 INFO kablam! warning: unnecessary parentheses around method argument Aug 11 00:26:34.540 INFO kablam! --> src/termdict/mod.rs:396:36 Aug 11 00:26:34.540 INFO kablam! | Aug 11 00:26:34.540 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 11 00:26:34.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 11 00:26:34.540 INFO kablam! | Aug 11 00:26:34.540 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 11 00:26:34.540 INFO kablam! Aug 11 00:26:34.541 INFO kablam! warning: unnecessary parentheses around method argument Aug 11 00:26:34.541 INFO kablam! --> src/termdict/mod.rs:412:36 Aug 11 00:26:34.541 INFO kablam! | Aug 11 00:26:34.541 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 11 00:26:34.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 11 00:26:34.541 INFO kablam! Aug 11 00:26:34.587 INFO kablam! warning: unnecessary parentheses around function argument Aug 11 00:26:34.587 INFO kablam! --> src/fastfield/mod.rs:325:40 Aug 11 00:26:34.587 INFO kablam! | Aug 11 00:26:34.587 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Aug 11 00:26:34.587 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 11 00:26:34.587 INFO kablam! Aug 11 00:26:34.588 INFO kablam! warning: unnecessary parentheses around function argument Aug 11 00:26:34.588 INFO kablam! --> src/fastfield/mod.rs:368:44 Aug 11 00:26:34.588 INFO kablam! | Aug 11 00:26:34.588 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Aug 11 00:26:34.588 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 11 00:26:34.588 INFO kablam! Aug 11 00:26:34.990 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 11 00:26:34.990 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 11 00:26:34.990 INFO kablam! | Aug 11 00:26:34.990 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 11 00:26:34.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:34.990 INFO kablam! | Aug 11 00:26:34.991 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 00:26:34.991 INFO kablam! Aug 11 00:26:39.930 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 11 00:26:39.930 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 11 00:26:39.930 INFO kablam! | Aug 11 00:26:39.930 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 11 00:26:39.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:39.930 INFO kablam! Aug 11 00:26:41.645 INFO kablam! warning: variable does not need to be mutable Aug 11 00:26:41.645 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 11 00:26:41.646 INFO kablam! | Aug 11 00:26:41.646 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 11 00:26:41.646 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 11 00:26:41.646 INFO kablam! | | Aug 11 00:26:41.646 INFO kablam! | help: remove this `mut` Aug 11 00:26:41.646 INFO kablam! | Aug 11 00:26:41.646 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 11 00:26:41.646 INFO kablam! Aug 11 00:26:44.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.229 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 11 00:26:44.229 INFO kablam! | Aug 11 00:26:44.229 INFO kablam! 96 | self.key_value_addr.is_null() Aug 11 00:26:44.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:44.229 INFO kablam! | Aug 11 00:26:44.229 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 11 00:26:44.229 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 11 00:26:44.229 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.229 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 11 00:26:44.229 INFO kablam! Aug 11 00:26:44.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.230 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.230 INFO kablam! 60 | self.stack.push(doc, heap); Aug 11 00:26:44.230 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.230 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 11 00:26:44.230 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.230 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 11 00:26:44.230 INFO kablam! Aug 11 00:26:44.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.230 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.230 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 11 00:26:44.230 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.230 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 11 00:26:44.230 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.230 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 11 00:26:44.230 INFO kablam! Aug 11 00:26:44.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.230 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.230 INFO kablam! 105 | self.stack.push(doc, heap); Aug 11 00:26:44.230 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.230 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 11 00:26:44.230 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.230 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 11 00:26:44.230 INFO kablam! Aug 11 00:26:44.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.230 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 11 00:26:44.230 INFO kablam! | Aug 11 00:26:44.231 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 11 00:26:44.231 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! Aug 11 00:26:44.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.231 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 INFO kablam! 126 | let mut doc_iter = self.stack Aug 11 00:26:44.231 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! Aug 11 00:26:44.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.231 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 INFO kablam! 163 | self.stack.push(doc, heap); Aug 11 00:26:44.231 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! Aug 11 00:26:44.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.231 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 INFO kablam! 167 | self.stack.push(position, heap); Aug 11 00:26:44.231 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! Aug 11 00:26:44.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.231 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 11 00:26:44.231 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.231 INFO kablam! | Aug 11 00:26:44.231 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 11 00:26:44.231 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.232 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 11 00:26:44.232 INFO kablam! Aug 11 00:26:44.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:44.232 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 11 00:26:44.232 INFO kablam! | Aug 11 00:26:44.232 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 11 00:26:44.232 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:44.232 INFO kablam! | Aug 11 00:26:44.234 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 11 00:26:44.234 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:44.234 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 11 00:26:44.234 INFO kablam! Aug 11 00:26:44.248 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Aug 11 00:26:44.248 INFO kablam! --> src/lib.rs:7:12 Aug 11 00:26:44.248 INFO kablam! | Aug 11 00:26:44.248 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 11 00:26:44.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:44.248 INFO kablam! | Aug 11 00:26:44.248 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 00:26:44.248 INFO kablam! Aug 11 00:26:44.998 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 11 00:26:44.998 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 11 00:26:44.998 INFO kablam! | Aug 11 00:26:44.998 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 11 00:26:44.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:44.998 INFO kablam! Aug 11 00:26:48.014 INFO kablam! warning: variable does not need to be mutable Aug 11 00:26:48.014 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 11 00:26:48.014 INFO kablam! | Aug 11 00:26:48.014 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 11 00:26:48.014 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 11 00:26:48.014 INFO kablam! | | Aug 11 00:26:48.014 INFO kablam! | help: remove this `mut` Aug 11 00:26:48.014 INFO kablam! | Aug 11 00:26:48.014 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 11 00:26:48.014 INFO kablam! Aug 11 00:26:51.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.337 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 11 00:26:51.337 INFO kablam! | Aug 11 00:26:51.337 INFO kablam! 96 | self.key_value_addr.is_null() Aug 11 00:26:51.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:51.337 INFO kablam! | Aug 11 00:26:51.337 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 11 00:26:51.337 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 11 00:26:51.337 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.337 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 11 00:26:51.337 INFO kablam! Aug 11 00:26:51.338 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.338 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 11 00:26:51.338 INFO kablam! | Aug 11 00:26:51.338 INFO kablam! 60 | self.stack.push(doc, heap); Aug 11 00:26:51.338 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.338 INFO kablam! | Aug 11 00:26:51.338 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 11 00:26:51.338 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.338 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 11 00:26:51.338 INFO kablam! Aug 11 00:26:51.338 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.338 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 11 00:26:51.338 INFO kablam! | Aug 11 00:26:51.338 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 11 00:26:51.338 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.338 INFO kablam! | Aug 11 00:26:51.338 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 11 00:26:51.338 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.338 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 11 00:26:51.338 INFO kablam! Aug 11 00:26:51.338 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.338 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 11 00:26:51.338 INFO kablam! | Aug 11 00:26:51.338 INFO kablam! 105 | self.stack.push(doc, heap); Aug 11 00:26:51.338 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.338 INFO kablam! | Aug 11 00:26:51.338 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 11 00:26:51.338 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.338 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 11 00:26:51.338 INFO kablam! Aug 11 00:26:51.338 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.339 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 11 00:26:51.339 INFO kablam! | Aug 11 00:26:51.339 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 11 00:26:51.339 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.339 INFO kablam! | Aug 11 00:26:51.339 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 11 00:26:51.339 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.339 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 11 00:26:51.339 INFO kablam! Aug 11 00:26:51.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.339 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 11 00:26:51.340 INFO kablam! | Aug 11 00:26:51.340 INFO kablam! 126 | let mut doc_iter = self.stack Aug 11 00:26:51.340 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.340 INFO kablam! | Aug 11 00:26:51.340 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 11 00:26:51.340 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.340 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 11 00:26:51.340 INFO kablam! Aug 11 00:26:51.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.340 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 11 00:26:51.340 INFO kablam! | Aug 11 00:26:51.340 INFO kablam! 163 | self.stack.push(doc, heap); Aug 11 00:26:51.340 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.340 INFO kablam! | Aug 11 00:26:51.340 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 11 00:26:51.340 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.340 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 11 00:26:51.340 INFO kablam! Aug 11 00:26:51.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.340 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 11 00:26:51.340 INFO kablam! | Aug 11 00:26:51.340 INFO kablam! 167 | self.stack.push(position, heap); Aug 11 00:26:51.340 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.340 INFO kablam! | Aug 11 00:26:51.340 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 11 00:26:51.340 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.340 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 11 00:26:51.340 INFO kablam! Aug 11 00:26:51.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.341 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 11 00:26:51.341 INFO kablam! | Aug 11 00:26:51.341 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 11 00:26:51.341 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.341 INFO kablam! | Aug 11 00:26:51.341 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 11 00:26:51.341 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.341 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 11 00:26:51.341 INFO kablam! Aug 11 00:26:51.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 11 00:26:51.341 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 11 00:26:51.341 INFO kablam! | Aug 11 00:26:51.341 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 11 00:26:51.341 INFO kablam! | ^^^^^^^^^^ Aug 11 00:26:51.341 INFO kablam! | Aug 11 00:26:51.341 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 11 00:26:51.341 INFO kablam! = note: for more information, see issue #46043 Aug 11 00:26:51.341 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 11 00:26:51.341 INFO kablam! Aug 11 00:26:51.371 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Aug 11 00:26:51.371 INFO kablam! --> src/lib.rs:7:12 Aug 11 00:26:51.371 INFO kablam! | Aug 11 00:26:51.371 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 11 00:26:51.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 00:26:51.371 INFO kablam! | Aug 11 00:26:51.371 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 00:26:51.371 INFO kablam! Aug 11 00:26:51.390 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 11 00:26:51.390 INFO kablam! --> src/lib.rs:11:27 Aug 11 00:26:51.391 INFO kablam! | Aug 11 00:26:51.391 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Aug 11 00:26:51.391 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 11 00:26:51.391 INFO kablam! Aug 11 00:26:52.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Aug 11 00:26:52.218 INFO kablam! su: No module specific data is present Aug 11 00:26:52.975 INFO running `"docker" "rm" "-f" "8e451ee213de791c4a40cd83fd832b63349b4535d4f55901af624e8f8c64bbc6"` Aug 11 00:26:53.174 INFO blam! 8e451ee213de791c4a40cd83fd832b63349b4535d4f55901af624e8f8c64bbc6