Sep 19 17:13:10.351 INFO checking tantivy-0.4.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:13:10.351 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:13:10.351 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:13:10.853 INFO blam! 26ccb1f803189c5e4df921d359ea811ecf541cccb7ea37b12b9f54d76e613e0a Sep 19 17:13:10.857 INFO running `"docker" "start" "-a" "26ccb1f803189c5e4df921d359ea811ecf541cccb7ea37b12b9f54d76e613e0a"` Sep 19 17:13:12.399 INFO kablam! usermod: no changes Sep 19 17:13:12.699 INFO kablam! Compiling same-file v1.0.3 Sep 19 17:13:12.703 INFO kablam! Compiling bytecount v0.3.2 Sep 19 17:13:12.707 INFO kablam! Checking version v2.0.1 Sep 19 17:13:12.707 INFO kablam! Compiling lz4-sys v1.8.2 Sep 19 17:13:12.707 INFO kablam! Compiling tantivy v0.4.4 (/source) Sep 19 17:13:12.707 INFO kablam! Checking combine v2.5.2 Sep 19 17:13:12.707 INFO kablam! Compiling tempdir v0.3.7 Sep 19 17:13:12.707 INFO kablam! Compiling semver v0.9.0 Sep 19 17:13:13.415 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Sep 19 17:13:13.415 INFO kablam! --> build.rs:6:26 Sep 19 17:13:13.416 INFO kablam! | Sep 19 17:13:13.416 INFO kablam! 6 | let mut config = gcc::Config::new(); Sep 19 17:13:13.416 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 17:13:13.416 INFO kablam! | Sep 19 17:13:13.417 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:13:13.417 INFO kablam! Sep 19 17:13:13.992 INFO kablam! Checking atomicwrites v0.1.5 Sep 19 17:13:15.901 INFO kablam! Checking tempfile v2.2.0 Sep 19 17:13:16.439 INFO kablam! Checking uuid v0.5.1 Sep 19 17:13:16.505 INFO kablam! Checking bincode v0.8.0 Sep 19 17:13:16.856 INFO kablam! Compiling walkdir v2.2.5 Sep 19 17:13:17.237 INFO kablam! Compiling error-chain v0.11.0 Sep 19 17:13:18.740 INFO kablam! Checking error-chain v0.8.1 Sep 19 17:13:19.063 INFO kablam! Checking memmap v0.4.0 Sep 19 17:13:22.981 INFO kablam! Checking fst v0.1.38 Sep 19 17:13:22.988 INFO kablam! Compiling cargo_metadata v0.5.8 Sep 19 17:13:34.485 INFO kablam! Compiling skeptic v0.13.3 Sep 19 17:13:40.144 INFO kablam! Compiling lz4 v1.23.0 Sep 19 17:14:03.958 INFO kablam! warning: unused import: `std::str` Sep 19 17:14:03.959 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 19 17:14:03.959 INFO kablam! | Sep 19 17:14:03.959 INFO kablam! 14 | use std::str; Sep 19 17:14:03.959 INFO kablam! | ^^^^^^^^ Sep 19 17:14:03.959 INFO kablam! | Sep 19 17:14:03.959 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:14:03.959 INFO kablam! Sep 19 17:14:04.267 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:14:04.267 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 17:14:04.267 INFO kablam! | Sep 19 17:14:04.267 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 17:14:04.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:04.267 INFO kablam! | Sep 19 17:14:04.267 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:14:04.267 INFO kablam! Sep 19 17:14:04.314 INFO kablam! warning: unused import: `std::str` Sep 19 17:14:04.314 INFO kablam! --> src/core/segment_reader.rs:14:5 Sep 19 17:14:04.314 INFO kablam! | Sep 19 17:14:04.314 INFO kablam! 14 | use std::str; Sep 19 17:14:04.314 INFO kablam! | ^^^^^^^^ Sep 19 17:14:04.314 INFO kablam! | Sep 19 17:14:04.314 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:14:04.314 INFO kablam! Sep 19 17:14:04.359 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 17:14:04.359 INFO kablam! --> src/termdict/mod.rs:396:36 Sep 19 17:14:04.359 INFO kablam! | Sep 19 17:14:04.359 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 19 17:14:04.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:14:04.359 INFO kablam! | Sep 19 17:14:04.359 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 17:14:04.359 INFO kablam! Sep 19 17:14:04.359 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 17:14:04.359 INFO kablam! --> src/termdict/mod.rs:412:36 Sep 19 17:14:04.359 INFO kablam! | Sep 19 17:14:04.359 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Sep 19 17:14:04.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:14:04.360 INFO kablam! Sep 19 17:14:04.407 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:14:04.407 INFO kablam! --> src/fastfield/mod.rs:325:40 Sep 19 17:14:04.407 INFO kablam! | Sep 19 17:14:04.407 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Sep 19 17:14:04.407 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:14:04.407 INFO kablam! Sep 19 17:14:04.407 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:14:04.407 INFO kablam! --> src/fastfield/mod.rs:368:44 Sep 19 17:14:04.407 INFO kablam! | Sep 19 17:14:04.407 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Sep 19 17:14:04.407 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:14:04.407 INFO kablam! Sep 19 17:14:04.771 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:14:04.771 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 17:14:04.771 INFO kablam! | Sep 19 17:14:04.771 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 17:14:04.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:04.771 INFO kablam! | Sep 19 17:14:04.771 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:14:04.771 INFO kablam! Sep 19 17:14:06.948 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 17:14:06.948 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 17:14:06.948 INFO kablam! | Sep 19 17:14:06.948 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 17:14:06.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:06.948 INFO kablam! Sep 19 17:14:07.594 INFO kablam! warning: variable does not need to be mutable Sep 19 17:14:07.595 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 19 17:14:07.595 INFO kablam! | Sep 19 17:14:07.595 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 19 17:14:07.595 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 19 17:14:07.595 INFO kablam! | | Sep 19 17:14:07.595 INFO kablam! | help: remove this `mut` Sep 19 17:14:07.595 INFO kablam! | Sep 19 17:14:07.595 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 17:14:07.595 INFO kablam! Sep 19 17:14:08.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.431 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 19 17:14:08.431 INFO kablam! | Sep 19 17:14:08.431 INFO kablam! 96 | self.key_value_addr.is_null() Sep 19 17:14:08.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:08.431 INFO kablam! | Sep 19 17:14:08.431 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 17:14:08.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.431 INFO kablam! Sep 19 17:14:08.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.431 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 19 17:14:08.431 INFO kablam! | Sep 19 17:14:08.431 INFO kablam! 60 | self.stack.push(doc, heap); Sep 19 17:14:08.431 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.431 INFO kablam! | Sep 19 17:14:08.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.431 INFO kablam! Sep 19 17:14:08.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.431 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 19 17:14:08.431 INFO kablam! | Sep 19 17:14:08.431 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 19 17:14:08.431 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.431 INFO kablam! | Sep 19 17:14:08.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.431 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.431 INFO kablam! Sep 19 17:14:08.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.432 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 19 17:14:08.432 INFO kablam! | Sep 19 17:14:08.432 INFO kablam! 105 | self.stack.push(doc, heap); Sep 19 17:14:08.432 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.432 INFO kablam! | Sep 19 17:14:08.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.432 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.432 INFO kablam! Sep 19 17:14:08.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.432 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 19 17:14:08.432 INFO kablam! | Sep 19 17:14:08.432 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 19 17:14:08.432 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.432 INFO kablam! | Sep 19 17:14:08.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.433 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.433 INFO kablam! Sep 19 17:14:08.433 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.433 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 19 17:14:08.433 INFO kablam! | Sep 19 17:14:08.433 INFO kablam! 126 | let mut doc_iter = self.stack Sep 19 17:14:08.433 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.433 INFO kablam! | Sep 19 17:14:08.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.433 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.433 INFO kablam! Sep 19 17:14:08.433 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.433 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 19 17:14:08.433 INFO kablam! | Sep 19 17:14:08.433 INFO kablam! 163 | self.stack.push(doc, heap); Sep 19 17:14:08.433 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.433 INFO kablam! | Sep 19 17:14:08.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.434 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.434 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.434 INFO kablam! Sep 19 17:14:08.434 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.434 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 19 17:14:08.434 INFO kablam! | Sep 19 17:14:08.434 INFO kablam! 167 | self.stack.push(position, heap); Sep 19 17:14:08.434 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.434 INFO kablam! | Sep 19 17:14:08.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.434 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.434 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.434 INFO kablam! Sep 19 17:14:08.435 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.435 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 19 17:14:08.435 INFO kablam! | Sep 19 17:14:08.435 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 19 17:14:08.435 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.439 INFO kablam! | Sep 19 17:14:08.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.439 INFO kablam! Sep 19 17:14:08.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:08.439 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 19 17:14:08.439 INFO kablam! | Sep 19 17:14:08.439 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 19 17:14:08.439 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:08.439 INFO kablam! | Sep 19 17:14:08.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:08.439 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:08.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:08.439 INFO kablam! Sep 19 17:14:08.459 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 17:14:08.459 INFO kablam! --> src/lib.rs:7:12 Sep 19 17:14:08.459 INFO kablam! | Sep 19 17:14:08.459 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 19 17:14:08.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:08.459 INFO kablam! | Sep 19 17:14:08.459 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 17:14:08.459 INFO kablam! Sep 19 17:14:09.620 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 17:14:09.620 INFO kablam! --> src/analyzer/mod.rs:4:5 Sep 19 17:14:09.620 INFO kablam! | Sep 19 17:14:09.620 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 17:14:09.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:09.620 INFO kablam! Sep 19 17:14:11.407 INFO kablam! warning: variable does not need to be mutable Sep 19 17:14:11.407 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Sep 19 17:14:11.407 INFO kablam! | Sep 19 17:14:11.407 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Sep 19 17:14:11.407 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 19 17:14:11.407 INFO kablam! | | Sep 19 17:14:11.407 INFO kablam! | help: remove this `mut` Sep 19 17:14:11.407 INFO kablam! | Sep 19 17:14:11.407 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 17:14:11.407 INFO kablam! Sep 19 17:14:12.984 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.984 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Sep 19 17:14:12.984 INFO kablam! | Sep 19 17:14:12.984 INFO kablam! 96 | self.key_value_addr.is_null() Sep 19 17:14:12.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:12.984 INFO kablam! | Sep 19 17:14:12.985 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 17:14:12.985 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.985 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.985 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.985 INFO kablam! Sep 19 17:14:12.985 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.985 INFO kablam! --> src/postings/recorder.rs:60:9 Sep 19 17:14:12.985 INFO kablam! | Sep 19 17:14:12.985 INFO kablam! 60 | self.stack.push(doc, heap); Sep 19 17:14:12.985 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.985 INFO kablam! | Sep 19 17:14:12.985 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.985 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.985 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.985 INFO kablam! Sep 19 17:14:12.986 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.986 INFO kablam! --> src/postings/recorder.rs:72:20 Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Sep 19 17:14:12.986 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.986 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.986 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.986 INFO kablam! Sep 19 17:14:12.986 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.986 INFO kablam! --> src/postings/recorder.rs:105:9 Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! 105 | self.stack.push(doc, heap); Sep 19 17:14:12.986 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.986 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.986 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.986 INFO kablam! Sep 19 17:14:12.986 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.986 INFO kablam! --> src/postings/recorder.rs:114:9 Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Sep 19 17:14:12.986 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.986 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.986 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.986 INFO kablam! Sep 19 17:14:12.986 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.986 INFO kablam! --> src/postings/recorder.rs:126:28 Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! 126 | let mut doc_iter = self.stack Sep 19 17:14:12.986 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.986 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.986 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.986 INFO kablam! Sep 19 17:14:12.986 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.986 INFO kablam! --> src/postings/recorder.rs:163:9 Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! 163 | self.stack.push(doc, heap); Sep 19 17:14:12.986 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.986 INFO kablam! | Sep 19 17:14:12.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.986 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.987 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.995 INFO kablam! Sep 19 17:14:12.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.995 INFO kablam! --> src/postings/recorder.rs:167:9 Sep 19 17:14:12.995 INFO kablam! | Sep 19 17:14:12.995 INFO kablam! 167 | self.stack.push(position, heap); Sep 19 17:14:12.995 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.995 INFO kablam! | Sep 19 17:14:12.995 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.995 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.995 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.995 INFO kablam! Sep 19 17:14:12.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.995 INFO kablam! --> src/postings/recorder.rs:171:9 Sep 19 17:14:12.995 INFO kablam! | Sep 19 17:14:12.995 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Sep 19 17:14:12.995 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.995 INFO kablam! | Sep 19 17:14:12.995 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.995 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.995 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.995 INFO kablam! Sep 19 17:14:12.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 17:14:12.995 INFO kablam! --> src/postings/recorder.rs:180:34 Sep 19 17:14:12.995 INFO kablam! | Sep 19 17:14:12.995 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Sep 19 17:14:12.995 INFO kablam! | ^^^^^^^^^^ Sep 19 17:14:12.995 INFO kablam! | Sep 19 17:14:12.995 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 17:14:12.995 INFO kablam! = note: for more information, see issue #46043 Sep 19 17:14:12.995 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 17:14:12.995 INFO kablam! Sep 19 17:14:13.043 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 17:14:13.043 INFO kablam! --> src/lib.rs:7:12 Sep 19 17:14:13.043 INFO kablam! | Sep 19 17:14:13.043 INFO kablam! 7 | #![feature(conservative_impl_trait)] Sep 19 17:14:13.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:14:13.043 INFO kablam! | Sep 19 17:14:13.043 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 17:14:13.043 INFO kablam! Sep 19 17:14:13.046 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 17:14:13.046 INFO kablam! --> src/lib.rs:11:27 Sep 19 17:14:13.046 INFO kablam! | Sep 19 17:14:13.046 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Sep 19 17:14:13.047 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 17:14:13.047 INFO kablam! Sep 19 17:14:13.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Sep 19 17:14:13.579 INFO kablam! su: No module specific data is present Sep 19 17:14:15.295 INFO running `"docker" "rm" "-f" "26ccb1f803189c5e4df921d359ea811ecf541cccb7ea37b12b9f54d76e613e0a"` Sep 19 17:14:15.663 INFO blam! 26ccb1f803189c5e4df921d359ea811ecf541cccb7ea37b12b9f54d76e613e0a