Aug 30 00:42:41.903 INFO checking tantivy-0.4.4 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 00:42:41.903 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 00:42:41.904 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-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.090 INFO blam! d8b824f4fa9b1b1d455623d76b8640bfb3d8d6f2574993c19765186a164aa268 Aug 30 00:42:42.092 INFO running `"docker" "start" "-a" "d8b824f4fa9b1b1d455623d76b8640bfb3d8d6f2574993c19765186a164aa268"` Aug 30 00:42:42.899 INFO kablam! Checking version v2.0.1 Aug 30 00:42:42.900 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Aug 30 00:42:42.902 INFO kablam! Compiling pulldown-cmark v0.0.8 Aug 30 00:42:42.906 INFO kablam! Checking lz4-sys v1.8.0 Aug 30 00:42:42.906 INFO kablam! Checking atomicwrites v0.1.5 Aug 30 00:42:42.907 INFO kablam! Checking uuid v0.5.1 Aug 30 00:42:42.909 INFO kablam! Checking fst v0.1.38 Aug 30 00:42:43.322 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Aug 30 00:42:43.322 INFO kablam! --> build.rs:6:26 Aug 30 00:42:43.322 INFO kablam! | Aug 30 00:42:43.322 INFO kablam! 6 | let mut config = gcc::Config::new(); Aug 30 00:42:43.322 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 00:42:43.322 INFO kablam! | Aug 30 00:42:43.322 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 00:42:43.322 INFO kablam! Aug 30 00:42:48.564 INFO kablam! Compiling skeptic v0.9.0 Aug 30 00:42:50.809 INFO kablam! Compiling lz4 v1.22.0 Aug 30 00:43:05.777 INFO kablam! warning: unused import: `std::str` Aug 30 00:43:05.777 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 30 00:43:05.777 INFO kablam! | Aug 30 00:43:05.777 INFO kablam! 14 | use std::str; Aug 30 00:43:05.777 INFO kablam! | ^^^^^^^^ Aug 30 00:43:05.777 INFO kablam! | Aug 30 00:43:05.777 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 00:43:05.777 INFO kablam! Aug 30 00:43:05.915 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 30 00:43:05.915 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:05.915 INFO kablam! | Aug 30 00:43:05.915 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:05.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:05.915 INFO kablam! | Aug 30 00:43:05.916 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 00:43:05.916 INFO kablam! Aug 30 00:43:06.971 INFO kablam! warning: unused import: `std::str` Aug 30 00:43:06.971 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 30 00:43:06.971 INFO kablam! | Aug 30 00:43:06.971 INFO kablam! 14 | use std::str; Aug 30 00:43:06.971 INFO kablam! | ^^^^^^^^ Aug 30 00:43:06.971 INFO kablam! | Aug 30 00:43:06.971 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 00:43:06.971 INFO kablam! Aug 30 00:43:07.008 INFO kablam! warning: unnecessary parentheses around method argument Aug 30 00:43:07.008 INFO kablam! --> src/termdict/mod.rs:396:36 Aug 30 00:43:07.008 INFO kablam! | Aug 30 00:43:07.008 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 30 00:43:07.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 00:43:07.008 INFO kablam! | Aug 30 00:43:07.008 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 00:43:07.008 INFO kablam! Aug 30 00:43:07.008 INFO kablam! warning: unnecessary parentheses around method argument Aug 30 00:43:07.008 INFO kablam! --> src/termdict/mod.rs:412:36 Aug 30 00:43:07.008 INFO kablam! | Aug 30 00:43:07.008 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 30 00:43:07.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 30 00:43:07.008 INFO kablam! Aug 30 00:43:07.052 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 00:43:07.052 INFO kablam! --> src/fastfield/mod.rs:325:40 Aug 30 00:43:07.052 INFO kablam! | Aug 30 00:43:07.052 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Aug 30 00:43:07.052 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 30 00:43:07.052 INFO kablam! Aug 30 00:43:07.052 INFO kablam! warning: unnecessary parentheses around function argument Aug 30 00:43:07.052 INFO kablam! --> src/fastfield/mod.rs:368:44 Aug 30 00:43:07.052 INFO kablam! | Aug 30 00:43:07.052 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Aug 30 00:43:07.052 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 30 00:43:07.052 INFO kablam! Aug 30 00:43:07.272 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 30 00:43:07.272 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:07.272 INFO kablam! | Aug 30 00:43:07.272 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:07.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:07.272 INFO kablam! | Aug 30 00:43:07.273 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 00:43:07.273 INFO kablam! Aug 30 00:43:09.954 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 30 00:43:09.954 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:09.954 INFO kablam! | Aug 30 00:43:09.954 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:09.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:09.954 INFO kablam! Aug 30 00:43:10.954 INFO kablam! warning: variable does not need to be mutable Aug 30 00:43:10.954 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 30 00:43:10.954 INFO kablam! | Aug 30 00:43:10.954 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 30 00:43:10.954 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 30 00:43:10.954 INFO kablam! | | Aug 30 00:43:10.954 INFO kablam! | help: remove this `mut` Aug 30 00:43:10.954 INFO kablam! | Aug 30 00:43:10.954 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 30 00:43:10.954 INFO kablam! Aug 30 00:43:12.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.624 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 30 00:43:12.624 INFO kablam! | Aug 30 00:43:12.624 INFO kablam! 96 | self.key_value_addr.is_null() Aug 30 00:43:12.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:12.624 INFO kablam! | Aug 30 00:43:12.624 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 00:43:12.624 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:12.624 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.624 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:12.624 INFO kablam! Aug 30 00:43:12.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.626 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 30 00:43:12.626 INFO kablam! | Aug 30 00:43:12.626 INFO kablam! 60 | self.stack.push(doc, heap); Aug 30 00:43:12.626 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.626 INFO kablam! | Aug 30 00:43:12.626 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:12.626 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.626 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:12.626 INFO kablam! Aug 30 00:43:12.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.626 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 30 00:43:12.626 INFO kablam! | Aug 30 00:43:12.626 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 30 00:43:12.626 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.626 INFO kablam! | Aug 30 00:43:12.626 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:12.627 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.627 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:12.627 INFO kablam! Aug 30 00:43:12.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.627 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 30 00:43:12.627 INFO kablam! | Aug 30 00:43:12.627 INFO kablam! 105 | self.stack.push(doc, heap); Aug 30 00:43:12.627 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.627 INFO kablam! | Aug 30 00:43:12.627 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:12.627 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.627 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:12.627 INFO kablam! Aug 30 00:43:12.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.627 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 30 00:43:12.627 INFO kablam! | Aug 30 00:43:12.627 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 30 00:43:12.627 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.627 INFO kablam! | Aug 30 00:43:12.627 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:12.627 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.627 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:12.628 INFO kablam! Aug 30 00:43:12.628 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.628 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 30 00:43:12.628 INFO kablam! | Aug 30 00:43:12.628 INFO kablam! 126 | let mut doc_iter = self.stack Aug 30 00:43:12.628 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.628 INFO kablam! | Aug 30 00:43:12.628 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:12.628 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.628 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:12.628 INFO kablam! Aug 30 00:43:12.628 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.628 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 30 00:43:12.628 INFO kablam! | Aug 30 00:43:12.628 INFO kablam! 163 | self.stack.push(doc, heap); Aug 30 00:43:12.628 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.628 INFO kablam! | Aug 30 00:43:12.628 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:12.628 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.628 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:12.628 INFO kablam! Aug 30 00:43:12.628 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.628 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 30 00:43:12.629 INFO kablam! | Aug 30 00:43:12.629 INFO kablam! 167 | self.stack.push(position, heap); Aug 30 00:43:12.629 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.629 INFO kablam! | Aug 30 00:43:12.629 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:12.629 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.629 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:12.629 INFO kablam! Aug 30 00:43:12.629 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.629 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 30 00:43:12.629 INFO kablam! | Aug 30 00:43:12.629 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 30 00:43:12.629 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.629 INFO kablam! | Aug 30 00:43:12.629 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:12.629 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.629 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:12.629 INFO kablam! Aug 30 00:43:12.629 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:12.629 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 30 00:43:12.629 INFO kablam! | Aug 30 00:43:12.629 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 30 00:43:12.630 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:12.630 INFO kablam! | Aug 30 00:43:12.630 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:12.630 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:12.630 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:12.630 INFO kablam! Aug 30 00:43:12.638 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:12.638 INFO kablam! --> src/lib.rs:7:12 Aug 30 00:43:12.638 INFO kablam! | Aug 30 00:43:12.638 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 30 00:43:12.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:12.638 INFO kablam! | Aug 30 00:43:12.638 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 00:43:12.638 INFO kablam! Aug 30 00:43:13.615 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 30 00:43:13.615 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 30 00:43:13.615 INFO kablam! | Aug 30 00:43:13.615 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 30 00:43:13.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:13.615 INFO kablam! Aug 30 00:43:15.243 INFO kablam! warning: variable does not need to be mutable Aug 30 00:43:15.243 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 30 00:43:15.243 INFO kablam! | Aug 30 00:43:15.243 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 30 00:43:15.243 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 30 00:43:15.243 INFO kablam! | | Aug 30 00:43:15.243 INFO kablam! | help: remove this `mut` Aug 30 00:43:15.243 INFO kablam! | Aug 30 00:43:15.243 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 30 00:43:15.243 INFO kablam! Aug 30 00:43:17.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.137 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 30 00:43:17.137 INFO kablam! | Aug 30 00:43:17.137 INFO kablam! 96 | self.key_value_addr.is_null() Aug 30 00:43:17.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:17.137 INFO kablam! | Aug 30 00:43:17.137 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 00:43:17.137 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.137 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.137 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.137 INFO kablam! Aug 30 00:43:17.138 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.138 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 30 00:43:17.138 INFO kablam! | Aug 30 00:43:17.138 INFO kablam! 60 | self.stack.push(doc, heap); Aug 30 00:43:17.138 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.138 INFO kablam! | Aug 30 00:43:17.138 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.138 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.138 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.138 INFO kablam! Aug 30 00:43:17.138 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.138 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 30 00:43:17.138 INFO kablam! | Aug 30 00:43:17.138 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 30 00:43:17.138 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.138 INFO kablam! | Aug 30 00:43:17.139 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.139 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.139 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.139 INFO kablam! Aug 30 00:43:17.139 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.139 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 30 00:43:17.139 INFO kablam! | Aug 30 00:43:17.139 INFO kablam! 105 | self.stack.push(doc, heap); Aug 30 00:43:17.139 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.139 INFO kablam! | Aug 30 00:43:17.139 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.139 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.139 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.139 INFO kablam! Aug 30 00:43:17.139 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.139 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 30 00:43:17.139 INFO kablam! | Aug 30 00:43:17.140 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 30 00:43:17.140 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.140 INFO kablam! | Aug 30 00:43:17.140 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.140 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.140 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.140 INFO kablam! Aug 30 00:43:17.140 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.140 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 30 00:43:17.140 INFO kablam! | Aug 30 00:43:17.140 INFO kablam! 126 | let mut doc_iter = self.stack Aug 30 00:43:17.140 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.140 INFO kablam! | Aug 30 00:43:17.140 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.140 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.140 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.140 INFO kablam! Aug 30 00:43:17.140 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.140 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 30 00:43:17.141 INFO kablam! | Aug 30 00:43:17.141 INFO kablam! 163 | self.stack.push(doc, heap); Aug 30 00:43:17.141 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.141 INFO kablam! | Aug 30 00:43:17.141 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.141 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.141 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.141 INFO kablam! Aug 30 00:43:17.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.141 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 30 00:43:17.141 INFO kablam! | Aug 30 00:43:17.141 INFO kablam! 167 | self.stack.push(position, heap); Aug 30 00:43:17.141 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.141 INFO kablam! | Aug 30 00:43:17.141 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.141 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.141 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.142 INFO kablam! Aug 30 00:43:17.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.142 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 30 00:43:17.142 INFO kablam! | Aug 30 00:43:17.142 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 30 00:43:17.142 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.142 INFO kablam! | Aug 30 00:43:17.142 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.142 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.142 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.142 INFO kablam! Aug 30 00:43:17.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:43:17.142 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 30 00:43:17.142 INFO kablam! | Aug 30 00:43:17.142 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 30 00:43:17.142 INFO kablam! | ^^^^^^^^^^ Aug 30 00:43:17.142 INFO kablam! | Aug 30 00:43:17.142 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.143 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:43:17.143 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.143 INFO kablam! Aug 30 00:43:17.157 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.157 INFO kablam! --> src/lib.rs:7:12 Aug 30 00:43:17.157 INFO kablam! | Aug 30 00:43:17.158 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 30 00:43:17.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 00:43:17.158 INFO kablam! | Aug 30 00:43:17.158 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 00:43:17.158 INFO kablam! Aug 30 00:43:17.163 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.163 INFO kablam! --> src/lib.rs:11:27 Aug 30 00:43:17.163 INFO kablam! | Aug 30 00:43:17.163 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Aug 30 00:43:17.163 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 00:43:17.163 INFO kablam! Aug 30 00:43:17.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.90s Aug 30 00:43:17.524 INFO kablam! su: No module specific data is present Aug 30 00:43:17.945 INFO running `"docker" "rm" "-f" "d8b824f4fa9b1b1d455623d76b8640bfb3d8d6f2574993c19765186a164aa268"` Aug 30 00:43:18.077 INFO blam! d8b824f4fa9b1b1d455623d76b8640bfb3d8d6f2574993c19765186a164aa268