Sep 19 21:09:26.174 INFO checking rust-extra-0.0.17 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:09:26.174 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:09:26.175 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:09:26.334 INFO blam! d30372c292562c9bdaf41b2cbdc6e3152898e3eaa9d7895b0b42208af736376e Sep 19 21:09:26.335 INFO running `"docker" "start" "-a" "d30372c292562c9bdaf41b2cbdc6e3152898e3eaa9d7895b0b42208af736376e"` Sep 19 21:09:27.124 INFO kablam! usermod: no changes Sep 19 21:09:27.162 INFO kablam! Checking rust-extra v0.0.17 (/source) Sep 19 21:09:28.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.203 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 19 21:09:28.203 INFO kablam! | Sep 19 21:09:28.203 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.203 INFO kablam! | ^^^^^^ Sep 19 21:09:28.203 INFO kablam! | Sep 19 21:09:28.203 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 21:09:28.203 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 21:09:28.203 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.203 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 21:09:28.203 INFO kablam! Sep 19 21:09:28.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.203 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 19 21:09:28.203 INFO kablam! | Sep 19 21:09:28.203 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.203 INFO kablam! | ^^^^^^ Sep 19 21:09:28.203 INFO kablam! | Sep 19 21:09:28.203 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 21:09:28.203 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.203 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 21:09:28.203 INFO kablam! Sep 19 21:09:28.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.203 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 19 21:09:28.203 INFO kablam! | Sep 19 21:09:28.203 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.203 INFO kablam! | ^^^^^^ Sep 19 21:09:28.203 INFO kablam! | Sep 19 21:09:28.203 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 21:09:28.203 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.204 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 21:09:28.204 INFO kablam! Sep 19 21:09:28.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.204 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.204 INFO kablam! | ^^^^^^ Sep 19 21:09:28.204 INFO kablam! | Sep 19 21:09:28.204 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.205 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.205 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.205 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.205 INFO kablam! | ^^^^^^ Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.205 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.205 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.205 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.205 INFO kablam! | ^^^^^^ Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.205 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.205 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.205 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.205 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.205 INFO kablam! | ^^^^^^ Sep 19 21:09:28.205 INFO kablam! | Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.205 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 21:09:28.205 INFO kablam! Sep 19 21:09:28.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.206 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 19 21:09:28.206 INFO kablam! | Sep 19 21:09:28.206 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.206 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.206 INFO kablam! | Sep 19 21:09:28.206 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 21:09:28.206 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.206 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 21:09:28.206 INFO kablam! Sep 19 21:09:28.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.206 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 19 21:09:28.206 INFO kablam! | Sep 19 21:09:28.206 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.206 INFO kablam! | ^^^^^^ Sep 19 21:09:28.206 INFO kablam! | Sep 19 21:09:28.206 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 21:09:28.206 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.206 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 21:09:28.206 INFO kablam! Sep 19 21:09:28.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.206 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 19 21:09:28.206 INFO kablam! | Sep 19 21:09:28.206 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.206 INFO kablam! | ^^^^^^ Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! Sep 19 21:09:28.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.207 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.207 INFO kablam! | ^^^^^^ Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! Sep 19 21:09:28.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.207 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.207 INFO kablam! | ^^^^^^ Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! Sep 19 21:09:28.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.207 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.207 INFO kablam! | ^^^^^^ Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! Sep 19 21:09:28.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.207 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.207 INFO kablam! | ^^^^^^ Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! Sep 19 21:09:28.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.207 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.207 INFO kablam! | ^^^^^^ Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.207 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 21:09:28.207 INFO kablam! Sep 19 21:09:28.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.207 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 19 21:09:28.207 INFO kablam! | Sep 19 21:09:28.208 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.208 INFO kablam! | ^^^^^^ Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! Sep 19 21:09:28.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.208 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.208 INFO kablam! | ^^^^^^ Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! Sep 19 21:09:28.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.208 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.208 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! Sep 19 21:09:28.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.208 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.208 INFO kablam! | ^^^^^^ Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! Sep 19 21:09:28.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.208 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.208 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! Sep 19 21:09:28.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.208 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.208 INFO kablam! | ^^^^^^ Sep 19 21:09:28.208 INFO kablam! | Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.208 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 21:09:28.208 INFO kablam! Sep 19 21:09:28.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.209 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.209 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! Sep 19 21:09:28.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.209 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.209 INFO kablam! | ^^^^^^ Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! Sep 19 21:09:28.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.209 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.209 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! Sep 19 21:09:28.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.209 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.209 INFO kablam! | ^^^^^^ Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! Sep 19 21:09:28.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.209 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.209 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.209 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 21:09:28.209 INFO kablam! Sep 19 21:09:28.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.209 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.209 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.209 INFO kablam! | ^^^^^^ Sep 19 21:09:28.209 INFO kablam! | Sep 19 21:09:28.210 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 21:09:28.210 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.210 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 21:09:28.210 INFO kablam! Sep 19 21:09:28.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.210 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 19 21:09:28.210 INFO kablam! | Sep 19 21:09:28.210 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.210 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.210 INFO kablam! | Sep 19 21:09:28.210 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 21:09:28.210 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.210 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 21:09:28.210 INFO kablam! Sep 19 21:09:28.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.210 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 19 21:09:28.210 INFO kablam! | Sep 19 21:09:28.210 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.210 INFO kablam! | ^^^^^^ Sep 19 21:09:28.210 INFO kablam! | Sep 19 21:09:28.210 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 21:09:28.210 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.210 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 21:09:28.210 INFO kablam! Sep 19 21:09:28.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.211 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.211 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! Sep 19 21:09:28.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.211 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.211 INFO kablam! | ^^^^^^ Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! Sep 19 21:09:28.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.211 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.211 INFO kablam! | ^^^^^^ Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! Sep 19 21:09:28.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.211 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.211 INFO kablam! | ^^^^^^ Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.211 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 21:09:28.211 INFO kablam! Sep 19 21:09:28.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.211 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.211 INFO kablam! | ^^^^^^ Sep 19 21:09:28.211 INFO kablam! | Sep 19 21:09:28.211 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 21:09:28.212 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! Sep 19 21:09:28.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.212 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.212 INFO kablam! | ^^^^^^ Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! Sep 19 21:09:28.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.212 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.212 INFO kablam! | ^^^^^^ Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! Sep 19 21:09:28.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.212 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.212 INFO kablam! | ^^^^^^ Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! Sep 19 21:09:28.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.212 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.212 INFO kablam! | ^^^^^^ Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! Sep 19 21:09:28.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.212 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.212 INFO kablam! | ^^^^^^ Sep 19 21:09:28.212 INFO kablam! | Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.212 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 21:09:28.212 INFO kablam! Sep 19 21:09:28.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.213 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.213 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! Sep 19 21:09:28.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.213 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.213 INFO kablam! | ^^^^^^ Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! Sep 19 21:09:28.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.213 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.213 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! Sep 19 21:09:28.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.213 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.213 INFO kablam! | ^^^^^^ Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! Sep 19 21:09:28.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.213 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.213 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.213 INFO kablam! | Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.213 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 21:09:28.213 INFO kablam! Sep 19 21:09:28.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.214 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.214 INFO kablam! | ^^^^^^ Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! Sep 19 21:09:28.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.214 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.214 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! Sep 19 21:09:28.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.214 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.214 INFO kablam! | ^^^^^^ Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! Sep 19 21:09:28.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.214 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.214 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.214 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 21:09:28.214 INFO kablam! Sep 19 21:09:28.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.214 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.214 INFO kablam! | ^^^^^^ Sep 19 21:09:28.214 INFO kablam! | Sep 19 21:09:28.214 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 21:09:28.215 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.215 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 21:09:28.215 INFO kablam! Sep 19 21:09:28.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.215 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 19 21:09:28.215 INFO kablam! | Sep 19 21:09:28.215 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.215 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.215 INFO kablam! | Sep 19 21:09:28.215 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 21:09:28.215 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.215 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 21:09:28.215 INFO kablam! Sep 19 21:09:28.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.215 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 19 21:09:28.215 INFO kablam! | Sep 19 21:09:28.215 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.215 INFO kablam! | ^^^^^^ Sep 19 21:09:28.215 INFO kablam! | Sep 19 21:09:28.215 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 21:09:28.215 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.215 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 21:09:28.215 INFO kablam! Sep 19 21:09:28.215 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.215 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 19 21:09:28.215 INFO kablam! | Sep 19 21:09:28.215 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.215 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.215 INFO kablam! | Sep 19 21:09:28.215 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 21:09:28.215 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.215 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 21:09:28.216 INFO kablam! Sep 19 21:09:28.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.216 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.216 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.216 INFO kablam! | ^^^^^^ Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.216 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 21:09:28.216 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.216 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 21:09:28.216 INFO kablam! Sep 19 21:09:28.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.216 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.216 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.216 INFO kablam! | ^^^^^^ Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.216 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 21:09:28.216 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.216 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 21:09:28.216 INFO kablam! Sep 19 21:09:28.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.216 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.216 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.216 INFO kablam! | ^^^^^^ Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.216 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 21:09:28.216 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.216 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 21:09:28.216 INFO kablam! Sep 19 21:09:28.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.216 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 19 21:09:28.216 INFO kablam! | Sep 19 21:09:28.217 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.217 INFO kablam! | ^^^^^^ Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! Sep 19 21:09:28.217 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.217 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.217 INFO kablam! | ^^^^^^ Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! Sep 19 21:09:28.217 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.217 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.217 INFO kablam! | ^^^^^^ Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! Sep 19 21:09:28.217 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.217 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.217 INFO kablam! | ^^^^^^ Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! Sep 19 21:09:28.217 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.217 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.217 INFO kablam! | ^^^^^^ Sep 19 21:09:28.217 INFO kablam! | Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.217 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 21:09:28.217 INFO kablam! Sep 19 21:09:28.217 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.218 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.218 INFO kablam! | ^^^^^^ Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! Sep 19 21:09:28.218 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.218 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.218 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! Sep 19 21:09:28.218 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.218 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.218 INFO kablam! | ^^^^^^ Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! Sep 19 21:09:28.218 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.218 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.218 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! Sep 19 21:09:28.218 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.218 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.218 INFO kablam! | ^^^^^^ Sep 19 21:09:28.218 INFO kablam! | Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.218 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 21:09:28.218 INFO kablam! Sep 19 21:09:28.218 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.219 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.219 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! Sep 19 21:09:28.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.219 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.219 INFO kablam! | ^^^^^^ Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! Sep 19 21:09:28.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.219 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.219 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! Sep 19 21:09:28.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.219 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.219 INFO kablam! | ^^^^^^ Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! Sep 19 21:09:28.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.219 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.219 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.219 INFO kablam! | Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.219 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 21:09:28.219 INFO kablam! Sep 19 21:09:28.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.220 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.220 INFO kablam! | ^^^^^^ Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! Sep 19 21:09:28.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.220 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.220 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! Sep 19 21:09:28.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.220 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.220 INFO kablam! | ^^^^^^ Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! Sep 19 21:09:28.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.220 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.220 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! Sep 19 21:09:28.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.220 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.220 INFO kablam! | ^^^^^^ Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.220 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 21:09:28.220 INFO kablam! Sep 19 21:09:28.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.220 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 21:09:28.220 INFO kablam! | Sep 19 21:09:28.220 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.221 INFO kablam! | ^^^^^^ Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! Sep 19 21:09:28.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.221 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.221 INFO kablam! | ^^^^^^ Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! Sep 19 21:09:28.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.221 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.221 INFO kablam! | ^^^^^^ Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! Sep 19 21:09:28.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.221 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.221 INFO kablam! | ^^^^^^ Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.221 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 21:09:28.221 INFO kablam! Sep 19 21:09:28.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.221 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 19 21:09:28.221 INFO kablam! | Sep 19 21:09:28.221 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.221 INFO kablam! | ^^^^^^ Sep 19 21:09:28.222 INFO kablam! | Sep 19 21:09:28.222 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 21:09:28.222 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.222 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 21:09:28.222 INFO kablam! Sep 19 21:09:28.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.222 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 19 21:09:28.222 INFO kablam! | Sep 19 21:09:28.222 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.222 INFO kablam! | ^^^^^^ Sep 19 21:09:28.222 INFO kablam! | Sep 19 21:09:28.222 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 21:09:28.222 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.222 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 21:09:28.222 INFO kablam! Sep 19 21:09:28.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.222 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 19 21:09:28.222 INFO kablam! | Sep 19 21:09:28.222 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.222 INFO kablam! | ^^^^^^ Sep 19 21:09:28.222 INFO kablam! | Sep 19 21:09:28.222 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 21:09:28.222 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.222 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 21:09:28.223 INFO kablam! Sep 19 21:09:28.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.223 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.223 INFO kablam! | ^^^^^^ Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! Sep 19 21:09:28.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.223 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.223 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! Sep 19 21:09:28.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.223 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.223 INFO kablam! | ^^^^^^ Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! Sep 19 21:09:28.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.223 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.223 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! Sep 19 21:09:28.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.223 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.223 INFO kablam! | ^^^^^^ Sep 19 21:09:28.223 INFO kablam! | Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.223 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 21:09:28.223 INFO kablam! Sep 19 21:09:28.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.223 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.224 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! Sep 19 21:09:28.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.224 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.224 INFO kablam! | ^^^^^^ Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! Sep 19 21:09:28.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.224 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.224 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! Sep 19 21:09:28.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.224 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.224 INFO kablam! | ^^^^^^ Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! Sep 19 21:09:28.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.224 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.224 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.224 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 21:09:28.224 INFO kablam! Sep 19 21:09:28.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.224 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 19 21:09:28.224 INFO kablam! | Sep 19 21:09:28.224 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.224 INFO kablam! | ^^^^^^ Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! Sep 19 21:09:28.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.225 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.225 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! Sep 19 21:09:28.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.225 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.225 INFO kablam! | ^^^^^^ Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! Sep 19 21:09:28.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.225 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.225 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! Sep 19 21:09:28.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.225 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.225 INFO kablam! | ^^^^^^ Sep 19 21:09:28.225 INFO kablam! | Sep 19 21:09:28.225 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 21:09:28.225 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.225 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 21:09:28.226 INFO kablam! Sep 19 21:09:28.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.226 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.226 INFO kablam! | ^^^^^^ Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! Sep 19 21:09:28.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.226 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.226 INFO kablam! | ^^^^^^ Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! Sep 19 21:09:28.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.226 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.226 INFO kablam! | ^^^^^^ Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! Sep 19 21:09:28.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.226 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.226 INFO kablam! | ^^^^^^ Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! Sep 19 21:09:28.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.226 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.226 INFO kablam! | ^^^^^^ Sep 19 21:09:28.226 INFO kablam! | Sep 19 21:09:28.226 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 21:09:28.226 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! Sep 19 21:09:28.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.227 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.227 INFO kablam! | ^^^^^^ Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! Sep 19 21:09:28.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.227 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.227 INFO kablam! | ^^^^^^ Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! Sep 19 21:09:28.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.227 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.227 INFO kablam! | ^^^^^^ Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! Sep 19 21:09:28.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.227 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.227 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.227 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 21:09:28.227 INFO kablam! Sep 19 21:09:28.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.227 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.227 INFO kablam! | ^^^^^^ Sep 19 21:09:28.227 INFO kablam! | Sep 19 21:09:28.227 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 21:09:28.228 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! Sep 19 21:09:28.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.228 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.228 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! Sep 19 21:09:28.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.228 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.228 INFO kablam! | ^^^^^^ Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! Sep 19 21:09:28.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.228 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.228 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! Sep 19 21:09:28.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.228 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.228 INFO kablam! | ^^^^^^ Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.228 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 21:09:28.228 INFO kablam! Sep 19 21:09:28.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.228 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.228 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.228 INFO kablam! | Sep 19 21:09:28.228 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 21:09:28.229 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.229 INFO kablam! Sep 19 21:09:28.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.229 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.229 INFO kablam! | ^^^^^^ Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.229 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.229 INFO kablam! Sep 19 21:09:28.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.229 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.229 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.229 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.229 INFO kablam! Sep 19 21:09:28.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.229 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.229 INFO kablam! | ^^^^^^ Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.229 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.229 INFO kablam! Sep 19 21:09:28.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.229 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.229 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.229 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.229 INFO kablam! Sep 19 21:09:28.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.229 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.229 INFO kablam! | ^^^^^^ Sep 19 21:09:28.229 INFO kablam! | Sep 19 21:09:28.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.229 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.229 INFO kablam! Sep 19 21:09:28.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.230 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.230 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.230 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.230 INFO kablam! Sep 19 21:09:28.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.230 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.230 INFO kablam! | ^^^^^^ Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.230 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.230 INFO kablam! Sep 19 21:09:28.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.230 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.230 INFO kablam! | ^^^^^^ Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.230 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.230 INFO kablam! Sep 19 21:09:28.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.230 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.230 INFO kablam! | ^^^^^^ Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.230 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.230 INFO kablam! Sep 19 21:09:28.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.230 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.230 INFO kablam! | ^^^^^^ Sep 19 21:09:28.230 INFO kablam! | Sep 19 21:09:28.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.230 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.231 INFO kablam! Sep 19 21:09:28.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.231 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 19 21:09:28.231 INFO kablam! | Sep 19 21:09:28.231 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.231 INFO kablam! | ^^^^^^ Sep 19 21:09:28.231 INFO kablam! | Sep 19 21:09:28.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.231 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.231 INFO kablam! Sep 19 21:09:28.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.231 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 19 21:09:28.231 INFO kablam! | Sep 19 21:09:28.231 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.231 INFO kablam! | ^^^^^^ Sep 19 21:09:28.231 INFO kablam! | Sep 19 21:09:28.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.231 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.231 INFO kablam! Sep 19 21:09:28.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.231 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 19 21:09:28.231 INFO kablam! | Sep 19 21:09:28.231 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.234 INFO kablam! | ^^^^^^ Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.234 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.234 INFO kablam! Sep 19 21:09:28.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.234 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.234 INFO kablam! | ^^^^^^ Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.234 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.234 INFO kablam! Sep 19 21:09:28.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.234 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.234 INFO kablam! | ^^^^^^ Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.234 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.234 INFO kablam! Sep 19 21:09:28.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.234 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.234 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.234 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.234 INFO kablam! Sep 19 21:09:28.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.234 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.234 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.234 INFO kablam! | ^^^^^^ Sep 19 21:09:28.234 INFO kablam! | Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! Sep 19 21:09:28.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.235 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.235 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! Sep 19 21:09:28.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.235 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.235 INFO kablam! | ^^^^^^ Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! Sep 19 21:09:28.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.235 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.235 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! Sep 19 21:09:28.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.235 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.235 INFO kablam! | ^^^^^^ Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.235 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 21:09:28.235 INFO kablam! Sep 19 21:09:28.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.235 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 21:09:28.235 INFO kablam! | Sep 19 21:09:28.235 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.235 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! Sep 19 21:09:28.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.236 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.236 INFO kablam! | ^^^^^^ Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! Sep 19 21:09:28.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.236 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.236 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! Sep 19 21:09:28.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.236 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.236 INFO kablam! | ^^^^^^ Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! Sep 19 21:09:28.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.236 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.236 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.236 INFO kablam! | Sep 19 21:09:28.236 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 21:09:28.236 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.241 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 21:09:28.241 INFO kablam! Sep 19 21:09:28.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.241 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 19 21:09:28.241 INFO kablam! | Sep 19 21:09:28.241 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.241 INFO kablam! | ^^^^^^ Sep 19 21:09:28.241 INFO kablam! | Sep 19 21:09:28.241 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 21:09:28.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.241 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 21:09:28.241 INFO kablam! Sep 19 21:09:28.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.241 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 19 21:09:28.241 INFO kablam! | Sep 19 21:09:28.241 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.241 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.241 INFO kablam! | Sep 19 21:09:28.241 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 21:09:28.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.241 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 21:09:28.241 INFO kablam! Sep 19 21:09:28.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.241 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 19 21:09:28.241 INFO kablam! | Sep 19 21:09:28.241 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.242 INFO kablam! | ^^^^^^ Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! Sep 19 21:09:28.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.242 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.242 INFO kablam! | ^^^^^^ Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! Sep 19 21:09:28.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.242 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.242 INFO kablam! | ^^^^^^ Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! Sep 19 21:09:28.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.242 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.242 INFO kablam! | ^^^^^^ Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! Sep 19 21:09:28.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.242 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.242 INFO kablam! | ^^^^^^ Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.242 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 21:09:28.242 INFO kablam! Sep 19 21:09:28.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.242 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 19 21:09:28.242 INFO kablam! | Sep 19 21:09:28.242 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.243 INFO kablam! | ^^^^^^ Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! Sep 19 21:09:28.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.243 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.243 INFO kablam! | ^^^^^^ Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! Sep 19 21:09:28.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.243 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.243 INFO kablam! | ^^^^^^ Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! Sep 19 21:09:28.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.243 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.243 INFO kablam! | ^^^^^^ Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! Sep 19 21:09:28.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.243 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.243 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.243 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 21:09:28.243 INFO kablam! Sep 19 21:09:28.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.243 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.243 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.243 INFO kablam! | ^^^^^^ Sep 19 21:09:28.243 INFO kablam! | Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! Sep 19 21:09:28.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.244 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.244 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! Sep 19 21:09:28.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.244 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.244 INFO kablam! | ^^^^^^ Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! Sep 19 21:09:28.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.244 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.244 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! Sep 19 21:09:28.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.244 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.244 INFO kablam! | ^^^^^^ Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.244 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 21:09:28.244 INFO kablam! Sep 19 21:09:28.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.244 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.244 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.244 INFO kablam! | Sep 19 21:09:28.244 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 21:09:28.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! Sep 19 21:09:28.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.245 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.245 INFO kablam! | ^^^^^^ Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! Sep 19 21:09:28.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.245 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.245 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! Sep 19 21:09:28.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.245 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.245 INFO kablam! | ^^^^^^ Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! Sep 19 21:09:28.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.245 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.245 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! Sep 19 21:09:28.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.245 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.245 INFO kablam! | ^^^^^^ Sep 19 21:09:28.245 INFO kablam! | Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.245 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 21:09:28.245 INFO kablam! Sep 19 21:09:28.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.246 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.246 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! Sep 19 21:09:28.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.246 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.246 INFO kablam! | ^^^^^^ Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! Sep 19 21:09:28.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.246 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.246 INFO kablam! | ^^^^^^ Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! Sep 19 21:09:28.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.246 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.246 INFO kablam! | ^^^^^^ Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! Sep 19 21:09:28.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.246 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.246 INFO kablam! | ^^^^^^ Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.246 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 21:09:28.246 INFO kablam! Sep 19 21:09:28.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.246 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.246 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.246 INFO kablam! | ^^^^^^ Sep 19 21:09:28.246 INFO kablam! | Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! Sep 19 21:09:28.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.247 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.247 INFO kablam! | ^^^^^^ Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! Sep 19 21:09:28.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.247 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.247 INFO kablam! | ^^^^^^ Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! Sep 19 21:09:28.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.247 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.247 INFO kablam! | ^^^^^^ Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! Sep 19 21:09:28.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.247 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.247 INFO kablam! | ^^^^^^ Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! Sep 19 21:09:28.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.247 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.247 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.247 INFO kablam! | Sep 19 21:09:28.247 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 21:09:28.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! Sep 19 21:09:28.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.248 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.248 INFO kablam! | ^^^^^^ Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! Sep 19 21:09:28.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.248 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.248 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! Sep 19 21:09:28.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.248 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.248 INFO kablam! | ^^^^^^ Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! Sep 19 21:09:28.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.248 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.248 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! Sep 19 21:09:28.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.248 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.248 INFO kablam! | ^^^^^^ Sep 19 21:09:28.248 INFO kablam! | Sep 19 21:09:28.248 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 21:09:28.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.248 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 21:09:28.249 INFO kablam! Sep 19 21:09:28.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.249 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.249 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! Sep 19 21:09:28.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.249 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.249 INFO kablam! | ^^^^^^ Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! Sep 19 21:09:28.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.249 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.249 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! Sep 19 21:09:28.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.249 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.249 INFO kablam! | ^^^^^^ Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! Sep 19 21:09:28.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.249 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.249 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.249 INFO kablam! | Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.249 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 21:09:28.249 INFO kablam! Sep 19 21:09:28.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.250 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.250 INFO kablam! | ^^^^^^ Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! Sep 19 21:09:28.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.250 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.250 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! Sep 19 21:09:28.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.250 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.250 INFO kablam! | ^^^^^^ Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! Sep 19 21:09:28.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.250 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.250 INFO kablam! | ^^^^^^ Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! Sep 19 21:09:28.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.250 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.250 INFO kablam! | ^^^^^^ Sep 19 21:09:28.250 INFO kablam! | Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.250 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 21:09:28.250 INFO kablam! Sep 19 21:09:28.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.251 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.251 INFO kablam! | ^^^^^^ Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! Sep 19 21:09:28.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.251 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.251 INFO kablam! | ^^^^^^ Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! Sep 19 21:09:28.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.251 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.251 INFO kablam! | ^^^^^^ Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! Sep 19 21:09:28.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.251 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.251 INFO kablam! | ^^^^^^ Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! Sep 19 21:09:28.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.251 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.251 INFO kablam! | ^^^^^^ Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! Sep 19 21:09:28.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.251 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.251 INFO kablam! | ^^^^^^ Sep 19 21:09:28.251 INFO kablam! | Sep 19 21:09:28.251 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 21:09:28.251 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! Sep 19 21:09:28.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.252 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.252 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! Sep 19 21:09:28.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.252 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.252 INFO kablam! | ^^^^^^ Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! Sep 19 21:09:28.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.252 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.252 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! Sep 19 21:09:28.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.252 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.252 INFO kablam! | ^^^^^^ Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! Sep 19 21:09:28.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.252 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.252 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.252 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 21:09:28.252 INFO kablam! Sep 19 21:09:28.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.252 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.252 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.252 INFO kablam! | ^^^^^^ Sep 19 21:09:28.252 INFO kablam! | Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! Sep 19 21:09:28.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.253 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.253 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! Sep 19 21:09:28.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.253 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.253 INFO kablam! | ^^^^^^ Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! Sep 19 21:09:28.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.253 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.253 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! Sep 19 21:09:28.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.253 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.253 INFO kablam! | ^^^^^^ Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.253 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 21:09:28.253 INFO kablam! Sep 19 21:09:28.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.253 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.253 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.253 INFO kablam! | Sep 19 21:09:28.253 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 21:09:28.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! Sep 19 21:09:28.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.254 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.254 INFO kablam! | ^^^^^^ Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! Sep 19 21:09:28.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.254 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.254 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! Sep 19 21:09:28.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.254 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.254 INFO kablam! | ^^^^^^ Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! Sep 19 21:09:28.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.254 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.254 INFO kablam! | ^^^^^^ Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! Sep 19 21:09:28.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.254 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.254 INFO kablam! | ^^^^^^ Sep 19 21:09:28.254 INFO kablam! | Sep 19 21:09:28.254 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 21:09:28.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.254 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 21:09:28.255 INFO kablam! Sep 19 21:09:28.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.255 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.255 INFO kablam! | ^^^^^^ Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! Sep 19 21:09:28.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.255 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.255 INFO kablam! | ^^^^^^ Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! Sep 19 21:09:28.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.255 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.255 INFO kablam! | ^^^^^^ Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! Sep 19 21:09:28.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.255 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.255 INFO kablam! | ^^^^^^ Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! Sep 19 21:09:28.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.255 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.255 INFO kablam! | ^^^^^^ Sep 19 21:09:28.255 INFO kablam! | Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.255 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 21:09:28.255 INFO kablam! Sep 19 21:09:28.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.255 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.256 INFO kablam! | ^^^^^^ Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! Sep 19 21:09:28.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.256 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.256 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! Sep 19 21:09:28.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.256 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.256 INFO kablam! | ^^^^^^ Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! Sep 19 21:09:28.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.256 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.256 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! Sep 19 21:09:28.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.256 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.256 INFO kablam! | ^^^^^^ Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.256 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 21:09:28.256 INFO kablam! Sep 19 21:09:28.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.256 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.256 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.256 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.256 INFO kablam! | Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! Sep 19 21:09:28.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.257 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.257 INFO kablam! | ^^^^^^ Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! Sep 19 21:09:28.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.257 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.257 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! Sep 19 21:09:28.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.257 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.257 INFO kablam! | ^^^^^^ Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! Sep 19 21:09:28.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.257 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.257 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.257 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 21:09:28.257 INFO kablam! Sep 19 21:09:28.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.257 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 19 21:09:28.257 INFO kablam! | Sep 19 21:09:28.257 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.258 INFO kablam! | ^^^^^^ Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! Sep 19 21:09:28.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.258 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.258 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! Sep 19 21:09:28.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.258 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.258 INFO kablam! | ^^^^^^ Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! Sep 19 21:09:28.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.258 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.258 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.258 INFO kablam! | Sep 19 21:09:28.258 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 21:09:28.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.258 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 21:09:28.259 INFO kablam! Sep 19 21:09:28.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.259 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.259 INFO kablam! | ^^^^^^ Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! Sep 19 21:09:28.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.259 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.259 INFO kablam! | ^^^^^^ Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! Sep 19 21:09:28.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.259 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.259 INFO kablam! | ^^^^^^ Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! Sep 19 21:09:28.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.259 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.259 INFO kablam! | ^^^^^^ Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.259 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 21:09:28.259 INFO kablam! Sep 19 21:09:28.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.259 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 19 21:09:28.259 INFO kablam! | Sep 19 21:09:28.260 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.260 INFO kablam! | ^^^^^^ Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! Sep 19 21:09:28.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.260 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.260 INFO kablam! | ^^^^^^ Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! Sep 19 21:09:28.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.260 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.260 INFO kablam! | ^^^^^^ Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! Sep 19 21:09:28.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.260 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.260 INFO kablam! | ^^^^^^ Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! Sep 19 21:09:28.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.260 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.260 INFO kablam! | ^^^^^^ Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.260 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 21:09:28.260 INFO kablam! Sep 19 21:09:28.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.260 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.260 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.260 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.260 INFO kablam! | Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! Sep 19 21:09:28.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.261 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.261 INFO kablam! | ^^^^^^ Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! Sep 19 21:09:28.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.261 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.261 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! Sep 19 21:09:28.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.261 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.261 INFO kablam! | ^^^^^^ Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! Sep 19 21:09:28.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.261 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.261 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.261 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 21:09:28.261 INFO kablam! Sep 19 21:09:28.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.261 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 21:09:28.261 INFO kablam! | Sep 19 21:09:28.261 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.261 INFO kablam! | ^^^^^^ Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! Sep 19 21:09:28.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.262 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.262 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! Sep 19 21:09:28.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.262 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.262 INFO kablam! | ^^^^^^ Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! Sep 19 21:09:28.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.262 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.262 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! Sep 19 21:09:28.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.262 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.262 INFO kablam! | ^^^^^^ Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.262 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 21:09:28.262 INFO kablam! Sep 19 21:09:28.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.262 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 19 21:09:28.262 INFO kablam! | Sep 19 21:09:28.263 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.263 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! Sep 19 21:09:28.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.263 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.263 INFO kablam! | ^^^^^^ Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! Sep 19 21:09:28.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.263 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.263 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! Sep 19 21:09:28.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.263 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.263 INFO kablam! | ^^^^^^ Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! Sep 19 21:09:28.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.263 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.263 INFO kablam! | ^^^^^^ Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! Sep 19 21:09:28.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.263 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.263 INFO kablam! | ^^^^^^ Sep 19 21:09:28.263 INFO kablam! | Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.263 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 21:09:28.263 INFO kablam! Sep 19 21:09:28.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.263 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 19 21:09:28.264 INFO kablam! | Sep 19 21:09:28.264 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.264 INFO kablam! | ^^^^^^ Sep 19 21:09:28.264 INFO kablam! | Sep 19 21:09:28.264 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 21:09:28.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.264 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 21:09:28.264 INFO kablam! Sep 19 21:09:28.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.264 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 19 21:09:28.264 INFO kablam! | Sep 19 21:09:28.264 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.264 INFO kablam! | ^^^^^^ Sep 19 21:09:28.264 INFO kablam! | Sep 19 21:09:28.264 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 21:09:28.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.264 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 21:09:28.264 INFO kablam! Sep 19 21:09:28.264 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 21:09:28.264 INFO kablam! --> src/lib.rs:8:12 Sep 19 21:09:28.264 INFO kablam! | Sep 19 21:09:28.264 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 21:09:28.264 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 21:09:28.264 INFO kablam! | Sep 19 21:09:28.264 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:09:28.264 INFO kablam! Sep 19 21:09:28.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.282 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 19 21:09:28.282 INFO kablam! | Sep 19 21:09:28.282 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.282 INFO kablam! | ^^^^^^ Sep 19 21:09:28.282 INFO kablam! | Sep 19 21:09:28.282 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.283 INFO kablam! | ^^^^^^ Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.283 INFO kablam! | ^^^^^^ Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.283 INFO kablam! | ^^^^^^ Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.283 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.283 INFO kablam! | ^^^^^^ Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.283 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.283 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 21:09:28.283 INFO kablam! Sep 19 21:09:28.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.283 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 19 21:09:28.283 INFO kablam! | Sep 19 21:09:28.284 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.284 INFO kablam! | ^^^^^^ Sep 19 21:09:28.284 INFO kablam! | Sep 19 21:09:28.284 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 21:09:28.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.284 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 21:09:28.284 INFO kablam! Sep 19 21:09:28.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.284 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 19 21:09:28.284 INFO kablam! | Sep 19 21:09:28.284 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.284 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.284 INFO kablam! | Sep 19 21:09:28.284 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 21:09:28.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.284 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 21:09:28.284 INFO kablam! Sep 19 21:09:28.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.284 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 19 21:09:28.284 INFO kablam! | Sep 19 21:09:28.284 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.284 INFO kablam! | ^^^^^^ Sep 19 21:09:28.284 INFO kablam! | Sep 19 21:09:28.284 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 21:09:28.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.284 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 21:09:28.284 INFO kablam! Sep 19 21:09:28.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.286 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 19 21:09:28.286 INFO kablam! | Sep 19 21:09:28.286 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.286 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.286 INFO kablam! | Sep 19 21:09:28.286 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 21:09:28.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.286 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 21:09:28.286 INFO kablam! Sep 19 21:09:28.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.286 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 19 21:09:28.286 INFO kablam! | Sep 19 21:09:28.286 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.286 INFO kablam! | ^^^^^^ Sep 19 21:09:28.286 INFO kablam! | Sep 19 21:09:28.286 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 21:09:28.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.286 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 21:09:28.286 INFO kablam! Sep 19 21:09:28.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.286 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 19 21:09:28.286 INFO kablam! | Sep 19 21:09:28.286 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.286 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.287 INFO kablam! | Sep 19 21:09:28.287 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 21:09:28.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.287 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 21:09:28.287 INFO kablam! Sep 19 21:09:28.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.287 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 19 21:09:28.287 INFO kablam! | Sep 19 21:09:28.287 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.287 INFO kablam! | ^^^^^^ Sep 19 21:09:28.287 INFO kablam! | Sep 19 21:09:28.287 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 21:09:28.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.287 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 21:09:28.287 INFO kablam! Sep 19 21:09:28.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.287 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 19 21:09:28.287 INFO kablam! | Sep 19 21:09:28.287 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.287 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.287 INFO kablam! | Sep 19 21:09:28.287 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 21:09:28.288 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! Sep 19 21:09:28.288 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.288 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.288 INFO kablam! | ^^^^^^ Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! Sep 19 21:09:28.288 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.288 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.288 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! Sep 19 21:09:28.288 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.288 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.288 INFO kablam! | ^^^^^^ Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! Sep 19 21:09:28.288 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.288 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.288 INFO kablam! | ^^^^^^ Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! Sep 19 21:09:28.288 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.288 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.288 INFO kablam! | ^^^^^^ Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.288 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 21:09:28.288 INFO kablam! Sep 19 21:09:28.288 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.288 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 19 21:09:28.288 INFO kablam! | Sep 19 21:09:28.289 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.289 INFO kablam! | ^^^^^^ Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! Sep 19 21:09:28.289 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.289 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.289 INFO kablam! | ^^^^^^ Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! Sep 19 21:09:28.289 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.289 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.289 INFO kablam! | ^^^^^^ Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! Sep 19 21:09:28.289 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.289 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.289 INFO kablam! | ^^^^^^ Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! Sep 19 21:09:28.289 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.289 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.289 INFO kablam! | ^^^^^^ Sep 19 21:09:28.289 INFO kablam! | Sep 19 21:09:28.289 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 21:09:28.289 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.291 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 21:09:28.294 INFO kablam! Sep 19 21:09:28.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.295 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.295 INFO kablam! | ^^^^^^ Sep 19 21:09:28.295 INFO kablam! | Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.295 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 21:09:28.295 INFO kablam! Sep 19 21:09:28.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.296 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 19 21:09:28.296 INFO kablam! | Sep 19 21:09:28.296 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.296 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.296 INFO kablam! | Sep 19 21:09:28.296 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 21:09:28.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.296 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 21:09:28.296 INFO kablam! Sep 19 21:09:28.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.296 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 19 21:09:28.296 INFO kablam! | Sep 19 21:09:28.296 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.296 INFO kablam! | ^^^^^^ Sep 19 21:09:28.296 INFO kablam! | Sep 19 21:09:28.296 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 21:09:28.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.296 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 21:09:28.296 INFO kablam! Sep 19 21:09:28.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.296 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 19 21:09:28.296 INFO kablam! | Sep 19 21:09:28.296 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.296 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.296 INFO kablam! | Sep 19 21:09:28.296 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 21:09:28.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.296 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 21:09:28.296 INFO kablam! Sep 19 21:09:28.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.297 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.297 INFO kablam! | ^^^^^^ Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! Sep 19 21:09:28.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.297 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.297 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! Sep 19 21:09:28.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.297 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.297 INFO kablam! | ^^^^^^ Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! Sep 19 21:09:28.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.297 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.297 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! Sep 19 21:09:28.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.297 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.297 INFO kablam! | ^^^^^^ Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.297 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 21:09:28.297 INFO kablam! Sep 19 21:09:28.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.297 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.297 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.297 INFO kablam! | ^^^^^^ Sep 19 21:09:28.297 INFO kablam! | Sep 19 21:09:28.298 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 21:09:28.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.298 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 21:09:28.298 INFO kablam! Sep 19 21:09:28.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.298 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 19 21:09:28.298 INFO kablam! | Sep 19 21:09:28.298 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.298 INFO kablam! | ^^^^^^ Sep 19 21:09:28.298 INFO kablam! | Sep 19 21:09:28.304 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 21:09:28.304 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.304 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 21:09:28.304 INFO kablam! Sep 19 21:09:28.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.304 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 19 21:09:28.304 INFO kablam! | Sep 19 21:09:28.304 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.304 INFO kablam! | ^^^^^^ Sep 19 21:09:28.304 INFO kablam! | Sep 19 21:09:28.304 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 21:09:28.304 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.304 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 21:09:28.304 INFO kablam! Sep 19 21:09:28.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.304 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 19 21:09:28.304 INFO kablam! | Sep 19 21:09:28.304 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.304 INFO kablam! | ^^^^^^ Sep 19 21:09:28.304 INFO kablam! | Sep 19 21:09:28.304 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 21:09:28.304 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.304 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 21:09:28.304 INFO kablam! Sep 19 21:09:28.304 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.304 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 19 21:09:28.304 INFO kablam! | Sep 19 21:09:28.304 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.304 INFO kablam! | ^^^^^^ Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! Sep 19 21:09:28.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.305 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.305 INFO kablam! | ^^^^^^ Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! Sep 19 21:09:28.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.305 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.305 INFO kablam! | ^^^^^^ Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! Sep 19 21:09:28.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.305 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.305 INFO kablam! | ^^^^^^ Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! Sep 19 21:09:28.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.305 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.305 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.305 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 21:09:28.305 INFO kablam! Sep 19 21:09:28.305 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.305 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.305 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.305 INFO kablam! | ^^^^^^ Sep 19 21:09:28.305 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! Sep 19 21:09:28.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.306 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.306 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! Sep 19 21:09:28.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.306 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.306 INFO kablam! | ^^^^^^ Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! Sep 19 21:09:28.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.306 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.306 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! Sep 19 21:09:28.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.306 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.306 INFO kablam! | ^^^^^^ Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! Sep 19 21:09:28.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.306 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.306 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.306 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 21:09:28.306 INFO kablam! Sep 19 21:09:28.306 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.306 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.306 INFO kablam! | ^^^^^^ Sep 19 21:09:28.306 INFO kablam! | Sep 19 21:09:28.306 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.307 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.307 INFO kablam! | ^^^^^^ Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.307 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.307 INFO kablam! | ^^^^^^ Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.307 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.307 INFO kablam! | ^^^^^^ Sep 19 21:09:28.307 INFO kablam! | Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.307 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 21:09:28.307 INFO kablam! Sep 19 21:09:28.307 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.307 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! Sep 19 21:09:28.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.308 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! Sep 19 21:09:28.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.308 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! Sep 19 21:09:28.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.308 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! Sep 19 21:09:28.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.308 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! Sep 19 21:09:28.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.308 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! Sep 19 21:09:28.308 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.308 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.308 INFO kablam! | ^^^^^^ Sep 19 21:09:28.308 INFO kablam! | Sep 19 21:09:28.308 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 21:09:28.308 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.308 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 21:09:28.309 INFO kablam! Sep 19 21:09:28.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.309 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.309 INFO kablam! | ^^^^^^ Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! Sep 19 21:09:28.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.309 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.309 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! Sep 19 21:09:28.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.309 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.309 INFO kablam! | ^^^^^^ Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! Sep 19 21:09:28.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.309 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.309 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! Sep 19 21:09:28.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.309 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.309 INFO kablam! | ^^^^^^ Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.309 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 21:09:28.309 INFO kablam! Sep 19 21:09:28.309 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.309 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 21:09:28.309 INFO kablam! | Sep 19 21:09:28.310 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.310 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! Sep 19 21:09:28.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.310 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.310 INFO kablam! | ^^^^^^ Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! Sep 19 21:09:28.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.310 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.310 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! Sep 19 21:09:28.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.310 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.310 INFO kablam! | ^^^^^^ Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! Sep 19 21:09:28.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.310 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.310 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.310 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 21:09:28.310 INFO kablam! Sep 19 21:09:28.310 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.310 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 19 21:09:28.310 INFO kablam! | Sep 19 21:09:28.310 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.311 INFO kablam! | ^^^^^^ Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! Sep 19 21:09:28.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.311 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.311 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! Sep 19 21:09:28.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.311 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.311 INFO kablam! | ^^^^^^ Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! Sep 19 21:09:28.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.311 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.311 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.311 INFO kablam! | Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.311 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 21:09:28.311 INFO kablam! Sep 19 21:09:28.311 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.312 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 19 21:09:28.312 INFO kablam! | Sep 19 21:09:28.312 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.312 INFO kablam! | ^^^^^^ Sep 19 21:09:28.312 INFO kablam! | Sep 19 21:09:28.312 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 21:09:28.312 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.312 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 21:09:28.312 INFO kablam! Sep 19 21:09:28.312 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.312 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 21:09:28.312 INFO kablam! | Sep 19 21:09:28.313 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.313 INFO kablam! | ^^^^^^ Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! Sep 19 21:09:28.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.313 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.313 INFO kablam! | ^^^^^^ Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! Sep 19 21:09:28.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.313 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.313 INFO kablam! | ^^^^^^ Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! Sep 19 21:09:28.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.313 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.313 INFO kablam! | ^^^^^^ Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! Sep 19 21:09:28.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.313 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.313 INFO kablam! | ^^^^^^ Sep 19 21:09:28.313 INFO kablam! | Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.313 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 21:09:28.313 INFO kablam! Sep 19 21:09:28.313 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.313 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.314 INFO kablam! | ^^^^^^ Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! Sep 19 21:09:28.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.314 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.314 INFO kablam! | ^^^^^^ Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! Sep 19 21:09:28.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.314 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.314 INFO kablam! | ^^^^^^ Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! Sep 19 21:09:28.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.314 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.314 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! Sep 19 21:09:28.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.314 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.314 INFO kablam! | ^^^^^^ Sep 19 21:09:28.314 INFO kablam! | Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.314 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 21:09:28.314 INFO kablam! Sep 19 21:09:28.314 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.314 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.315 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! Sep 19 21:09:28.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.315 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.315 INFO kablam! | ^^^^^^ Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! Sep 19 21:09:28.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.315 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.315 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! Sep 19 21:09:28.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.315 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.315 INFO kablam! | ^^^^^^ Sep 19 21:09:28.315 INFO kablam! | Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.315 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 21:09:28.315 INFO kablam! Sep 19 21:09:28.315 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.315 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 19 21:09:28.316 INFO kablam! | Sep 19 21:09:28.316 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.316 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.316 INFO kablam! | Sep 19 21:09:28.316 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 21:09:28.316 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.316 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 21:09:28.316 INFO kablam! Sep 19 21:09:28.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.316 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 19 21:09:28.316 INFO kablam! | Sep 19 21:09:28.316 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.316 INFO kablam! | ^^^^^^ Sep 19 21:09:28.316 INFO kablam! | Sep 19 21:09:28.316 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 21:09:28.316 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.316 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 21:09:28.316 INFO kablam! Sep 19 21:09:28.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.316 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 19 21:09:28.316 INFO kablam! | Sep 19 21:09:28.316 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.316 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.316 INFO kablam! | Sep 19 21:09:28.316 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 21:09:28.316 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.316 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 21:09:28.316 INFO kablam! Sep 19 21:09:28.316 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.317 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.317 INFO kablam! | ^^^^^^ Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! Sep 19 21:09:28.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.317 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.317 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! Sep 19 21:09:28.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.317 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.317 INFO kablam! | ^^^^^^ Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! Sep 19 21:09:28.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.317 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.317 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! Sep 19 21:09:28.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.317 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.317 INFO kablam! | ^^^^^^ Sep 19 21:09:28.317 INFO kablam! | Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.317 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 21:09:28.317 INFO kablam! Sep 19 21:09:28.317 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.318 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.318 INFO kablam! | ^^^^^^ Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! Sep 19 21:09:28.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.318 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.318 INFO kablam! | ^^^^^^ Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! Sep 19 21:09:28.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.318 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.318 INFO kablam! | ^^^^^^ Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! Sep 19 21:09:28.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.318 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.318 INFO kablam! | ^^^^^^ Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.318 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 21:09:28.318 INFO kablam! Sep 19 21:09:28.318 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.318 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.318 INFO kablam! | ^^^^^^ Sep 19 21:09:28.318 INFO kablam! | Sep 19 21:09:28.318 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 21:09:28.319 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.319 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 21:09:28.319 INFO kablam! Sep 19 21:09:28.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.319 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 19 21:09:28.319 INFO kablam! | Sep 19 21:09:28.319 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.319 INFO kablam! | ^^^^^^ Sep 19 21:09:28.319 INFO kablam! | Sep 19 21:09:28.319 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 21:09:28.319 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.319 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 21:09:28.319 INFO kablam! Sep 19 21:09:28.319 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.319 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 19 21:09:28.319 INFO kablam! | Sep 19 21:09:28.319 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.319 INFO kablam! | ^^^^^^ Sep 19 21:09:28.319 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.320 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.320 INFO kablam! | ^^^^^^ Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.320 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.320 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.320 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.320 INFO kablam! | ^^^^^^ Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.320 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.320 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.320 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.320 INFO kablam! | ^^^^^^ Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.320 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.320 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.320 INFO kablam! | Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.320 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 21:09:28.320 INFO kablam! Sep 19 21:09:28.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.321 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 21:09:28.321 INFO kablam! | Sep 19 21:09:28.321 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.321 INFO kablam! | ^^^^^^ Sep 19 21:09:28.321 INFO kablam! | Sep 19 21:09:28.321 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 21:09:28.321 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.321 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 21:09:28.321 INFO kablam! Sep 19 21:09:28.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.321 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 21:09:28.321 INFO kablam! | Sep 19 21:09:28.321 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.321 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! Sep 19 21:09:28.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.322 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.322 INFO kablam! | ^^^^^^ Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! Sep 19 21:09:28.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.322 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.322 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! Sep 19 21:09:28.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.322 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.322 INFO kablam! | ^^^^^^ Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! Sep 19 21:09:28.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.322 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.322 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! Sep 19 21:09:28.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.322 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.322 INFO kablam! | ^^^^^^ Sep 19 21:09:28.322 INFO kablam! | Sep 19 21:09:28.322 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 21:09:28.322 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.323 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.323 INFO kablam! | ^^^^^^ Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.323 INFO kablam! | ^^^^^^ Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.323 INFO kablam! | ^^^^^^ Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.323 INFO kablam! | ^^^^^^ Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.323 INFO kablam! | ^^^^^^ Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.323 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 21:09:28.323 INFO kablam! Sep 19 21:09:28.323 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.323 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 19 21:09:28.323 INFO kablam! | Sep 19 21:09:28.323 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.324 INFO kablam! | ^^^^^^ Sep 19 21:09:28.324 INFO kablam! | Sep 19 21:09:28.324 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 21:09:28.324 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.324 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 21:09:28.324 INFO kablam! Sep 19 21:09:28.324 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.324 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 19 21:09:28.324 INFO kablam! | Sep 19 21:09:28.324 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.324 INFO kablam! | ^^^^^^ Sep 19 21:09:28.324 INFO kablam! | Sep 19 21:09:28.324 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 21:09:28.324 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.324 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 21:09:28.324 INFO kablam! Sep 19 21:09:28.324 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.324 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 19 21:09:28.324 INFO kablam! | Sep 19 21:09:28.325 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.325 INFO kablam! | ^^^^^^ Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! Sep 19 21:09:28.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.325 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.325 INFO kablam! | ^^^^^^ Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! Sep 19 21:09:28.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.325 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.325 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! Sep 19 21:09:28.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.325 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.325 INFO kablam! | ^^^^^^ Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! Sep 19 21:09:28.325 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.325 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.325 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.325 INFO kablam! | Sep 19 21:09:28.325 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 21:09:28.325 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! Sep 19 21:09:28.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.326 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.326 INFO kablam! | ^^^^^^ Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! Sep 19 21:09:28.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.326 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.326 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! Sep 19 21:09:28.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.326 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.326 INFO kablam! | ^^^^^^ Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! Sep 19 21:09:28.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.326 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.326 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! Sep 19 21:09:28.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.326 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.326 INFO kablam! | ^^^^^^ Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.326 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 21:09:28.326 INFO kablam! Sep 19 21:09:28.326 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.326 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 19 21:09:28.326 INFO kablam! | Sep 19 21:09:28.326 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.327 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.327 INFO kablam! | Sep 19 21:09:28.327 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 21:09:28.327 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.327 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 21:09:28.327 INFO kablam! Sep 19 21:09:28.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.327 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 19 21:09:28.327 INFO kablam! | Sep 19 21:09:28.327 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.327 INFO kablam! | ^^^^^^ Sep 19 21:09:28.327 INFO kablam! | Sep 19 21:09:28.327 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 21:09:28.327 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.327 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 21:09:28.327 INFO kablam! Sep 19 21:09:28.327 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.327 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 19 21:09:28.327 INFO kablam! | Sep 19 21:09:28.327 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.327 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.327 INFO kablam! | Sep 19 21:09:28.327 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 21:09:28.328 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! Sep 19 21:09:28.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.328 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.328 INFO kablam! | ^^^^^^ Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! Sep 19 21:09:28.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.328 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.328 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! Sep 19 21:09:28.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.328 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.328 INFO kablam! | ^^^^^^ Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! Sep 19 21:09:28.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.328 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.328 INFO kablam! | ^^^^^^ Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! Sep 19 21:09:28.328 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.328 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.328 INFO kablam! | ^^^^^^ Sep 19 21:09:28.328 INFO kablam! | Sep 19 21:09:28.328 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 21:09:28.328 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.328 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 21:09:28.329 INFO kablam! Sep 19 21:09:28.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.329 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.329 INFO kablam! | ^^^^^^ Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! Sep 19 21:09:28.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.329 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.329 INFO kablam! | ^^^^^^ Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! Sep 19 21:09:28.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.329 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.329 INFO kablam! | ^^^^^^ Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! Sep 19 21:09:28.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.329 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.329 INFO kablam! | ^^^^^^ Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! Sep 19 21:09:28.329 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.329 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.329 INFO kablam! | ^^^^^^ Sep 19 21:09:28.329 INFO kablam! | Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.329 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 21:09:28.329 INFO kablam! Sep 19 21:09:28.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.330 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.330 INFO kablam! | ^^^^^^ Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! Sep 19 21:09:28.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.330 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.330 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! Sep 19 21:09:28.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.330 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.330 INFO kablam! | ^^^^^^ Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! Sep 19 21:09:28.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.330 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.330 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! Sep 19 21:09:28.330 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.330 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.330 INFO kablam! | ^^^^^^ Sep 19 21:09:28.330 INFO kablam! | Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.330 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 21:09:28.330 INFO kablam! Sep 19 21:09:28.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.331 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.331 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! Sep 19 21:09:28.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.331 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.331 INFO kablam! | ^^^^^^ Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! Sep 19 21:09:28.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.331 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.331 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! Sep 19 21:09:28.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.331 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.331 INFO kablam! | ^^^^^^ Sep 19 21:09:28.331 INFO kablam! | Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.331 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 21:09:28.331 INFO kablam! Sep 19 21:09:28.331 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.331 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.332 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! Sep 19 21:09:28.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.332 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.332 INFO kablam! | ^^^^^^ Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! Sep 19 21:09:28.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.332 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.332 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! Sep 19 21:09:28.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.332 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.332 INFO kablam! | ^^^^^^ Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! Sep 19 21:09:28.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.332 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.332 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.332 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 21:09:28.332 INFO kablam! Sep 19 21:09:28.332 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.332 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.332 INFO kablam! | ^^^^^^ Sep 19 21:09:28.332 INFO kablam! | Sep 19 21:09:28.332 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 21:09:28.333 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! Sep 19 21:09:28.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.333 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.333 INFO kablam! | ^^^^^^ Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! Sep 19 21:09:28.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.333 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.333 INFO kablam! | ^^^^^^ Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! Sep 19 21:09:28.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.333 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.333 INFO kablam! | ^^^^^^ Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.333 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 21:09:28.333 INFO kablam! Sep 19 21:09:28.333 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.333 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 19 21:09:28.333 INFO kablam! | Sep 19 21:09:28.333 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.334 INFO kablam! | ^^^^^^ Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.334 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 21:09:28.334 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.334 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 21:09:28.334 INFO kablam! Sep 19 21:09:28.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.334 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.334 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.334 INFO kablam! | ^^^^^^ Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.334 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 21:09:28.334 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.334 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 21:09:28.334 INFO kablam! Sep 19 21:09:28.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.334 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.334 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.334 INFO kablam! | ^^^^^^ Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.334 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 21:09:28.334 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.334 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 21:09:28.334 INFO kablam! Sep 19 21:09:28.334 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.334 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.334 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.334 INFO kablam! | ^^^^^^ Sep 19 21:09:28.334 INFO kablam! | Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! Sep 19 21:09:28.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.335 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.335 INFO kablam! | ^^^^^^ Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! Sep 19 21:09:28.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.335 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.335 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! Sep 19 21:09:28.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.335 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.335 INFO kablam! | ^^^^^^ Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! Sep 19 21:09:28.335 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.335 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.335 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.335 INFO kablam! | Sep 19 21:09:28.335 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 21:09:28.335 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! Sep 19 21:09:28.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.336 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.336 INFO kablam! | ^^^^^^ Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! Sep 19 21:09:28.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.336 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.336 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! Sep 19 21:09:28.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.336 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.336 INFO kablam! | ^^^^^^ Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.336 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 21:09:28.336 INFO kablam! Sep 19 21:09:28.336 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.336 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.336 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.336 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.336 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.337 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.337 INFO kablam! Sep 19 21:09:28.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.337 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.337 INFO kablam! | ^^^^^^ Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.337 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.337 INFO kablam! Sep 19 21:09:28.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.337 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.337 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.337 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.337 INFO kablam! Sep 19 21:09:28.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.337 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.337 INFO kablam! | ^^^^^^ Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.337 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.337 INFO kablam! Sep 19 21:09:28.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.337 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.337 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.337 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.337 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.337 INFO kablam! Sep 19 21:09:28.337 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.337 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.337 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.337 INFO kablam! | ^^^^^^ Sep 19 21:09:28.337 INFO kablam! | Sep 19 21:09:28.338 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.338 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.338 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.338 INFO kablam! Sep 19 21:09:28.338 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.338 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 19 21:09:28.338 INFO kablam! | Sep 19 21:09:28.338 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.338 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.338 INFO kablam! | Sep 19 21:09:28.338 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.338 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.339 INFO kablam! Sep 19 21:09:28.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.339 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.339 INFO kablam! | ^^^^^^ Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.339 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.339 INFO kablam! Sep 19 21:09:28.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.339 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.339 INFO kablam! | ^^^^^^ Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.339 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.339 INFO kablam! Sep 19 21:09:28.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.339 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.339 INFO kablam! | ^^^^^^ Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.339 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.339 INFO kablam! Sep 19 21:09:28.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.339 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.339 INFO kablam! | ^^^^^^ Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.339 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.339 INFO kablam! Sep 19 21:09:28.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.339 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.339 INFO kablam! | ^^^^^^ Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.339 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.339 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.339 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.339 INFO kablam! Sep 19 21:09:28.339 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.339 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 19 21:09:28.339 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.340 INFO kablam! | ^^^^^^ Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.340 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.340 INFO kablam! Sep 19 21:09:28.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.340 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.340 INFO kablam! | ^^^^^^ Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.340 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.340 INFO kablam! Sep 19 21:09:28.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.340 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.340 INFO kablam! | ^^^^^^ Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.340 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.340 INFO kablam! Sep 19 21:09:28.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.340 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.340 INFO kablam! | ^^^^^^ Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.340 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.340 INFO kablam! Sep 19 21:09:28.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.340 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.340 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.340 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.340 INFO kablam! Sep 19 21:09:28.340 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.340 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.340 INFO kablam! | ^^^^^^ Sep 19 21:09:28.340 INFO kablam! | Sep 19 21:09:28.340 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.340 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.340 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.340 INFO kablam! Sep 19 21:09:28.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.341 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.341 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.341 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.341 INFO kablam! Sep 19 21:09:28.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.341 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.341 INFO kablam! | ^^^^^^ Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.341 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.341 INFO kablam! Sep 19 21:09:28.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.341 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.341 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.341 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.341 INFO kablam! Sep 19 21:09:28.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.341 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.341 INFO kablam! | ^^^^^^ Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.341 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.341 INFO kablam! Sep 19 21:09:28.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.341 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.341 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:28.341 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.341 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:28.341 INFO kablam! Sep 19 21:09:28.341 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.341 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.341 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.341 INFO kablam! | ^^^^^^ Sep 19 21:09:28.341 INFO kablam! | Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! Sep 19 21:09:28.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.342 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.342 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! Sep 19 21:09:28.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.342 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.342 INFO kablam! | ^^^^^^ Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! Sep 19 21:09:28.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.342 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.342 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! Sep 19 21:09:28.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.342 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.342 INFO kablam! | ^^^^^^ Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! Sep 19 21:09:28.342 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.342 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.342 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.342 INFO kablam! | Sep 19 21:09:28.342 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 21:09:28.342 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.342 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 21:09:28.343 INFO kablam! Sep 19 21:09:28.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.343 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.343 INFO kablam! | ^^^^^^ Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! Sep 19 21:09:28.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.343 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.343 INFO kablam! | ^^^^^^ Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! Sep 19 21:09:28.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.343 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.343 INFO kablam! | ^^^^^^ Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! Sep 19 21:09:28.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.343 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.343 INFO kablam! | ^^^^^^ Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! Sep 19 21:09:28.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.343 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.343 INFO kablam! | ^^^^^^ Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.343 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 21:09:28.343 INFO kablam! Sep 19 21:09:28.343 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.343 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 19 21:09:28.343 INFO kablam! | Sep 19 21:09:28.343 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.344 INFO kablam! | ^^^^^^ Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! Sep 19 21:09:28.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.344 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.344 INFO kablam! | ^^^^^^ Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! Sep 19 21:09:28.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.344 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.344 INFO kablam! | ^^^^^^ Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! Sep 19 21:09:28.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.344 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.344 INFO kablam! | ^^^^^^ Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! Sep 19 21:09:28.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.344 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.344 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! Sep 19 21:09:28.344 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.344 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.344 INFO kablam! | ^^^^^^ Sep 19 21:09:28.344 INFO kablam! | Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.344 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 21:09:28.344 INFO kablam! Sep 19 21:09:28.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.345 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.345 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! Sep 19 21:09:28.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.345 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.345 INFO kablam! | ^^^^^^ Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! Sep 19 21:09:28.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.345 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.345 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! Sep 19 21:09:28.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.345 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.345 INFO kablam! | ^^^^^^ Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! Sep 19 21:09:28.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.345 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.345 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.345 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 21:09:28.345 INFO kablam! Sep 19 21:09:28.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.345 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 19 21:09:28.345 INFO kablam! | Sep 19 21:09:28.345 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.345 INFO kablam! | ^^^^^^ Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! Sep 19 21:09:28.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.346 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.346 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! Sep 19 21:09:28.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.346 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.346 INFO kablam! | ^^^^^^ Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! Sep 19 21:09:28.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.346 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.346 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! Sep 19 21:09:28.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.346 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.346 INFO kablam! | ^^^^^^ Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! Sep 19 21:09:28.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.346 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.346 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.346 INFO kablam! | Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.346 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 21:09:28.346 INFO kablam! Sep 19 21:09:28.346 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.347 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 19 21:09:28.347 INFO kablam! | Sep 19 21:09:28.347 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.347 INFO kablam! | ^^^^^^ Sep 19 21:09:28.347 INFO kablam! | Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! Sep 19 21:09:28.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.354 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.354 INFO kablam! | ^^^^^^ Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! Sep 19 21:09:28.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.354 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.354 INFO kablam! | ^^^^^^ Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! Sep 19 21:09:28.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.354 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.354 INFO kablam! | ^^^^^^ Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! Sep 19 21:09:28.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.354 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.354 INFO kablam! | ^^^^^^ Sep 19 21:09:28.354 INFO kablam! | Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.354 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 21:09:28.354 INFO kablam! Sep 19 21:09:28.354 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.354 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:28.355 INFO kablam! | ^^^^^^ Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! Sep 19 21:09:28.355 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.355 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:28.355 INFO kablam! | ^^^^^^ Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! Sep 19 21:09:28.355 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.355 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:28.355 INFO kablam! | ^^^^^^ Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! Sep 19 21:09:28.355 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.355 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.355 INFO kablam! | ^^^^^^ Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! Sep 19 21:09:28.355 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.355 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:28.355 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.355 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 21:09:28.355 INFO kablam! Sep 19 21:09:28.355 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.355 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.355 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.355 INFO kablam! | ^^^^^^ Sep 19 21:09:28.355 INFO kablam! | Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! Sep 19 21:09:28.356 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.356 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 19 21:09:28.356 INFO kablam! | Sep 19 21:09:28.356 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.356 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.356 INFO kablam! | Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! Sep 19 21:09:28.356 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.356 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 21:09:28.356 INFO kablam! | Sep 19 21:09:28.356 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.356 INFO kablam! | ^^^^^^ Sep 19 21:09:28.356 INFO kablam! | Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! Sep 19 21:09:28.356 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.356 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 21:09:28.356 INFO kablam! | Sep 19 21:09:28.356 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.356 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.356 INFO kablam! | Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.356 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 21:09:28.356 INFO kablam! Sep 19 21:09:28.356 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.358 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.358 INFO kablam! | ^^^^^^ Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! Sep 19 21:09:28.358 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.358 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.358 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! Sep 19 21:09:28.358 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.358 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.358 INFO kablam! | ^^^^^^ Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! Sep 19 21:09:28.358 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.358 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.358 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! Sep 19 21:09:28.358 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.358 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.358 INFO kablam! | ^^^^^^ Sep 19 21:09:28.358 INFO kablam! | Sep 19 21:09:28.358 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 21:09:28.358 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.358 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 21:09:28.359 INFO kablam! Sep 19 21:09:28.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.359 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.359 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! Sep 19 21:09:28.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.359 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.359 INFO kablam! | ^^^^^^ Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! Sep 19 21:09:28.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.359 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:28.359 INFO kablam! | ^^^^^^^ Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! Sep 19 21:09:28.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.359 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:28.359 INFO kablam! | ^^^^^^ Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! Sep 19 21:09:28.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.359 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 INFO kablam! 132 | self.0.iter() Sep 19 21:09:28.359 INFO kablam! | ^^^^^^ Sep 19 21:09:28.359 INFO kablam! | Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.359 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 21:09:28.359 INFO kablam! Sep 19 21:09:28.359 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.360 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:28.360 INFO kablam! | ^^^^^^ Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 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 21:09:28.360 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.360 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 21:09:28.360 INFO kablam! Sep 19 21:09:28.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.360 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 INFO kablam! 153 | &self.0[..] Sep 19 21:09:28.360 INFO kablam! | ^^^^^^ Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 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 21:09:28.360 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.360 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 21:09:28.360 INFO kablam! Sep 19 21:09:28.360 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:28.360 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:28.360 INFO kablam! | ^^^^^^ Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 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 21:09:28.360 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:28.360 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 21:09:28.360 INFO kablam! Sep 19 21:09:28.360 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 21:09:28.360 INFO kablam! --> src/lib.rs:8:12 Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 21:09:28.360 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 21:09:28.360 INFO kablam! | Sep 19 21:09:28.360 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:09:28.360 INFO kablam! Sep 19 21:09:28.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Sep 19 21:09:28.394 INFO kablam! su: No module specific data is present Sep 19 21:09:29.012 INFO running `"docker" "rm" "-f" "d30372c292562c9bdaf41b2cbdc6e3152898e3eaa9d7895b0b42208af736376e"` Sep 19 21:09:29.134 INFO blam! d30372c292562c9bdaf41b2cbdc6e3152898e3eaa9d7895b0b42208af736376e