Sep 14 07:58:00.693 INFO checking tantivy-0.4.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:58:00.693 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:58:00.693 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:58:01.109 INFO blam! 071c31fdb935a7a4dcd25483ee7021cc8385ec345e384f123995a118225815b7 Sep 14 07:58:01.110 INFO running `"docker" "start" "-a" "071c31fdb935a7a4dcd25483ee7021cc8385ec345e384f123995a118225815b7"` Sep 14 07:58:02.985 INFO kablam! usermod: no changes Sep 14 07:58:03.269 INFO kablam! Checking version v2.0.1 Sep 14 07:58:03.299 INFO kablam! Compiling lz4-sys v1.8.2 Sep 14 07:58:03.306 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Sep 14 07:58:03.314 INFO kablam! Checking atomicwrites v0.1.5 Sep 14 07:58:03.320 INFO kablam! Checking chan v0.1.23 Sep 14 07:58:03.322 INFO kablam! Checking error-chain v0.8.1 Sep 14 07:58:03.325 INFO kablam! Checking fst v0.1.38 Sep 14 07:58:03.326 INFO kablam! Compiling lz4 v1.23.0 Sep 14 07:58:04.428 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 14 07:58:04.428 INFO kablam! --> build.rs:6:26 Sep 14 07:58:04.428 INFO kablam! | Sep 14 07:58:04.428 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 14 07:58:04.428 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 07:58:04.428 INFO kablam! | Sep 14 07:58:04.428 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:58:04.428 INFO kablam! Sep 14 07:58:41.539 INFO kablam! warning: unused import: `std::str` Sep 14 07:58:41.539 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 14 07:58:41.539 INFO kablam! | Sep 14 07:58:41.539 INFO kablam! 14 | use std::str; Sep 14 07:58:41.539 INFO kablam! | ^^^^^^^^ Sep 14 07:58:41.539 INFO kablam! | Sep 14 07:58:41.539 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:58:41.539 INFO kablam! Sep 14 07:58:41.859 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 07:58:41.859 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 14 07:58:41.859 INFO kablam! | Sep 14 07:58:41.859 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 14 07:58:41.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:41.867 INFO kablam! | Sep 14 07:58:41.867 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:58:41.867 INFO kablam! Sep 14 07:58:41.877 INFO kablam! warning: unused import: `std::str` Sep 14 07:58:41.877 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 14 07:58:41.877 INFO kablam! | Sep 14 07:58:41.877 INFO kablam! 14 | use std::str; Sep 14 07:58:41.877 INFO kablam! | ^^^^^^^^ Sep 14 07:58:41.877 INFO kablam! | Sep 14 07:58:41.877 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 07:58:41.877 INFO kablam! Sep 14 07:58:41.896 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 07:58:41.896 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 14 07:58:41.896 INFO kablam! | Sep 14 07:58:41.896 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 14 07:58:41.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:58:41.896 INFO kablam! | Sep 14 07:58:41.896 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 07:58:41.897 INFO kablam! Sep 14 07:58:41.897 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 07:58:41.897 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 14 07:58:41.897 INFO kablam! | Sep 14 07:58:41.897 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 14 07:58:41.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 07:58:41.897 INFO kablam! Sep 14 07:58:41.917 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 07:58:41.918 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 14 07:58:41.918 INFO kablam! | Sep 14 07:58:41.918 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 14 07:58:41.918 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 07:58:41.918 INFO kablam! Sep 14 07:58:41.923 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 07:58:41.923 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 14 07:58:41.923 INFO kablam! | Sep 14 07:58:41.923 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 14 07:58:41.923 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 07:58:41.923 INFO kablam! Sep 14 07:58:42.369 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 07:58:42.369 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 14 07:58:42.369 INFO kablam! | Sep 14 07:58:42.369 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 14 07:58:42.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:42.369 INFO kablam! | Sep 14 07:58:42.369 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 07:58:42.369 INFO kablam! Sep 14 07:58:44.793 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 07:58:44.793 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 14 07:58:44.793 INFO kablam! | Sep 14 07:58:44.793 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 14 07:58:44.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:44.793 INFO kablam! Sep 14 07:58:45.499 INFO kablam! warning: variable does not need to be mutable Sep 14 07:58:45.499 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 14 07:58:45.499 INFO kablam! | Sep 14 07:58:45.499 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 14 07:58:45.499 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 14 07:58:45.499 INFO kablam! | | Sep 14 07:58:45.499 INFO kablam! | help: remove this `mut` Sep 14 07:58:45.500 INFO kablam! | Sep 14 07:58:45.500 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:58:45.500 INFO kablam! Sep 14 07:58:46.967 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 07:58:46.967 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 14 07:58:46.967 INFO kablam! | Sep 14 07:58:46.967 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 14 07:58:46.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:46.967 INFO kablam! Sep 14 07:58:46.973 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.973 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 14 07:58:46.973 INFO kablam! | Sep 14 07:58:46.973 INFO kablam! 96 | self.key_value_addr.is_null() Sep 14 07:58:46.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:46.973 INFO kablam! | Sep 14 07:58:46.973 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 07:58:46.973 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 14 07:58:46.973 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.973 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 14 07:58:46.973 INFO kablam! Sep 14 07:58:46.973 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.973 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 14 07:58:46.973 INFO kablam! | Sep 14 07:58:46.973 INFO kablam! 60 | self.stack.push(doc, heap); Sep 14 07:58:46.973 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.973 INFO kablam! | Sep 14 07:58:46.973 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 14 07:58:46.973 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.973 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 14 07:58:46.973 INFO kablam! Sep 14 07:58:46.973 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.973 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 14 07:58:46.973 INFO kablam! | Sep 14 07:58:46.973 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 14 07:58:46.973 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.978 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 105 | self.stack.push(doc, heap); Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 126 | let mut doc_iter = self.stack Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 163 | self.stack.push(doc, heap); Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 167 | self.stack.push(position, heap); Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! Sep 14 07:58:46.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:46.979 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 14 07:58:46.979 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:46.979 INFO kablam! | Sep 14 07:58:46.979 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 14 07:58:46.979 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:46.980 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 14 07:58:46.980 INFO kablam! Sep 14 07:58:47.022 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 14 07:58:47.023 INFO kablam! --> src/lib.rs:7:12 Sep 14 07:58:47.023 INFO kablam! | Sep 14 07:58:47.023 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 14 07:58:47.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:47.023 INFO kablam! | Sep 14 07:58:47.023 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 07:58:47.023 INFO kablam! Sep 14 07:58:48.639 INFO kablam! warning: variable does not need to be mutable Sep 14 07:58:48.639 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 14 07:58:48.639 INFO kablam! | Sep 14 07:58:48.639 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 14 07:58:48.639 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 14 07:58:48.639 INFO kablam! | | Sep 14 07:58:48.639 INFO kablam! | help: remove this `mut` Sep 14 07:58:48.639 INFO kablam! | Sep 14 07:58:48.639 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 07:58:48.639 INFO kablam! Sep 14 07:58:50.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.113 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 14 07:58:50.113 INFO kablam! | Sep 14 07:58:50.113 INFO kablam! 96 | self.key_value_addr.is_null() Sep 14 07:58:50.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:50.113 INFO kablam! | Sep 14 07:58:50.114 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 14 07:58:50.114 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 14 07:58:50.114 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.114 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 14 07:58:50.114 INFO kablam! Sep 14 07:58:50.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.114 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 14 07:58:50.114 INFO kablam! | Sep 14 07:58:50.114 INFO kablam! 60 | self.stack.push(doc, heap); Sep 14 07:58:50.114 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.114 INFO kablam! | Sep 14 07:58:50.114 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 14 07:58:50.114 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.114 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 14 07:58:50.114 INFO kablam! Sep 14 07:58:50.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.114 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 14 07:58:50.114 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! Sep 14 07:58:50.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.115 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 105 | self.stack.push(doc, heap); Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! Sep 14 07:58:50.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.115 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! Sep 14 07:58:50.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.115 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 126 | let mut doc_iter = self.stack Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! Sep 14 07:58:50.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.115 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 163 | self.stack.push(doc, heap); Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! Sep 14 07:58:50.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.115 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 167 | self.stack.push(position, heap); Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! Sep 14 07:58:50.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.115 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 14 07:58:50.115 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.115 INFO kablam! | Sep 14 07:58:50.115 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 14 07:58:50.115 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.116 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 14 07:58:50.116 INFO kablam! Sep 14 07:58:50.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 14 07:58:50.116 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 14 07:58:50.116 INFO kablam! | Sep 14 07:58:50.116 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 14 07:58:50.116 INFO kablam! | ^^^^^^^^^^ Sep 14 07:58:50.116 INFO kablam! | Sep 14 07:58:50.116 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 14 07:58:50.116 INFO kablam! = note: for more information, see issue #46043 Sep 14 07:58:50.116 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 14 07:58:50.116 INFO kablam! Sep 14 07:58:50.143 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 14 07:58:50.143 INFO kablam! --> src/lib.rs:7:12 Sep 14 07:58:50.143 INFO kablam! | Sep 14 07:58:50.144 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 14 07:58:50.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:58:50.144 INFO kablam! | Sep 14 07:58:50.144 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 07:58:50.144 INFO kablam! Sep 14 07:58:50.153 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 14 07:58:50.153 INFO kablam! --> src/lib.rs:11:27 Sep 14 07:58:50.153 INFO kablam! | Sep 14 07:58:50.153 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 14 07:58:50.153 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 07:58:50.153 INFO kablam! Sep 14 07:58:50.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.57s Sep 14 07:58:50.603 INFO kablam! su: No module specific data is present Sep 14 07:58:52.025 INFO running `"docker" "rm" "-f" "071c31fdb935a7a4dcd25483ee7021cc8385ec345e384f123995a118225815b7"` Sep 14 07:58:52.296 INFO blam! 071c31fdb935a7a4dcd25483ee7021cc8385ec345e384f123995a118225815b7