Aug 31 11:39:54.736 INFO checking tantivy-0.4.4 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 11:39:54.736 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 11:39:54.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 11:39:54.948 INFO blam! 67331c89f040464011f36128661568cf23e15497faffbe971f32f36ce7f97a85 Aug 31 11:39:54.950 INFO running `"docker" "start" "-a" "67331c89f040464011f36128661568cf23e15497faffbe971f32f36ce7f97a85"` Aug 31 11:39:55.636 INFO kablam! Checking version v2.0.1 Aug 31 11:39:55.637 INFO kablam! Compiling tantivy v0.4.4 (file:///source) Aug 31 11:39:55.639 INFO kablam! Checking combine v2.5.2 Aug 31 11:39:55.643 INFO kablam! Checking atomicwrites v0.1.5 Aug 31 11:39:55.643 INFO kablam! Checking uuid v0.5.1 Aug 31 11:39:55.647 INFO kablam! Checking error-chain v0.8.1 Aug 31 11:39:55.647 INFO kablam! Checking fst v0.1.38 Aug 31 11:39:56.039 INFO kablam! warning: use of deprecated item 'build::gcc::Config': gcc::Config has been renamed to gcc::Build Aug 31 11:39:56.039 INFO kablam! --> build.rs:6:26 Aug 31 11:39:56.039 INFO kablam! | Aug 31 11:39:56.039 INFO kablam! 6 | let mut config = gcc::Config::new(); Aug 31 11:39:56.039 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 11:39:56.040 INFO kablam! | Aug 31 11:39:56.040 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 11:39:56.040 INFO kablam! Aug 31 11:40:18.062 INFO kablam! warning: unused import: `std::str` Aug 31 11:40:18.062 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 31 11:40:18.062 INFO kablam! | Aug 31 11:40:18.062 INFO kablam! 14 | use std::str; Aug 31 11:40:18.062 INFO kablam! | ^^^^^^^^ Aug 31 11:40:18.062 INFO kablam! | Aug 31 11:40:18.062 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 11:40:18.062 INFO kablam! Aug 31 11:40:18.254 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 31 11:40:18.254 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 31 11:40:18.254 INFO kablam! | Aug 31 11:40:18.254 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 31 11:40:18.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:18.254 INFO kablam! | Aug 31 11:40:18.254 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 11:40:18.254 INFO kablam! Aug 31 11:40:18.906 INFO kablam! warning: unused import: `std::str` Aug 31 11:40:18.906 INFO kablam! --> src/core/segment_reader.rs:14:5 Aug 31 11:40:18.906 INFO kablam! | Aug 31 11:40:18.906 INFO kablam! 14 | use std::str; Aug 31 11:40:18.907 INFO kablam! | ^^^^^^^^ Aug 31 11:40:18.907 INFO kablam! | Aug 31 11:40:18.907 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 11:40:18.907 INFO kablam! Aug 31 11:40:18.940 INFO kablam! warning: unnecessary parentheses around method argument Aug 31 11:40:18.940 INFO kablam! --> src/termdict/mod.rs:396:36 Aug 31 11:40:18.940 INFO kablam! | Aug 31 11:40:18.940 INFO kablam! 396 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 31 11:40:18.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 31 11:40:18.940 INFO kablam! | Aug 31 11:40:18.940 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 31 11:40:18.940 INFO kablam! Aug 31 11:40:18.940 INFO kablam! warning: unnecessary parentheses around method argument Aug 31 11:40:18.940 INFO kablam! --> src/termdict/mod.rs:412:36 Aug 31 11:40:18.940 INFO kablam! | Aug 31 11:40:18.940 INFO kablam! 412 | for i in (0..20).chain((BLOCK_SIZE - 10..BLOCK_SIZE + 10)) { Aug 31 11:40:18.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Aug 31 11:40:18.941 INFO kablam! Aug 31 11:40:18.968 INFO kablam! warning: unnecessary parentheses around function argument Aug 31 11:40:18.968 INFO kablam! --> src/fastfield/mod.rs:325:40 Aug 31 11:40:18.968 INFO kablam! | Aug 31 11:40:18.968 INFO kablam! 325 | for i in Iterator::step_by((0u32..n), 7) { Aug 31 11:40:18.968 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 31 11:40:18.968 INFO kablam! Aug 31 11:40:18.968 INFO kablam! warning: unnecessary parentheses around function argument Aug 31 11:40:18.968 INFO kablam! --> src/fastfield/mod.rs:368:44 Aug 31 11:40:18.968 INFO kablam! | Aug 31 11:40:18.968 INFO kablam! 368 | for i in Iterator::step_by((0u32..n), 7) { Aug 31 11:40:18.969 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Aug 31 11:40:18.969 INFO kablam! Aug 31 11:40:19.192 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Aug 31 11:40:19.192 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 31 11:40:19.192 INFO kablam! | Aug 31 11:40:19.192 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 31 11:40:19.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:19.192 INFO kablam! | Aug 31 11:40:19.192 INFO kablam! = note: #[warn(deprecated)] on by default Aug 31 11:40:19.192 INFO kablam! Aug 31 11:40:21.507 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 31 11:40:21.507 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 31 11:40:21.507 INFO kablam! | Aug 31 11:40:21.507 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 31 11:40:21.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:21.507 INFO kablam! Aug 31 11:40:22.707 INFO kablam! warning: variable does not need to be mutable Aug 31 11:40:22.707 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 31 11:40:22.707 INFO kablam! | Aug 31 11:40:22.707 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 31 11:40:22.707 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 31 11:40:22.707 INFO kablam! | | Aug 31 11:40:22.707 INFO kablam! | help: remove this `mut` Aug 31 11:40:22.707 INFO kablam! | Aug 31 11:40:22.708 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 31 11:40:22.708 INFO kablam! Aug 31 11:40:23.985 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.985 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 31 11:40:23.985 INFO kablam! | Aug 31 11:40:23.985 INFO kablam! 96 | self.key_value_addr.is_null() Aug 31 11:40:23.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:23.985 INFO kablam! | Aug 31 11:40:23.985 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 31 11:40:23.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! Aug 31 11:40:23.985 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.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 Aug 31 11:40:23.985 INFO kablam! Aug 31 11:40:23.987 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.987 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 31 11:40:23.987 INFO kablam! | Aug 31 11:40:23.987 INFO kablam! 60 | self.stack.push(doc, heap); Aug 31 11:40:23.987 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.987 INFO kablam! | Aug 31 11:40:23.987 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 31 11:40:23.987 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.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 Aug 31 11:40:23.987 INFO kablam! Aug 31 11:40:23.987 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.988 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 31 11:40:23.988 INFO kablam! | Aug 31 11:40:23.988 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 31 11:40:23.988 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.988 INFO kablam! | Aug 31 11:40:23.988 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 31 11:40:23.988 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.988 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 31 11:40:23.988 INFO kablam! Aug 31 11:40:23.988 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.988 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 31 11:40:23.988 INFO kablam! | Aug 31 11:40:23.988 INFO kablam! 105 | self.stack.push(doc, heap); Aug 31 11:40:23.988 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.988 INFO kablam! | Aug 31 11:40:23.988 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 31 11:40:23.988 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.988 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 31 11:40:23.988 INFO kablam! Aug 31 11:40:23.988 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.988 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 31 11:40:23.988 INFO kablam! | Aug 31 11:40:23.989 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 31 11:40:23.989 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.989 INFO kablam! | Aug 31 11:40:23.989 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 31 11:40:23.989 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.989 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 31 11:40:23.989 INFO kablam! Aug 31 11:40:23.989 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.989 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 31 11:40:23.989 INFO kablam! | Aug 31 11:40:23.989 INFO kablam! 126 | let mut doc_iter = self.stack Aug 31 11:40:23.989 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.989 INFO kablam! | Aug 31 11:40:23.989 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 31 11:40:23.989 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.989 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 31 11:40:23.989 INFO kablam! Aug 31 11:40:23.989 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.989 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 31 11:40:23.989 INFO kablam! | Aug 31 11:40:23.989 INFO kablam! 163 | self.stack.push(doc, heap); Aug 31 11:40:23.990 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.990 INFO kablam! | Aug 31 11:40:23.990 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 31 11:40:23.990 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.990 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 31 11:40:23.990 INFO kablam! Aug 31 11:40:23.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.990 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 31 11:40:23.990 INFO kablam! | Aug 31 11:40:23.990 INFO kablam! 167 | self.stack.push(position, heap); Aug 31 11:40:23.990 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.990 INFO kablam! | Aug 31 11:40:23.990 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 31 11:40:23.990 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.990 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 31 11:40:23.990 INFO kablam! Aug 31 11:40:23.990 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.990 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 31 11:40:23.990 INFO kablam! | Aug 31 11:40:23.990 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 31 11:40:23.990 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.990 INFO kablam! | Aug 31 11:40:23.991 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 31 11:40:23.991 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.991 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 31 11:40:23.991 INFO kablam! Aug 31 11:40:23.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:23.991 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 31 11:40:23.991 INFO kablam! | Aug 31 11:40:23.991 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 31 11:40:23.991 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:23.991 INFO kablam! | Aug 31 11:40:23.991 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 31 11:40:23.991 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:23.991 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 31 11:40:23.991 INFO kablam! Aug 31 11:40:24.000 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Aug 31 11:40:24.000 INFO kablam! --> src/lib.rs:7:12 Aug 31 11:40:24.000 INFO kablam! | Aug 31 11:40:24.000 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 31 11:40:24.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:24.000 INFO kablam! | Aug 31 11:40:24.000 INFO kablam! = note: #[warn(stable_features)] on by default Aug 31 11:40:24.001 INFO kablam! Aug 31 11:40:24.874 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Aug 31 11:40:24.874 INFO kablam! --> src/analyzer/mod.rs:4:5 Aug 31 11:40:24.874 INFO kablam! | Aug 31 11:40:24.875 INFO kablam! 4 | use std::ascii::AsciiExt; Aug 31 11:40:24.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:24.875 INFO kablam! Aug 31 11:40:26.570 INFO kablam! warning: variable does not need to be mutable Aug 31 11:40:26.570 INFO kablam! --> src/indexer/segment_manager.rs:197:13 Aug 31 11:40:26.570 INFO kablam! | Aug 31 11:40:26.570 INFO kablam! 197 | let mut target_register: &mut SegmentRegister = { Aug 31 11:40:26.570 INFO kablam! | ----^^^^^^^^^^^^^^^ Aug 31 11:40:26.570 INFO kablam! | | Aug 31 11:40:26.570 INFO kablam! | help: remove this `mut` Aug 31 11:40:26.570 INFO kablam! | Aug 31 11:40:26.570 INFO kablam! = note: #[warn(unused_mut)] on by default Aug 31 11:40:26.570 INFO kablam! Aug 31 11:40:28.753 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.753 INFO kablam! --> src/datastruct/stacker/hashmap.rs:96:9 Aug 31 11:40:28.753 INFO kablam! | Aug 31 11:40:28.753 INFO kablam! 96 | self.key_value_addr.is_null() Aug 31 11:40:28.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:28.753 INFO kablam! | Aug 31 11:40:28.753 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 31 11:40:28.753 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 31 11:40:28.753 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.753 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 31 11:40:28.753 INFO kablam! Aug 31 11:40:28.753 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.753 INFO kablam! --> src/postings/recorder.rs:60:9 Aug 31 11:40:28.753 INFO kablam! | Aug 31 11:40:28.753 INFO kablam! 60 | self.stack.push(doc, heap); Aug 31 11:40:28.753 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.753 INFO kablam! | Aug 31 11:40:28.753 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 31 11:40:28.753 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.753 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 31 11:40:28.754 INFO kablam! Aug 31 11:40:28.754 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.754 INFO kablam! --> src/postings/recorder.rs:72:20 Aug 31 11:40:28.754 INFO kablam! | Aug 31 11:40:28.754 INFO kablam! 72 | for doc in self.stack.iter(self_addr, heap) { Aug 31 11:40:28.754 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.754 INFO kablam! | Aug 31 11:40:28.754 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 31 11:40:28.754 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.754 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 31 11:40:28.754 INFO kablam! Aug 31 11:40:28.754 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.754 INFO kablam! --> src/postings/recorder.rs:105:9 Aug 31 11:40:28.754 INFO kablam! | Aug 31 11:40:28.754 INFO kablam! 105 | self.stack.push(doc, heap); Aug 31 11:40:28.754 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.754 INFO kablam! | Aug 31 11:40:28.754 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 31 11:40:28.754 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.754 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 31 11:40:28.754 INFO kablam! Aug 31 11:40:28.755 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.755 INFO kablam! --> src/postings/recorder.rs:114:9 Aug 31 11:40:28.755 INFO kablam! | Aug 31 11:40:28.755 INFO kablam! 114 | self.stack.push(self.current_tf, heap); Aug 31 11:40:28.755 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.755 INFO kablam! | Aug 31 11:40:28.755 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 31 11:40:28.755 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.755 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 31 11:40:28.755 INFO kablam! Aug 31 11:40:28.755 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.755 INFO kablam! --> src/postings/recorder.rs:126:28 Aug 31 11:40:28.755 INFO kablam! | Aug 31 11:40:28.755 INFO kablam! 126 | let mut doc_iter = self.stack Aug 31 11:40:28.755 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.755 INFO kablam! | Aug 31 11:40:28.755 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 31 11:40:28.756 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.756 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 31 11:40:28.756 INFO kablam! Aug 31 11:40:28.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.756 INFO kablam! --> src/postings/recorder.rs:163:9 Aug 31 11:40:28.756 INFO kablam! | Aug 31 11:40:28.756 INFO kablam! 163 | self.stack.push(doc, heap); Aug 31 11:40:28.756 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.756 INFO kablam! | Aug 31 11:40:28.756 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 31 11:40:28.756 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.756 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 31 11:40:28.756 INFO kablam! Aug 31 11:40:28.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.756 INFO kablam! --> src/postings/recorder.rs:167:9 Aug 31 11:40:28.756 INFO kablam! | Aug 31 11:40:28.757 INFO kablam! 167 | self.stack.push(position, heap); Aug 31 11:40:28.757 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.757 INFO kablam! | Aug 31 11:40:28.757 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 31 11:40:28.757 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.757 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 31 11:40:28.757 INFO kablam! Aug 31 11:40:28.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.757 INFO kablam! --> src/postings/recorder.rs:171:9 Aug 31 11:40:28.757 INFO kablam! | Aug 31 11:40:28.757 INFO kablam! 171 | self.stack.push(POSITION_END, heap); Aug 31 11:40:28.757 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.757 INFO kablam! | Aug 31 11:40:28.757 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 31 11:40:28.757 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.757 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 31 11:40:28.757 INFO kablam! Aug 31 11:40:28.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 31 11:40:28.758 INFO kablam! --> src/postings/recorder.rs:180:34 Aug 31 11:40:28.758 INFO kablam! | Aug 31 11:40:28.758 INFO kablam! 180 | let mut positions_iter = self.stack.iter(self_addr, heap); Aug 31 11:40:28.758 INFO kablam! | ^^^^^^^^^^ Aug 31 11:40:28.758 INFO kablam! | Aug 31 11:40:28.758 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 31 11:40:28.758 INFO kablam! = note: for more information, see issue #46043 Aug 31 11:40:28.758 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 31 11:40:28.758 INFO kablam! Aug 31 11:40:28.787 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Aug 31 11:40:28.787 INFO kablam! --> src/lib.rs:7:12 Aug 31 11:40:28.787 INFO kablam! | Aug 31 11:40:28.787 INFO kablam! 7 | #![feature(conservative_impl_trait)] Aug 31 11:40:28.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 11:40:28.787 INFO kablam! | Aug 31 11:40:28.787 INFO kablam! = note: #[warn(stable_features)] on by default Aug 31 11:40:28.787 INFO kablam! Aug 31 11:40:28.798 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 31 11:40:28.798 INFO kablam! --> src/lib.rs:11:27 Aug 31 11:40:28.798 INFO kablam! | Aug 31 11:40:28.798 INFO kablam! 11 | #![cfg_attr(test, feature(iterator_step_by))] Aug 31 11:40:28.798 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 11:40:28.798 INFO kablam! Aug 31 11:40:29.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.69s Aug 31 11:40:29.200 INFO kablam! su: No module specific data is present Aug 31 11:40:29.621 INFO running `"docker" "rm" "-f" "67331c89f040464011f36128661568cf23e15497faffbe971f32f36ce7f97a85"` Aug 31 11:40:29.738 INFO blam! 67331c89f040464011f36128661568cf23e15497faffbe971f32f36ce7f97a85