Sep 10 10:46:14.777 INFO checking rust-extra-0.0.17 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:46:14.777 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:46:14.777 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:46:15.170 INFO blam! cef8355a855c470d22aaad4fa839a8d244256b8d7c1ad2f87004cbddbfac6715 Sep 10 10:46:15.172 INFO running `"docker" "start" "-a" "cef8355a855c470d22aaad4fa839a8d244256b8d7c1ad2f87004cbddbfac6715"` Sep 10 10:46:15.723 INFO kablam! usermod: no changes Sep 10 10:46:15.745 INFO kablam! Checking rust-extra v0.0.17 (file:///source) Sep 10 10:46:16.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.712 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 10 10:46:16.712 INFO kablam! | Sep 10 10:46:16.712 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.712 INFO kablam! | ^^^^^^ Sep 10 10:46:16.712 INFO kablam! | Sep 10 10:46:16.712 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 10:46:16.712 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.712 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.712 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.712 INFO kablam! Sep 10 10:46:16.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.712 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 10 10:46:16.712 INFO kablam! | Sep 10 10:46:16.712 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.712 INFO kablam! | ^^^^^^ Sep 10 10:46:16.712 INFO kablam! | Sep 10 10:46:16.712 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.712 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.712 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.712 INFO kablam! Sep 10 10:46:16.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.712 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 10 10:46:16.712 INFO kablam! | Sep 10 10:46:16.712 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.712 INFO kablam! | ^^^^^^ Sep 10 10:46:16.712 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.713 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.713 INFO kablam! Sep 10 10:46:16.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.713 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.713 INFO kablam! | ^^^^^^ Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.713 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.713 INFO kablam! Sep 10 10:46:16.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.713 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.713 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.713 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.713 INFO kablam! Sep 10 10:46:16.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.713 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.713 INFO kablam! | ^^^^^^ Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.713 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.713 INFO kablam! Sep 10 10:46:16.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.713 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.713 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.713 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.713 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.713 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.713 INFO kablam! Sep 10 10:46:16.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.713 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 10 10:46:16.713 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.714 INFO kablam! | ^^^^^^ Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.714 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.714 INFO kablam! Sep 10 10:46:16.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.714 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.714 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.714 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.714 INFO kablam! Sep 10 10:46:16.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.714 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.714 INFO kablam! | ^^^^^^ Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.714 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.714 INFO kablam! Sep 10 10:46:16.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.714 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.714 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.714 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.714 INFO kablam! Sep 10 10:46:16.714 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.714 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.714 INFO kablam! | ^^^^^^ Sep 10 10:46:16.714 INFO kablam! | Sep 10 10:46:16.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.714 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.714 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.715 INFO kablam! Sep 10 10:46:16.715 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.715 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 10 10:46:16.715 INFO kablam! | Sep 10 10:46:16.715 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.716 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.716 INFO kablam! Sep 10 10:46:16.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.716 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.716 INFO kablam! | ^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.716 INFO kablam! Sep 10 10:46:16.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.716 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.716 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.716 INFO kablam! Sep 10 10:46:16.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.716 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.716 INFO kablam! | ^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.716 INFO kablam! Sep 10 10:46:16.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.716 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.716 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.716 INFO kablam! Sep 10 10:46:16.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.716 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.716 INFO kablam! | ^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.716 INFO kablam! Sep 10 10:46:16.716 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.716 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.716 INFO kablam! | ^^^^^^ Sep 10 10:46:16.716 INFO kablam! | Sep 10 10:46:16.716 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.716 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.716 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.717 INFO kablam! | ^^^^^^ Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.717 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.717 INFO kablam! | ^^^^^^ Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.717 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.717 INFO kablam! | ^^^^^^ Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.717 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.717 INFO kablam! | ^^^^^^ Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.717 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.717 INFO kablam! | ^^^^^^ Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.717 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.717 INFO kablam! | ^^^^^^ Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.717 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.717 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.717 INFO kablam! Sep 10 10:46:16.717 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.717 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 10 10:46:16.717 INFO kablam! | Sep 10 10:46:16.717 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.718 INFO kablam! | ^^^^^^ Sep 10 10:46:16.718 INFO kablam! | Sep 10 10:46:16.718 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.718 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.718 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.718 INFO kablam! Sep 10 10:46:16.718 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.718 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 10 10:46:16.718 INFO kablam! | Sep 10 10:46:16.718 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.718 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.718 INFO kablam! | Sep 10 10:46:16.718 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.718 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.719 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.719 INFO kablam! Sep 10 10:46:16.719 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.719 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 10 10:46:16.719 INFO kablam! | Sep 10 10:46:16.719 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.719 INFO kablam! | ^^^^^^ Sep 10 10:46:16.719 INFO kablam! | Sep 10 10:46:16.719 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.719 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.719 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.719 INFO kablam! Sep 10 10:46:16.719 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.719 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 10 10:46:16.719 INFO kablam! | Sep 10 10:46:16.719 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.719 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.719 INFO kablam! | Sep 10 10:46:16.719 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.719 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.719 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.719 INFO kablam! Sep 10 10:46:16.719 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.719 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 10 10:46:16.719 INFO kablam! | Sep 10 10:46:16.719 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.719 INFO kablam! | ^^^^^^ Sep 10 10:46:16.719 INFO kablam! | Sep 10 10:46:16.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.720 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.720 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.720 INFO kablam! Sep 10 10:46:16.720 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.720 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 10 10:46:16.720 INFO kablam! | Sep 10 10:46:16.720 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.720 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.720 INFO kablam! | Sep 10 10:46:16.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.720 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.720 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.720 INFO kablam! Sep 10 10:46:16.720 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.720 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 10 10:46:16.720 INFO kablam! | Sep 10 10:46:16.721 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.721 INFO kablam! | ^^^^^^ Sep 10 10:46:16.721 INFO kablam! | Sep 10 10:46:16.721 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.721 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.721 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.721 INFO kablam! Sep 10 10:46:16.721 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.721 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 10 10:46:16.721 INFO kablam! | Sep 10 10:46:16.721 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.721 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.721 INFO kablam! | Sep 10 10:46:16.721 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.721 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.721 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.721 INFO kablam! Sep 10 10:46:16.721 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.721 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 10 10:46:16.722 INFO kablam! | Sep 10 10:46:16.722 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.722 INFO kablam! | ^^^^^^ Sep 10 10:46:16.722 INFO kablam! | Sep 10 10:46:16.722 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.722 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.722 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.722 INFO kablam! Sep 10 10:46:16.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.722 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 10 10:46:16.722 INFO kablam! | Sep 10 10:46:16.722 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.722 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.722 INFO kablam! | Sep 10 10:46:16.722 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.722 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.722 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.722 INFO kablam! Sep 10 10:46:16.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.722 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 10 10:46:16.722 INFO kablam! | Sep 10 10:46:16.722 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.722 INFO kablam! | ^^^^^^ Sep 10 10:46:16.722 INFO kablam! | Sep 10 10:46:16.722 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.722 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.722 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.722 INFO kablam! Sep 10 10:46:16.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.722 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 10 10:46:16.723 INFO kablam! | Sep 10 10:46:16.723 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.723 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.723 INFO kablam! | Sep 10 10:46:16.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.723 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.723 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.723 INFO kablam! Sep 10 10:46:16.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.723 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 10 10:46:16.723 INFO kablam! | Sep 10 10:46:16.723 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.723 INFO kablam! | ^^^^^^ Sep 10 10:46:16.723 INFO kablam! | Sep 10 10:46:16.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.723 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.723 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.723 INFO kablam! Sep 10 10:46:16.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.723 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 10 10:46:16.723 INFO kablam! | Sep 10 10:46:16.723 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.723 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.723 INFO kablam! | Sep 10 10:46:16.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.723 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.723 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.723 INFO kablam! Sep 10 10:46:16.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.724 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 10 10:46:16.724 INFO kablam! | Sep 10 10:46:16.724 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.724 INFO kablam! | ^^^^^^ Sep 10 10:46:16.724 INFO kablam! | Sep 10 10:46:16.724 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.724 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.724 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.724 INFO kablam! Sep 10 10:46:16.724 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.724 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 10 10:46:16.724 INFO kablam! | Sep 10 10:46:16.724 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.724 INFO kablam! | ^^^^^^ Sep 10 10:46:16.724 INFO kablam! | Sep 10 10:46:16.724 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.725 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.725 INFO kablam! Sep 10 10:46:16.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.725 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.725 INFO kablam! | ^^^^^^ Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.725 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.725 INFO kablam! Sep 10 10:46:16.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.725 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.725 INFO kablam! | ^^^^^^ Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.725 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.725 INFO kablam! Sep 10 10:46:16.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.725 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.725 INFO kablam! | ^^^^^^ Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.725 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.725 INFO kablam! Sep 10 10:46:16.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.725 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.725 INFO kablam! | ^^^^^^ Sep 10 10:46:16.725 INFO kablam! | Sep 10 10:46:16.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.725 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.725 INFO kablam! Sep 10 10:46:16.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.726 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 10 10:46:16.726 INFO kablam! | Sep 10 10:46:16.726 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.726 INFO kablam! | ^^^^^^ Sep 10 10:46:16.726 INFO kablam! | Sep 10 10:46:16.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.727 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.727 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.727 INFO kablam! Sep 10 10:46:16.727 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.727 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 10 10:46:16.727 INFO kablam! | Sep 10 10:46:16.727 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.727 INFO kablam! | ^^^^^^ Sep 10 10:46:16.727 INFO kablam! | Sep 10 10:46:16.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.727 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.727 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.727 INFO kablam! Sep 10 10:46:16.727 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.727 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 10 10:46:16.727 INFO kablam! | Sep 10 10:46:16.727 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.728 INFO kablam! | ^^^^^^ Sep 10 10:46:16.728 INFO kablam! | Sep 10 10:46:16.728 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.728 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.728 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.728 INFO kablam! Sep 10 10:46:16.728 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.728 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 10 10:46:16.728 INFO kablam! | Sep 10 10:46:16.728 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.728 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.728 INFO kablam! | Sep 10 10:46:16.728 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.728 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.728 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.728 INFO kablam! Sep 10 10:46:16.728 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.728 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 10 10:46:16.728 INFO kablam! | Sep 10 10:46:16.728 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.728 INFO kablam! | ^^^^^^ Sep 10 10:46:16.729 INFO kablam! | Sep 10 10:46:16.729 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.729 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.729 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.729 INFO kablam! Sep 10 10:46:16.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.729 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 10 10:46:16.729 INFO kablam! | Sep 10 10:46:16.729 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.729 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.729 INFO kablam! | Sep 10 10:46:16.729 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.729 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.729 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.729 INFO kablam! Sep 10 10:46:16.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.729 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 10 10:46:16.729 INFO kablam! | Sep 10 10:46:16.729 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.729 INFO kablam! | ^^^^^^ Sep 10 10:46:16.729 INFO kablam! | Sep 10 10:46:16.730 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.730 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.730 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.730 INFO kablam! Sep 10 10:46:16.730 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.730 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 10 10:46:16.730 INFO kablam! | Sep 10 10:46:16.730 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.730 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.730 INFO kablam! | Sep 10 10:46:16.730 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.730 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.730 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.730 INFO kablam! Sep 10 10:46:16.730 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.730 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 10 10:46:16.730 INFO kablam! | Sep 10 10:46:16.730 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.730 INFO kablam! | ^^^^^^ Sep 10 10:46:16.730 INFO kablam! | Sep 10 10:46:16.730 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.731 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.731 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.731 INFO kablam! Sep 10 10:46:16.731 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.731 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 10 10:46:16.731 INFO kablam! | Sep 10 10:46:16.731 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.731 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.731 INFO kablam! | Sep 10 10:46:16.731 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.731 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.731 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.731 INFO kablam! Sep 10 10:46:16.731 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.731 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 10 10:46:16.731 INFO kablam! | Sep 10 10:46:16.731 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.731 INFO kablam! | ^^^^^^ Sep 10 10:46:16.731 INFO kablam! | Sep 10 10:46:16.731 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.731 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.731 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.731 INFO kablam! Sep 10 10:46:16.731 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.731 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 10 10:46:16.731 INFO kablam! | Sep 10 10:46:16.731 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.731 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.731 INFO kablam! | Sep 10 10:46:16.731 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.732 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.732 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.732 INFO kablam! Sep 10 10:46:16.732 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.732 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 10 10:46:16.732 INFO kablam! | Sep 10 10:46:16.732 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.732 INFO kablam! | ^^^^^^ Sep 10 10:46:16.732 INFO kablam! | Sep 10 10:46:16.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.732 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.732 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.732 INFO kablam! Sep 10 10:46:16.732 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.732 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 10 10:46:16.732 INFO kablam! | Sep 10 10:46:16.732 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.732 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.732 INFO kablam! | Sep 10 10:46:16.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.732 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.732 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.732 INFO kablam! Sep 10 10:46:16.732 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.733 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 10 10:46:16.733 INFO kablam! | Sep 10 10:46:16.733 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.733 INFO kablam! | ^^^^^^ Sep 10 10:46:16.733 INFO kablam! | Sep 10 10:46:16.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.733 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.733 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.733 INFO kablam! Sep 10 10:46:16.733 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.733 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 10 10:46:16.733 INFO kablam! | Sep 10 10:46:16.733 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.733 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.733 INFO kablam! | Sep 10 10:46:16.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.733 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.733 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.733 INFO kablam! Sep 10 10:46:16.733 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.733 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 10 10:46:16.733 INFO kablam! | Sep 10 10:46:16.733 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.733 INFO kablam! | ^^^^^^ Sep 10 10:46:16.733 INFO kablam! | Sep 10 10:46:16.734 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.734 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.734 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.734 INFO kablam! Sep 10 10:46:16.734 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.734 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 10 10:46:16.734 INFO kablam! | Sep 10 10:46:16.734 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.734 INFO kablam! | ^^^^^^ Sep 10 10:46:16.734 INFO kablam! | Sep 10 10:46:16.734 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.734 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.734 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.734 INFO kablam! Sep 10 10:46:16.734 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.734 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 10 10:46:16.734 INFO kablam! | Sep 10 10:46:16.734 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.734 INFO kablam! | ^^^^^^ Sep 10 10:46:16.734 INFO kablam! | Sep 10 10:46:16.734 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.734 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.735 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.735 INFO kablam! Sep 10 10:46:16.735 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.735 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 10 10:46:16.735 INFO kablam! | Sep 10 10:46:16.735 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.735 INFO kablam! | ^^^^^^ Sep 10 10:46:16.735 INFO kablam! | Sep 10 10:46:16.735 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.735 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.735 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.735 INFO kablam! Sep 10 10:46:16.735 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.735 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 10 10:46:16.735 INFO kablam! | Sep 10 10:46:16.735 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.735 INFO kablam! | ^^^^^^ Sep 10 10:46:16.735 INFO kablam! | Sep 10 10:46:16.735 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.735 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.735 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.735 INFO kablam! Sep 10 10:46:16.735 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.735 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 10 10:46:16.735 INFO kablam! | Sep 10 10:46:16.736 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.736 INFO kablam! | ^^^^^^ Sep 10 10:46:16.736 INFO kablam! | Sep 10 10:46:16.736 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.736 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.736 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.736 INFO kablam! Sep 10 10:46:16.736 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.736 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 10 10:46:16.736 INFO kablam! | Sep 10 10:46:16.736 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.736 INFO kablam! | ^^^^^^ Sep 10 10:46:16.736 INFO kablam! | Sep 10 10:46:16.736 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.736 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.736 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.736 INFO kablam! Sep 10 10:46:16.736 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.736 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 10 10:46:16.736 INFO kablam! | Sep 10 10:46:16.737 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.737 INFO kablam! | ^^^^^^ Sep 10 10:46:16.737 INFO kablam! | Sep 10 10:46:16.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.737 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.737 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.737 INFO kablam! Sep 10 10:46:16.737 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.737 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 10 10:46:16.737 INFO kablam! | Sep 10 10:46:16.737 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.737 INFO kablam! | ^^^^^^ Sep 10 10:46:16.737 INFO kablam! | Sep 10 10:46:16.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.737 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.737 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.737 INFO kablam! Sep 10 10:46:16.737 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.737 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 10 10:46:16.738 INFO kablam! | Sep 10 10:46:16.738 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.738 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.738 INFO kablam! | Sep 10 10:46:16.738 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.738 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.738 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.738 INFO kablam! Sep 10 10:46:16.738 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.738 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 10 10:46:16.738 INFO kablam! | Sep 10 10:46:16.738 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.738 INFO kablam! | ^^^^^^ Sep 10 10:46:16.738 INFO kablam! | Sep 10 10:46:16.738 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.738 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.738 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.738 INFO kablam! Sep 10 10:46:16.738 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.738 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 10 10:46:16.738 INFO kablam! | Sep 10 10:46:16.738 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.738 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.738 INFO kablam! | Sep 10 10:46:16.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.739 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.739 INFO kablam! Sep 10 10:46:16.739 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.739 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 10 10:46:16.739 INFO kablam! | Sep 10 10:46:16.739 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.739 INFO kablam! | ^^^^^^ Sep 10 10:46:16.739 INFO kablam! | Sep 10 10:46:16.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.739 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.739 INFO kablam! Sep 10 10:46:16.739 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.739 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 10 10:46:16.739 INFO kablam! | Sep 10 10:46:16.739 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.739 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.739 INFO kablam! | Sep 10 10:46:16.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.739 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.740 INFO kablam! Sep 10 10:46:16.740 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.740 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 10 10:46:16.740 INFO kablam! | Sep 10 10:46:16.740 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.740 INFO kablam! | ^^^^^^ Sep 10 10:46:16.740 INFO kablam! | Sep 10 10:46:16.740 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.740 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.740 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.740 INFO kablam! Sep 10 10:46:16.740 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.740 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 10 10:46:16.740 INFO kablam! | Sep 10 10:46:16.740 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.740 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.740 INFO kablam! | Sep 10 10:46:16.740 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.740 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.740 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.740 INFO kablam! Sep 10 10:46:16.740 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.740 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 10 10:46:16.740 INFO kablam! | Sep 10 10:46:16.740 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.740 INFO kablam! | ^^^^^^ Sep 10 10:46:16.741 INFO kablam! | Sep 10 10:46:16.741 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.741 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.741 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.741 INFO kablam! Sep 10 10:46:16.741 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.741 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 10 10:46:16.741 INFO kablam! | Sep 10 10:46:16.741 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.741 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.741 INFO kablam! | Sep 10 10:46:16.741 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.741 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.741 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.741 INFO kablam! Sep 10 10:46:16.741 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.741 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 10 10:46:16.741 INFO kablam! | Sep 10 10:46:16.741 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.741 INFO kablam! | ^^^^^^ Sep 10 10:46:16.741 INFO kablam! | Sep 10 10:46:16.742 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.742 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.742 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.742 INFO kablam! Sep 10 10:46:16.742 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.742 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 10 10:46:16.742 INFO kablam! | Sep 10 10:46:16.742 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.742 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.742 INFO kablam! | Sep 10 10:46:16.742 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.742 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.743 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.743 INFO kablam! Sep 10 10:46:16.743 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.743 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 10 10:46:16.743 INFO kablam! | Sep 10 10:46:16.743 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.743 INFO kablam! | ^^^^^^ Sep 10 10:46:16.743 INFO kablam! | Sep 10 10:46:16.743 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.743 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.743 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.743 INFO kablam! Sep 10 10:46:16.743 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.744 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 10 10:46:16.744 INFO kablam! | Sep 10 10:46:16.744 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.744 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.744 INFO kablam! | Sep 10 10:46:16.744 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.744 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.744 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.744 INFO kablam! Sep 10 10:46:16.744 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.744 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 10 10:46:16.744 INFO kablam! | Sep 10 10:46:16.744 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.745 INFO kablam! | ^^^^^^ Sep 10 10:46:16.745 INFO kablam! | Sep 10 10:46:16.745 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.745 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.745 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.745 INFO kablam! Sep 10 10:46:16.745 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.745 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 10 10:46:16.745 INFO kablam! | Sep 10 10:46:16.745 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.745 INFO kablam! | ^^^^^^ Sep 10 10:46:16.745 INFO kablam! | Sep 10 10:46:16.745 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.747 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.747 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.747 INFO kablam! Sep 10 10:46:16.747 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.747 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 10 10:46:16.747 INFO kablam! | Sep 10 10:46:16.747 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.747 INFO kablam! | ^^^^^^ Sep 10 10:46:16.747 INFO kablam! | Sep 10 10:46:16.747 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.747 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.747 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.747 INFO kablam! Sep 10 10:46:16.747 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.747 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 10 10:46:16.747 INFO kablam! | Sep 10 10:46:16.747 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.747 INFO kablam! | ^^^^^^ Sep 10 10:46:16.747 INFO kablam! | Sep 10 10:46:16.748 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.748 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.748 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.748 INFO kablam! Sep 10 10:46:16.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.748 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 10 10:46:16.748 INFO kablam! | Sep 10 10:46:16.748 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.748 INFO kablam! | ^^^^^^ Sep 10 10:46:16.748 INFO kablam! | Sep 10 10:46:16.748 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.748 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.748 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.748 INFO kablam! Sep 10 10:46:16.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.749 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 10 10:46:16.749 INFO kablam! | Sep 10 10:46:16.750 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.750 INFO kablam! | ^^^^^^ Sep 10 10:46:16.750 INFO kablam! | Sep 10 10:46:16.750 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.750 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.750 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.750 INFO kablam! Sep 10 10:46:16.750 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.750 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 10 10:46:16.750 INFO kablam! | Sep 10 10:46:16.750 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.750 INFO kablam! | ^^^^^^ Sep 10 10:46:16.750 INFO kablam! | Sep 10 10:46:16.750 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.750 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.750 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.750 INFO kablam! Sep 10 10:46:16.750 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.750 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 10 10:46:16.750 INFO kablam! | Sep 10 10:46:16.750 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.750 INFO kablam! | ^^^^^^ Sep 10 10:46:16.750 INFO kablam! | Sep 10 10:46:16.751 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.751 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.751 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.751 INFO kablam! Sep 10 10:46:16.751 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.752 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 10 10:46:16.752 INFO kablam! | Sep 10 10:46:16.752 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.752 INFO kablam! | ^^^^^^ Sep 10 10:46:16.752 INFO kablam! | Sep 10 10:46:16.752 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.752 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.752 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.752 INFO kablam! Sep 10 10:46:16.752 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.752 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 10 10:46:16.752 INFO kablam! | Sep 10 10:46:16.752 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.753 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.753 INFO kablam! | Sep 10 10:46:16.753 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.753 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.753 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.753 INFO kablam! Sep 10 10:46:16.753 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.753 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 10 10:46:16.753 INFO kablam! | Sep 10 10:46:16.753 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.753 INFO kablam! | ^^^^^^ Sep 10 10:46:16.753 INFO kablam! | Sep 10 10:46:16.753 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.753 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.753 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.753 INFO kablam! Sep 10 10:46:16.753 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.753 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 10 10:46:16.753 INFO kablam! | Sep 10 10:46:16.753 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.753 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.754 INFO kablam! | Sep 10 10:46:16.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.754 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.754 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.754 INFO kablam! Sep 10 10:46:16.754 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.754 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 10 10:46:16.754 INFO kablam! | Sep 10 10:46:16.754 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.754 INFO kablam! | ^^^^^^ Sep 10 10:46:16.754 INFO kablam! | Sep 10 10:46:16.754 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.754 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.754 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.755 INFO kablam! Sep 10 10:46:16.755 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.755 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 10 10:46:16.755 INFO kablam! | Sep 10 10:46:16.756 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.756 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.756 INFO kablam! | Sep 10 10:46:16.756 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.756 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.756 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.756 INFO kablam! Sep 10 10:46:16.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.756 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 10 10:46:16.756 INFO kablam! | Sep 10 10:46:16.756 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.756 INFO kablam! | ^^^^^^ Sep 10 10:46:16.756 INFO kablam! | Sep 10 10:46:16.756 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.757 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.757 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.757 INFO kablam! Sep 10 10:46:16.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.757 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 10 10:46:16.757 INFO kablam! | Sep 10 10:46:16.757 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.757 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.757 INFO kablam! | Sep 10 10:46:16.757 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.757 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.757 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.757 INFO kablam! Sep 10 10:46:16.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.757 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 10 10:46:16.757 INFO kablam! | Sep 10 10:46:16.758 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.758 INFO kablam! | ^^^^^^ Sep 10 10:46:16.758 INFO kablam! | Sep 10 10:46:16.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.758 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.758 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.758 INFO kablam! Sep 10 10:46:16.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.758 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 10 10:46:16.758 INFO kablam! | Sep 10 10:46:16.758 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.758 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.758 INFO kablam! | Sep 10 10:46:16.758 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.758 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.759 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.759 INFO kablam! Sep 10 10:46:16.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.759 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 10 10:46:16.759 INFO kablam! | Sep 10 10:46:16.759 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.759 INFO kablam! | ^^^^^^ Sep 10 10:46:16.759 INFO kablam! | Sep 10 10:46:16.759 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.759 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.759 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.759 INFO kablam! Sep 10 10:46:16.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.760 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 10 10:46:16.760 INFO kablam! | Sep 10 10:46:16.760 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.760 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.760 INFO kablam! | Sep 10 10:46:16.760 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.760 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.760 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.760 INFO kablam! Sep 10 10:46:16.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.760 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 10 10:46:16.760 INFO kablam! | Sep 10 10:46:16.761 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.761 INFO kablam! | ^^^^^^ Sep 10 10:46:16.761 INFO kablam! | Sep 10 10:46:16.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.761 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.761 INFO kablam! Sep 10 10:46:16.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.761 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 10 10:46:16.761 INFO kablam! | Sep 10 10:46:16.761 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.762 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.762 INFO kablam! | Sep 10 10:46:16.762 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.762 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.762 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.762 INFO kablam! Sep 10 10:46:16.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.762 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 10 10:46:16.762 INFO kablam! | Sep 10 10:46:16.762 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.762 INFO kablam! | ^^^^^^ Sep 10 10:46:16.763 INFO kablam! | Sep 10 10:46:16.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.763 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.763 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.763 INFO kablam! Sep 10 10:46:16.763 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.763 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 10 10:46:16.763 INFO kablam! | Sep 10 10:46:16.763 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.763 INFO kablam! | ^^^^^^ Sep 10 10:46:16.763 INFO kablam! | Sep 10 10:46:16.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.763 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.763 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.763 INFO kablam! Sep 10 10:46:16.763 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.764 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 10 10:46:16.764 INFO kablam! | Sep 10 10:46:16.764 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.764 INFO kablam! | ^^^^^^ Sep 10 10:46:16.764 INFO kablam! | Sep 10 10:46:16.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.764 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.764 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.764 INFO kablam! Sep 10 10:46:16.764 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.764 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 10 10:46:16.764 INFO kablam! | Sep 10 10:46:16.764 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.764 INFO kablam! | ^^^^^^ Sep 10 10:46:16.764 INFO kablam! | Sep 10 10:46:16.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.764 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.765 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.765 INFO kablam! Sep 10 10:46:16.765 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.765 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 10 10:46:16.765 INFO kablam! | Sep 10 10:46:16.765 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.765 INFO kablam! | ^^^^^^ Sep 10 10:46:16.765 INFO kablam! | Sep 10 10:46:16.765 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.765 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.765 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.765 INFO kablam! Sep 10 10:46:16.765 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.766 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 10 10:46:16.766 INFO kablam! | Sep 10 10:46:16.766 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.766 INFO kablam! | ^^^^^^ Sep 10 10:46:16.766 INFO kablam! | Sep 10 10:46:16.766 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.766 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.766 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.766 INFO kablam! Sep 10 10:46:16.766 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.766 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 10 10:46:16.766 INFO kablam! | Sep 10 10:46:16.767 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.767 INFO kablam! | ^^^^^^ Sep 10 10:46:16.767 INFO kablam! | Sep 10 10:46:16.767 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.767 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.767 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.767 INFO kablam! Sep 10 10:46:16.767 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.767 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 10 10:46:16.767 INFO kablam! | Sep 10 10:46:16.767 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.767 INFO kablam! | ^^^^^^ Sep 10 10:46:16.768 INFO kablam! | Sep 10 10:46:16.768 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.768 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.768 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.768 INFO kablam! Sep 10 10:46:16.768 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.768 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 10 10:46:16.768 INFO kablam! | Sep 10 10:46:16.768 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.768 INFO kablam! | ^^^^^^ Sep 10 10:46:16.768 INFO kablam! | Sep 10 10:46:16.768 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.768 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.769 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.769 INFO kablam! Sep 10 10:46:16.769 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.769 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 10 10:46:16.769 INFO kablam! | Sep 10 10:46:16.769 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.769 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.769 INFO kablam! | Sep 10 10:46:16.769 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.769 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.769 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.769 INFO kablam! Sep 10 10:46:16.769 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.769 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 10 10:46:16.770 INFO kablam! | Sep 10 10:46:16.770 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.770 INFO kablam! | ^^^^^^ Sep 10 10:46:16.770 INFO kablam! | Sep 10 10:46:16.770 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.770 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.770 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.770 INFO kablam! Sep 10 10:46:16.770 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.770 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 10 10:46:16.770 INFO kablam! | Sep 10 10:46:16.770 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.770 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.770 INFO kablam! | Sep 10 10:46:16.770 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.770 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.770 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.770 INFO kablam! Sep 10 10:46:16.771 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.771 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 10 10:46:16.771 INFO kablam! | Sep 10 10:46:16.771 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.771 INFO kablam! | ^^^^^^ Sep 10 10:46:16.771 INFO kablam! | Sep 10 10:46:16.771 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.771 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.771 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.771 INFO kablam! Sep 10 10:46:16.771 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.771 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 10 10:46:16.771 INFO kablam! | Sep 10 10:46:16.771 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.771 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.772 INFO kablam! | Sep 10 10:46:16.772 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.772 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.772 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.772 INFO kablam! Sep 10 10:46:16.772 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.772 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 10 10:46:16.772 INFO kablam! | Sep 10 10:46:16.772 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.772 INFO kablam! | ^^^^^^ Sep 10 10:46:16.772 INFO kablam! | Sep 10 10:46:16.772 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.773 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.773 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.773 INFO kablam! Sep 10 10:46:16.773 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.773 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 10 10:46:16.773 INFO kablam! | Sep 10 10:46:16.773 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.773 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.773 INFO kablam! | Sep 10 10:46:16.773 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.773 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.773 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.774 INFO kablam! Sep 10 10:46:16.774 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.774 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 10 10:46:16.774 INFO kablam! | Sep 10 10:46:16.774 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.774 INFO kablam! | ^^^^^^ Sep 10 10:46:16.774 INFO kablam! | Sep 10 10:46:16.774 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.774 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.774 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.774 INFO kablam! Sep 10 10:46:16.774 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.774 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 10 10:46:16.774 INFO kablam! | Sep 10 10:46:16.774 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.774 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.774 INFO kablam! | Sep 10 10:46:16.774 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.774 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.774 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.774 INFO kablam! Sep 10 10:46:16.774 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.774 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 10 10:46:16.774 INFO kablam! | Sep 10 10:46:16.774 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.774 INFO kablam! | ^^^^^^ Sep 10 10:46:16.774 INFO kablam! | Sep 10 10:46:16.775 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.775 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.775 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.775 INFO kablam! Sep 10 10:46:16.775 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.775 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 10 10:46:16.775 INFO kablam! | Sep 10 10:46:16.775 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.775 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.775 INFO kablam! | Sep 10 10:46:16.775 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.775 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.775 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.775 INFO kablam! Sep 10 10:46:16.775 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.775 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 10 10:46:16.775 INFO kablam! | Sep 10 10:46:16.775 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.775 INFO kablam! | ^^^^^^ Sep 10 10:46:16.775 INFO kablam! | Sep 10 10:46:16.775 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.775 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.775 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.776 INFO kablam! Sep 10 10:46:16.776 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.776 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 10 10:46:16.776 INFO kablam! | Sep 10 10:46:16.776 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.776 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.776 INFO kablam! | Sep 10 10:46:16.776 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.776 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.776 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.776 INFO kablam! Sep 10 10:46:16.776 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.776 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 10 10:46:16.776 INFO kablam! | Sep 10 10:46:16.776 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.776 INFO kablam! | ^^^^^^ Sep 10 10:46:16.776 INFO kablam! | Sep 10 10:46:16.776 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.776 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.776 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.776 INFO kablam! Sep 10 10:46:16.776 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.776 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 10 10:46:16.777 INFO kablam! | Sep 10 10:46:16.777 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.777 INFO kablam! | ^^^^^^ Sep 10 10:46:16.777 INFO kablam! | Sep 10 10:46:16.777 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.777 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.777 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.777 INFO kablam! Sep 10 10:46:16.777 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.777 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 10 10:46:16.777 INFO kablam! | Sep 10 10:46:16.777 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.777 INFO kablam! | ^^^^^^ Sep 10 10:46:16.777 INFO kablam! | Sep 10 10:46:16.777 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.777 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.777 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.777 INFO kablam! Sep 10 10:46:16.777 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.777 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 10 10:46:16.777 INFO kablam! | Sep 10 10:46:16.778 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.778 INFO kablam! | ^^^^^^ Sep 10 10:46:16.778 INFO kablam! | Sep 10 10:46:16.778 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.778 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.778 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.778 INFO kablam! Sep 10 10:46:16.778 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.778 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 10 10:46:16.778 INFO kablam! | Sep 10 10:46:16.778 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.778 INFO kablam! | ^^^^^^ Sep 10 10:46:16.778 INFO kablam! | Sep 10 10:46:16.778 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.778 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.778 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.778 INFO kablam! Sep 10 10:46:16.778 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.778 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 10 10:46:16.778 INFO kablam! | Sep 10 10:46:16.778 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.778 INFO kablam! | ^^^^^^ Sep 10 10:46:16.778 INFO kablam! | Sep 10 10:46:16.779 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.779 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.779 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.779 INFO kablam! Sep 10 10:46:16.779 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.779 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 10 10:46:16.779 INFO kablam! | Sep 10 10:46:16.779 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.779 INFO kablam! | ^^^^^^ Sep 10 10:46:16.779 INFO kablam! | Sep 10 10:46:16.779 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.779 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.779 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.779 INFO kablam! Sep 10 10:46:16.779 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.779 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 10 10:46:16.779 INFO kablam! | Sep 10 10:46:16.779 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.779 INFO kablam! | ^^^^^^ Sep 10 10:46:16.779 INFO kablam! | Sep 10 10:46:16.779 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.779 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.779 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.779 INFO kablam! Sep 10 10:46:16.779 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.779 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 10 10:46:16.779 INFO kablam! | Sep 10 10:46:16.780 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.780 INFO kablam! | ^^^^^^ Sep 10 10:46:16.780 INFO kablam! | Sep 10 10:46:16.780 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.780 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.780 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.780 INFO kablam! Sep 10 10:46:16.780 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.780 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 10 10:46:16.780 INFO kablam! | Sep 10 10:46:16.780 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.780 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.780 INFO kablam! | Sep 10 10:46:16.780 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.780 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.780 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.780 INFO kablam! Sep 10 10:46:16.780 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.780 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 10 10:46:16.780 INFO kablam! | Sep 10 10:46:16.780 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.780 INFO kablam! | ^^^^^^ Sep 10 10:46:16.780 INFO kablam! | Sep 10 10:46:16.780 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.780 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.781 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.781 INFO kablam! Sep 10 10:46:16.781 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.781 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 10 10:46:16.781 INFO kablam! | Sep 10 10:46:16.781 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.781 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.781 INFO kablam! | Sep 10 10:46:16.781 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.781 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.781 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.781 INFO kablam! Sep 10 10:46:16.781 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.781 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 10 10:46:16.781 INFO kablam! | Sep 10 10:46:16.781 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.781 INFO kablam! | ^^^^^^ Sep 10 10:46:16.781 INFO kablam! | Sep 10 10:46:16.781 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.781 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.781 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.781 INFO kablam! Sep 10 10:46:16.781 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.781 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 10 10:46:16.782 INFO kablam! | Sep 10 10:46:16.782 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.782 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.782 INFO kablam! | Sep 10 10:46:16.782 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.782 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.782 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.782 INFO kablam! Sep 10 10:46:16.782 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.782 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 10 10:46:16.782 INFO kablam! | Sep 10 10:46:16.782 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.782 INFO kablam! | ^^^^^^ Sep 10 10:46:16.782 INFO kablam! | Sep 10 10:46:16.782 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.782 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.782 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.782 INFO kablam! Sep 10 10:46:16.782 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.782 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 10 10:46:16.782 INFO kablam! | Sep 10 10:46:16.782 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.782 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.782 INFO kablam! | Sep 10 10:46:16.783 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.783 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.783 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.783 INFO kablam! Sep 10 10:46:16.783 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.783 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 10 10:46:16.783 INFO kablam! | Sep 10 10:46:16.783 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.783 INFO kablam! | ^^^^^^ Sep 10 10:46:16.783 INFO kablam! | Sep 10 10:46:16.783 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.783 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.783 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.783 INFO kablam! Sep 10 10:46:16.783 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.783 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 10 10:46:16.783 INFO kablam! | Sep 10 10:46:16.783 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.783 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.783 INFO kablam! | Sep 10 10:46:16.783 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.783 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.783 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.783 INFO kablam! Sep 10 10:46:16.783 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.784 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 10 10:46:16.784 INFO kablam! | Sep 10 10:46:16.784 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.784 INFO kablam! | ^^^^^^ Sep 10 10:46:16.784 INFO kablam! | Sep 10 10:46:16.784 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.784 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.784 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.784 INFO kablam! Sep 10 10:46:16.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.784 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 10 10:46:16.784 INFO kablam! | Sep 10 10:46:16.784 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.784 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.784 INFO kablam! | Sep 10 10:46:16.784 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.784 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.784 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.784 INFO kablam! Sep 10 10:46:16.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.784 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 10 10:46:16.784 INFO kablam! | Sep 10 10:46:16.784 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.784 INFO kablam! | ^^^^^^ Sep 10 10:46:16.784 INFO kablam! | Sep 10 10:46:16.785 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.785 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.785 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.785 INFO kablam! Sep 10 10:46:16.785 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.785 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 10 10:46:16.785 INFO kablam! | Sep 10 10:46:16.785 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.785 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.785 INFO kablam! | Sep 10 10:46:16.785 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.785 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.785 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.785 INFO kablam! Sep 10 10:46:16.785 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.785 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 10 10:46:16.785 INFO kablam! | Sep 10 10:46:16.785 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.785 INFO kablam! | ^^^^^^ Sep 10 10:46:16.785 INFO kablam! | Sep 10 10:46:16.785 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.785 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.785 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.786 INFO kablam! Sep 10 10:46:16.786 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.786 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 10 10:46:16.786 INFO kablam! | Sep 10 10:46:16.786 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.786 INFO kablam! | ^^^^^^ Sep 10 10:46:16.786 INFO kablam! | Sep 10 10:46:16.786 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.786 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.786 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.786 INFO kablam! Sep 10 10:46:16.786 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.786 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 10 10:46:16.786 INFO kablam! | Sep 10 10:46:16.786 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.786 INFO kablam! | ^^^^^^ Sep 10 10:46:16.786 INFO kablam! | Sep 10 10:46:16.786 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.786 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.786 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.786 INFO kablam! Sep 10 10:46:16.786 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.786 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 10 10:46:16.786 INFO kablam! | Sep 10 10:46:16.787 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.787 INFO kablam! | ^^^^^^ Sep 10 10:46:16.787 INFO kablam! | Sep 10 10:46:16.787 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.787 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.787 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.787 INFO kablam! Sep 10 10:46:16.787 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.787 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 10 10:46:16.787 INFO kablam! | Sep 10 10:46:16.787 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.787 INFO kablam! | ^^^^^^ Sep 10 10:46:16.787 INFO kablam! | Sep 10 10:46:16.787 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.787 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.787 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.787 INFO kablam! Sep 10 10:46:16.787 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.787 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 10 10:46:16.787 INFO kablam! | Sep 10 10:46:16.787 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.787 INFO kablam! | ^^^^^^ Sep 10 10:46:16.787 INFO kablam! | Sep 10 10:46:16.787 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.788 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.788 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.788 INFO kablam! Sep 10 10:46:16.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.788 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 10 10:46:16.788 INFO kablam! | Sep 10 10:46:16.788 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.788 INFO kablam! | ^^^^^^ Sep 10 10:46:16.788 INFO kablam! | Sep 10 10:46:16.788 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.788 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.788 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.788 INFO kablam! Sep 10 10:46:16.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.788 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 10 10:46:16.788 INFO kablam! | Sep 10 10:46:16.788 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.788 INFO kablam! | ^^^^^^ Sep 10 10:46:16.788 INFO kablam! | Sep 10 10:46:16.788 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.788 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.788 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.788 INFO kablam! Sep 10 10:46:16.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.789 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 10 10:46:16.789 INFO kablam! | Sep 10 10:46:16.789 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.789 INFO kablam! | ^^^^^^ Sep 10 10:46:16.789 INFO kablam! | Sep 10 10:46:16.789 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.789 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.789 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.789 INFO kablam! Sep 10 10:46:16.789 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.789 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 10 10:46:16.789 INFO kablam! | Sep 10 10:46:16.789 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.789 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.789 INFO kablam! | Sep 10 10:46:16.789 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.789 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.789 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.789 INFO kablam! Sep 10 10:46:16.789 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.789 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 10 10:46:16.789 INFO kablam! | Sep 10 10:46:16.789 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.789 INFO kablam! | ^^^^^^ Sep 10 10:46:16.789 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.790 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.790 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.790 INFO kablam! Sep 10 10:46:16.790 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.790 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.790 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.790 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.790 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.790 INFO kablam! Sep 10 10:46:16.790 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.790 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.790 INFO kablam! | ^^^^^^ Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.790 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.790 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.790 INFO kablam! Sep 10 10:46:16.790 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.790 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.790 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.790 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.790 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.790 INFO kablam! Sep 10 10:46:16.790 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.790 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.790 INFO kablam! | ^^^^^^ Sep 10 10:46:16.790 INFO kablam! | Sep 10 10:46:16.790 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.790 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.791 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.791 INFO kablam! Sep 10 10:46:16.791 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.791 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.791 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.791 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.791 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.791 INFO kablam! Sep 10 10:46:16.791 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.791 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.791 INFO kablam! | ^^^^^^ Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.791 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.791 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.791 INFO kablam! Sep 10 10:46:16.791 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.791 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.791 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.791 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.791 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.791 INFO kablam! Sep 10 10:46:16.791 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.791 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.791 INFO kablam! | ^^^^^^ Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.791 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.791 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.791 INFO kablam! Sep 10 10:46:16.791 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.791 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.791 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.791 INFO kablam! | Sep 10 10:46:16.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.791 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.791 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.792 INFO kablam! Sep 10 10:46:16.792 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.792 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.792 INFO kablam! | ^^^^^^ Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.792 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.792 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.792 INFO kablam! Sep 10 10:46:16.792 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.792 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.792 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.792 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.792 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.792 INFO kablam! Sep 10 10:46:16.792 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.792 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.792 INFO kablam! | ^^^^^^ Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.792 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.792 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.792 INFO kablam! Sep 10 10:46:16.792 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.792 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.792 INFO kablam! | ^^^^^^ Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.792 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.792 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.792 INFO kablam! Sep 10 10:46:16.792 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.792 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.792 INFO kablam! | ^^^^^^ Sep 10 10:46:16.792 INFO kablam! | Sep 10 10:46:16.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.792 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.792 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.793 INFO kablam! Sep 10 10:46:16.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.793 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.793 INFO kablam! | ^^^^^^ Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.793 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.793 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.793 INFO kablam! Sep 10 10:46:16.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.793 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.793 INFO kablam! | ^^^^^^ Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.793 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.793 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.793 INFO kablam! Sep 10 10:46:16.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.793 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.793 INFO kablam! | ^^^^^^ Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.793 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.793 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.793 INFO kablam! Sep 10 10:46:16.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.793 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.793 INFO kablam! | ^^^^^^ Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.793 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.793 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.793 INFO kablam! Sep 10 10:46:16.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.793 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.793 INFO kablam! | ^^^^^^ Sep 10 10:46:16.793 INFO kablam! | Sep 10 10:46:16.793 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.794 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.794 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.794 INFO kablam! Sep 10 10:46:16.794 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.794 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.794 INFO kablam! | ^^^^^^ Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.794 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.794 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.794 INFO kablam! Sep 10 10:46:16.794 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.794 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.794 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.794 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.794 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.794 INFO kablam! Sep 10 10:46:16.794 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.794 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.794 INFO kablam! | ^^^^^^ Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.794 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.794 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.794 INFO kablam! Sep 10 10:46:16.794 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.794 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.794 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.794 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.794 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.794 INFO kablam! Sep 10 10:46:16.794 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.794 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 10 10:46:16.794 INFO kablam! | Sep 10 10:46:16.794 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.794 INFO kablam! | ^^^^^^ Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.795 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.795 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.795 INFO kablam! Sep 10 10:46:16.795 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.795 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.795 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.795 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.795 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.795 INFO kablam! Sep 10 10:46:16.795 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.795 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.795 INFO kablam! | ^^^^^^ Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.795 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.795 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.795 INFO kablam! Sep 10 10:46:16.795 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.795 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.795 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.795 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.795 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.795 INFO kablam! Sep 10 10:46:16.795 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.795 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.795 INFO kablam! | ^^^^^^ Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.795 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.795 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.795 INFO kablam! Sep 10 10:46:16.795 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.795 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 10 10:46:16.795 INFO kablam! | Sep 10 10:46:16.795 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.795 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.796 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.796 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.796 INFO kablam! Sep 10 10:46:16.796 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.796 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.796 INFO kablam! | ^^^^^^ Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.796 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.796 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.796 INFO kablam! Sep 10 10:46:16.796 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.796 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.796 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.796 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.796 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.796 INFO kablam! Sep 10 10:46:16.796 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.796 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.796 INFO kablam! | ^^^^^^ Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.796 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.796 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.796 INFO kablam! Sep 10 10:46:16.796 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.796 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.796 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.796 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.796 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.796 INFO kablam! Sep 10 10:46:16.796 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.796 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 10 10:46:16.796 INFO kablam! | Sep 10 10:46:16.796 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.796 INFO kablam! | ^^^^^^ Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.797 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.797 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.797 INFO kablam! Sep 10 10:46:16.797 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.797 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.797 INFO kablam! | ^^^^^^ Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.797 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.797 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.797 INFO kablam! Sep 10 10:46:16.797 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.797 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.797 INFO kablam! | ^^^^^^ Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.797 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.797 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.797 INFO kablam! Sep 10 10:46:16.797 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.797 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.797 INFO kablam! | ^^^^^^ Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.797 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.797 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.797 INFO kablam! Sep 10 10:46:16.797 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.797 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.797 INFO kablam! | ^^^^^^ Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.797 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.797 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.797 INFO kablam! Sep 10 10:46:16.797 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.797 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.797 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.797 INFO kablam! | ^^^^^^ Sep 10 10:46:16.797 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.798 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.798 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.798 INFO kablam! Sep 10 10:46:16.798 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.798 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.798 INFO kablam! | ^^^^^^ Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.798 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.798 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.798 INFO kablam! Sep 10 10:46:16.798 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.798 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.798 INFO kablam! | ^^^^^^ Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.798 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.798 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.798 INFO kablam! Sep 10 10:46:16.798 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.798 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.798 INFO kablam! | ^^^^^^ Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.798 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.798 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.798 INFO kablam! Sep 10 10:46:16.798 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.798 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.798 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.798 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.798 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.798 INFO kablam! Sep 10 10:46:16.798 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.798 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.798 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.798 INFO kablam! | ^^^^^^ Sep 10 10:46:16.798 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.799 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.799 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.799 INFO kablam! Sep 10 10:46:16.799 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.799 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.799 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.799 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.799 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.799 INFO kablam! Sep 10 10:46:16.799 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.799 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.799 INFO kablam! | ^^^^^^ Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.799 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.799 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.799 INFO kablam! Sep 10 10:46:16.799 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.799 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.799 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.799 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.799 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.799 INFO kablam! Sep 10 10:46:16.799 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.799 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.799 INFO kablam! | ^^^^^^ Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.799 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.799 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.799 INFO kablam! Sep 10 10:46:16.799 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.799 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.799 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.799 INFO kablam! | Sep 10 10:46:16.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.799 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.800 INFO kablam! Sep 10 10:46:16.800 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.800 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.800 INFO kablam! | ^^^^^^ Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.800 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.800 INFO kablam! Sep 10 10:46:16.800 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.800 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.800 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.800 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.800 INFO kablam! Sep 10 10:46:16.800 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.800 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.800 INFO kablam! | ^^^^^^ Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.800 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.800 INFO kablam! Sep 10 10:46:16.800 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.800 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.800 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.800 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.800 INFO kablam! Sep 10 10:46:16.800 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.800 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.800 INFO kablam! | ^^^^^^ Sep 10 10:46:16.800 INFO kablam! | Sep 10 10:46:16.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.800 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.800 INFO kablam! Sep 10 10:46:16.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.801 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.801 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.801 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.801 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.801 INFO kablam! Sep 10 10:46:16.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.801 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.801 INFO kablam! | ^^^^^^ Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.801 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.801 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.801 INFO kablam! Sep 10 10:46:16.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.801 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.801 INFO kablam! | ^^^^^^ Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.801 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.801 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.801 INFO kablam! Sep 10 10:46:16.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.801 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.801 INFO kablam! | ^^^^^^ Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.801 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.801 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.801 INFO kablam! Sep 10 10:46:16.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.801 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.801 INFO kablam! | ^^^^^^ Sep 10 10:46:16.801 INFO kablam! | Sep 10 10:46:16.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.801 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.801 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.801 INFO kablam! Sep 10 10:46:16.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.802 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.802 INFO kablam! | ^^^^^^ Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.802 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.802 INFO kablam! Sep 10 10:46:16.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.802 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.802 INFO kablam! | ^^^^^^ Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.802 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.802 INFO kablam! Sep 10 10:46:16.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.802 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.802 INFO kablam! | ^^^^^^ Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.802 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.802 INFO kablam! Sep 10 10:46:16.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.802 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.802 INFO kablam! | ^^^^^^ Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.802 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.802 INFO kablam! Sep 10 10:46:16.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.802 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.802 INFO kablam! | ^^^^^^ Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.802 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.802 INFO kablam! Sep 10 10:46:16.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.802 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.802 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.802 INFO kablam! | Sep 10 10:46:16.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.802 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.803 INFO kablam! Sep 10 10:46:16.803 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.803 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.803 INFO kablam! | ^^^^^^ Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.803 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.803 INFO kablam! Sep 10 10:46:16.803 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.803 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.803 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.803 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.803 INFO kablam! Sep 10 10:46:16.803 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.803 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.803 INFO kablam! | ^^^^^^ Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.803 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.803 INFO kablam! Sep 10 10:46:16.803 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.803 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.803 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.803 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.803 INFO kablam! Sep 10 10:46:16.803 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.803 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.803 INFO kablam! | ^^^^^^ Sep 10 10:46:16.803 INFO kablam! | Sep 10 10:46:16.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.803 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.804 INFO kablam! Sep 10 10:46:16.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.804 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.804 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.804 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.804 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.804 INFO kablam! Sep 10 10:46:16.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.804 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.804 INFO kablam! | ^^^^^^ Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.804 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.804 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.804 INFO kablam! Sep 10 10:46:16.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.804 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.804 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.804 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.804 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.804 INFO kablam! Sep 10 10:46:16.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.804 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.804 INFO kablam! | ^^^^^^ Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.804 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.804 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.804 INFO kablam! Sep 10 10:46:16.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.804 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.804 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.804 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.804 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.804 INFO kablam! Sep 10 10:46:16.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.804 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 10 10:46:16.804 INFO kablam! | Sep 10 10:46:16.804 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.805 INFO kablam! | ^^^^^^ Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.805 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.805 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.805 INFO kablam! Sep 10 10:46:16.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.805 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.805 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.805 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.805 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.805 INFO kablam! Sep 10 10:46:16.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.805 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.805 INFO kablam! | ^^^^^^ Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.805 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.805 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.805 INFO kablam! Sep 10 10:46:16.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.805 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.805 INFO kablam! | ^^^^^^ Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.805 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.805 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.805 INFO kablam! Sep 10 10:46:16.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.805 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.805 INFO kablam! | ^^^^^^ Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.805 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.805 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.805 INFO kablam! Sep 10 10:46:16.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.805 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.805 INFO kablam! | ^^^^^^ Sep 10 10:46:16.805 INFO kablam! | Sep 10 10:46:16.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.805 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.806 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.806 INFO kablam! Sep 10 10:46:16.806 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.806 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.806 INFO kablam! | ^^^^^^ Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.806 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.806 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.806 INFO kablam! Sep 10 10:46:16.806 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.806 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.806 INFO kablam! | ^^^^^^ Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.806 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.806 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.806 INFO kablam! Sep 10 10:46:16.806 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.806 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.806 INFO kablam! | ^^^^^^ Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.806 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.806 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.806 INFO kablam! Sep 10 10:46:16.806 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.806 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 10 10:46:16.806 INFO kablam! | Sep 10 10:46:16.806 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.807 INFO kablam! | ^^^^^^ Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.807 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.807 INFO kablam! Sep 10 10:46:16.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.807 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.807 INFO kablam! | ^^^^^^ Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.807 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.807 INFO kablam! Sep 10 10:46:16.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.807 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.807 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.807 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.807 INFO kablam! Sep 10 10:46:16.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.807 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.807 INFO kablam! | ^^^^^^ Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.807 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.807 INFO kablam! Sep 10 10:46:16.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.807 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.807 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.807 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.807 INFO kablam! Sep 10 10:46:16.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.807 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.807 INFO kablam! | ^^^^^^ Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.807 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.807 INFO kablam! Sep 10 10:46:16.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.807 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 10 10:46:16.807 INFO kablam! | Sep 10 10:46:16.807 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.808 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.808 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.808 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.808 INFO kablam! Sep 10 10:46:16.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.808 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.808 INFO kablam! | ^^^^^^ Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.808 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.808 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.808 INFO kablam! Sep 10 10:46:16.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.808 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.808 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.808 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.808 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.808 INFO kablam! Sep 10 10:46:16.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.808 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.808 INFO kablam! | ^^^^^^ Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.808 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.808 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.808 INFO kablam! Sep 10 10:46:16.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.808 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.808 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.808 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.808 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.808 INFO kablam! Sep 10 10:46:16.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.808 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 10 10:46:16.808 INFO kablam! | Sep 10 10:46:16.808 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.808 INFO kablam! | ^^^^^^ Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.809 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.809 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.809 INFO kablam! Sep 10 10:46:16.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.809 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.809 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.809 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.809 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.809 INFO kablam! Sep 10 10:46:16.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.809 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.809 INFO kablam! | ^^^^^^ Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.809 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.809 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.809 INFO kablam! Sep 10 10:46:16.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.809 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.809 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.809 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.809 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.809 INFO kablam! Sep 10 10:46:16.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.809 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.809 INFO kablam! | ^^^^^^ Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.809 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.809 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.809 INFO kablam! Sep 10 10:46:16.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.809 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.809 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.809 INFO kablam! | ^^^^^^ Sep 10 10:46:16.809 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.810 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.810 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.810 INFO kablam! Sep 10 10:46:16.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.810 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.810 INFO kablam! | ^^^^^^ Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.810 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.810 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.810 INFO kablam! Sep 10 10:46:16.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.810 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.810 INFO kablam! | ^^^^^^ Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.810 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.810 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.810 INFO kablam! Sep 10 10:46:16.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.810 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.810 INFO kablam! | ^^^^^^ Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.810 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.810 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.810 INFO kablam! Sep 10 10:46:16.810 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 10 10:46:16.810 INFO kablam! --> src/lib.rs:8:12 Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! 8 | #![feature(associated_consts)] Sep 10 10:46:16.810 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 10:46:16.810 INFO kablam! | Sep 10 10:46:16.810 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 10:46:16.810 INFO kablam! Sep 10 10:46:16.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.820 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 10 10:46:16.820 INFO kablam! | Sep 10 10:46:16.820 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.820 INFO kablam! | ^^^^^^ Sep 10 10:46:16.820 INFO kablam! | Sep 10 10:46:16.820 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 10:46:16.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.820 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.820 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.820 INFO kablam! Sep 10 10:46:16.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.820 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 10 10:46:16.820 INFO kablam! | Sep 10 10:46:16.820 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.820 INFO kablam! | ^^^^^^ Sep 10 10:46:16.820 INFO kablam! | Sep 10 10:46:16.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.820 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.820 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.820 INFO kablam! Sep 10 10:46:16.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.820 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 10 10:46:16.820 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.821 INFO kablam! | ^^^^^^ Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.821 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.821 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.821 INFO kablam! Sep 10 10:46:16.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.821 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.821 INFO kablam! | ^^^^^^ Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.821 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.821 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.821 INFO kablam! Sep 10 10:46:16.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.821 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.821 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.821 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.821 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.821 INFO kablam! Sep 10 10:46:16.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.821 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.821 INFO kablam! | ^^^^^^ Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.821 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.821 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.821 INFO kablam! Sep 10 10:46:16.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.821 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.821 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.821 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.821 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.821 INFO kablam! Sep 10 10:46:16.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.821 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 10 10:46:16.821 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.822 INFO kablam! | ^^^^^^ Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.822 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.822 INFO kablam! Sep 10 10:46:16.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.822 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.822 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.822 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.822 INFO kablam! Sep 10 10:46:16.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.822 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.822 INFO kablam! | ^^^^^^ Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.822 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.822 INFO kablam! Sep 10 10:46:16.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.822 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.822 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.822 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.822 INFO kablam! Sep 10 10:46:16.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.822 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.822 INFO kablam! | ^^^^^^ Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.822 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.822 INFO kablam! Sep 10 10:46:16.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.822 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 10 10:46:16.822 INFO kablam! | Sep 10 10:46:16.822 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.823 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.823 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.823 INFO kablam! Sep 10 10:46:16.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.823 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.823 INFO kablam! | ^^^^^^ Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.823 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.823 INFO kablam! Sep 10 10:46:16.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.823 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.823 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.823 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.823 INFO kablam! Sep 10 10:46:16.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.823 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.823 INFO kablam! | ^^^^^^ Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.823 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.823 INFO kablam! Sep 10 10:46:16.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.823 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.823 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.823 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.823 INFO kablam! Sep 10 10:46:16.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.823 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 10 10:46:16.823 INFO kablam! | Sep 10 10:46:16.823 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.823 INFO kablam! | ^^^^^^ Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.824 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.824 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.824 INFO kablam! Sep 10 10:46:16.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.824 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.824 INFO kablam! | ^^^^^^ Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.824 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.824 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.824 INFO kablam! Sep 10 10:46:16.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.824 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.824 INFO kablam! | ^^^^^^ Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.824 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.824 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.824 INFO kablam! Sep 10 10:46:16.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.824 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.824 INFO kablam! | ^^^^^^ Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.824 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.824 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.824 INFO kablam! Sep 10 10:46:16.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.824 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.824 INFO kablam! | ^^^^^^ Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.824 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.824 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.824 INFO kablam! Sep 10 10:46:16.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.824 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.824 INFO kablam! | ^^^^^^ Sep 10 10:46:16.824 INFO kablam! | Sep 10 10:46:16.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.824 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.825 INFO kablam! Sep 10 10:46:16.825 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.825 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.825 INFO kablam! | ^^^^^^ Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.825 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.825 INFO kablam! Sep 10 10:46:16.825 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.825 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.825 INFO kablam! | ^^^^^^ Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.825 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.825 INFO kablam! Sep 10 10:46:16.825 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.825 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.825 INFO kablam! | ^^^^^^ Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.825 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.825 INFO kablam! Sep 10 10:46:16.825 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.825 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.825 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.825 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.825 INFO kablam! Sep 10 10:46:16.825 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.825 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.825 INFO kablam! | ^^^^^^ Sep 10 10:46:16.825 INFO kablam! | Sep 10 10:46:16.825 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.825 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.825 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.825 INFO kablam! Sep 10 10:46:16.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.826 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.826 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.826 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.826 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.826 INFO kablam! Sep 10 10:46:16.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.826 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.826 INFO kablam! | ^^^^^^ Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.826 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.826 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.826 INFO kablam! Sep 10 10:46:16.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.826 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.826 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.826 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.826 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.826 INFO kablam! Sep 10 10:46:16.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.826 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.826 INFO kablam! | ^^^^^^ Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.826 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.826 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.826 INFO kablam! Sep 10 10:46:16.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.826 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.826 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.826 INFO kablam! | Sep 10 10:46:16.826 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.826 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.826 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.826 INFO kablam! Sep 10 10:46:16.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.827 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.827 INFO kablam! | ^^^^^^ Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.827 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.827 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.827 INFO kablam! Sep 10 10:46:16.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.827 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.827 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.827 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.827 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.827 INFO kablam! Sep 10 10:46:16.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.827 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.827 INFO kablam! | ^^^^^^ Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.827 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.827 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.827 INFO kablam! Sep 10 10:46:16.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.827 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.827 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.827 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.827 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.827 INFO kablam! Sep 10 10:46:16.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.827 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.827 INFO kablam! | ^^^^^^ Sep 10 10:46:16.827 INFO kablam! | Sep 10 10:46:16.827 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.827 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.827 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.827 INFO kablam! Sep 10 10:46:16.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.827 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.828 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.828 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.828 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.828 INFO kablam! Sep 10 10:46:16.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.828 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.828 INFO kablam! | ^^^^^^ Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.828 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.828 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.828 INFO kablam! Sep 10 10:46:16.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.828 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.828 INFO kablam! | ^^^^^^ Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.828 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.828 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.828 INFO kablam! Sep 10 10:46:16.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.828 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.828 INFO kablam! | ^^^^^^ Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.828 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.828 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.828 INFO kablam! Sep 10 10:46:16.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.828 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.828 INFO kablam! | ^^^^^^ Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.828 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.828 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.828 INFO kablam! Sep 10 10:46:16.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.828 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 10 10:46:16.828 INFO kablam! | Sep 10 10:46:16.828 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.828 INFO kablam! | ^^^^^^ Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.829 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.829 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.829 INFO kablam! Sep 10 10:46:16.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.829 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.829 INFO kablam! | ^^^^^^ Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.829 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.829 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.829 INFO kablam! Sep 10 10:46:16.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.829 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.829 INFO kablam! | ^^^^^^ Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.829 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.829 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.829 INFO kablam! Sep 10 10:46:16.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.829 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.829 INFO kablam! | ^^^^^^ Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.829 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.829 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.829 INFO kablam! Sep 10 10:46:16.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.829 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.829 INFO kablam! | ^^^^^^ Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.829 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.829 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.829 INFO kablam! Sep 10 10:46:16.829 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.829 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 10 10:46:16.829 INFO kablam! | Sep 10 10:46:16.829 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.829 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.830 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.830 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.830 INFO kablam! Sep 10 10:46:16.830 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.830 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.830 INFO kablam! | ^^^^^^ Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.830 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.830 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.830 INFO kablam! Sep 10 10:46:16.830 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.830 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.830 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.830 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.830 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.830 INFO kablam! Sep 10 10:46:16.830 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.830 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.830 INFO kablam! | ^^^^^^ Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.830 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.830 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.830 INFO kablam! Sep 10 10:46:16.830 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.830 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.830 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.830 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.830 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.830 INFO kablam! Sep 10 10:46:16.830 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.830 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.830 INFO kablam! | ^^^^^^ Sep 10 10:46:16.830 INFO kablam! | Sep 10 10:46:16.830 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.831 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.831 INFO kablam! Sep 10 10:46:16.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.831 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.831 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.831 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.831 INFO kablam! Sep 10 10:46:16.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.831 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.831 INFO kablam! | ^^^^^^ Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.831 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.831 INFO kablam! Sep 10 10:46:16.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.831 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.831 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.831 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.831 INFO kablam! Sep 10 10:46:16.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.831 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.831 INFO kablam! | ^^^^^^ Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.831 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.831 INFO kablam! Sep 10 10:46:16.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.831 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.831 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.831 INFO kablam! | Sep 10 10:46:16.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.831 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.832 INFO kablam! Sep 10 10:46:16.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.832 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.832 INFO kablam! | ^^^^^^ Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.832 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.832 INFO kablam! Sep 10 10:46:16.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.832 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.832 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.832 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.832 INFO kablam! Sep 10 10:46:16.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.832 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.832 INFO kablam! | ^^^^^^ Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.832 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.832 INFO kablam! Sep 10 10:46:16.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.832 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.832 INFO kablam! | ^^^^^^ Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.832 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.832 INFO kablam! Sep 10 10:46:16.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.832 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.832 INFO kablam! | ^^^^^^ Sep 10 10:46:16.832 INFO kablam! | Sep 10 10:46:16.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.832 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.832 INFO kablam! Sep 10 10:46:16.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.833 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.833 INFO kablam! | ^^^^^^ Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.833 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.833 INFO kablam! Sep 10 10:46:16.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.833 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.833 INFO kablam! | ^^^^^^ Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.833 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.833 INFO kablam! Sep 10 10:46:16.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.833 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.833 INFO kablam! | ^^^^^^ Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.833 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.833 INFO kablam! Sep 10 10:46:16.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.833 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.833 INFO kablam! | ^^^^^^ Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.833 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.833 INFO kablam! Sep 10 10:46:16.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.833 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.833 INFO kablam! | ^^^^^^ Sep 10 10:46:16.833 INFO kablam! | Sep 10 10:46:16.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.833 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.833 INFO kablam! Sep 10 10:46:16.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.833 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.834 INFO kablam! | ^^^^^^ Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.834 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.834 INFO kablam! Sep 10 10:46:16.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.834 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.834 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.834 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.834 INFO kablam! Sep 10 10:46:16.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.834 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.834 INFO kablam! | ^^^^^^ Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.834 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.834 INFO kablam! Sep 10 10:46:16.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.834 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.834 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.834 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.834 INFO kablam! Sep 10 10:46:16.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.834 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.834 INFO kablam! | ^^^^^^ Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.834 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.834 INFO kablam! Sep 10 10:46:16.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.834 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 10 10:46:16.834 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.835 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.835 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.835 INFO kablam! Sep 10 10:46:16.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.835 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.835 INFO kablam! | ^^^^^^ Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.835 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.835 INFO kablam! Sep 10 10:46:16.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.835 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.835 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.835 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.835 INFO kablam! Sep 10 10:46:16.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.835 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.835 INFO kablam! | ^^^^^^ Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.835 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.835 INFO kablam! Sep 10 10:46:16.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.835 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.835 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.835 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.835 INFO kablam! Sep 10 10:46:16.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.835 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.835 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.835 INFO kablam! | ^^^^^^ Sep 10 10:46:16.835 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.836 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.836 INFO kablam! Sep 10 10:46:16.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.836 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.836 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.836 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.836 INFO kablam! Sep 10 10:46:16.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.836 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.836 INFO kablam! | ^^^^^^ Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.836 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.836 INFO kablam! Sep 10 10:46:16.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.836 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.836 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.836 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.836 INFO kablam! Sep 10 10:46:16.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.836 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.836 INFO kablam! | ^^^^^^ Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.836 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.836 INFO kablam! Sep 10 10:46:16.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.836 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.836 INFO kablam! | ^^^^^^ Sep 10 10:46:16.836 INFO kablam! | Sep 10 10:46:16.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.836 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.837 INFO kablam! Sep 10 10:46:16.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.837 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.837 INFO kablam! | ^^^^^^ Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.837 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.837 INFO kablam! Sep 10 10:46:16.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.837 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.837 INFO kablam! | ^^^^^^ Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.837 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.837 INFO kablam! Sep 10 10:46:16.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.837 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.837 INFO kablam! | ^^^^^^ Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.837 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.837 INFO kablam! Sep 10 10:46:16.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.837 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.837 INFO kablam! | ^^^^^^ Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.837 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.837 INFO kablam! Sep 10 10:46:16.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.837 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.837 INFO kablam! | ^^^^^^ Sep 10 10:46:16.837 INFO kablam! | Sep 10 10:46:16.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.837 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.838 INFO kablam! Sep 10 10:46:16.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.838 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.838 INFO kablam! | ^^^^^^ Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.838 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.838 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.838 INFO kablam! Sep 10 10:46:16.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.838 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.838 INFO kablam! | ^^^^^^ Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.838 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.838 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.838 INFO kablam! Sep 10 10:46:16.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.838 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.838 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.838 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.838 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.838 INFO kablam! Sep 10 10:46:16.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.838 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.838 INFO kablam! | ^^^^^^ Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.838 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.838 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.838 INFO kablam! Sep 10 10:46:16.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.838 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 10 10:46:16.838 INFO kablam! | Sep 10 10:46:16.838 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.838 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.839 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.839 INFO kablam! Sep 10 10:46:16.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.839 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.839 INFO kablam! | ^^^^^^ Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.839 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.839 INFO kablam! Sep 10 10:46:16.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.839 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.839 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.839 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.839 INFO kablam! Sep 10 10:46:16.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.839 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.839 INFO kablam! | ^^^^^^ Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.839 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.839 INFO kablam! Sep 10 10:46:16.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.839 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.839 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.839 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.839 INFO kablam! Sep 10 10:46:16.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.839 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.839 INFO kablam! | ^^^^^^ Sep 10 10:46:16.839 INFO kablam! | Sep 10 10:46:16.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.839 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.840 INFO kablam! Sep 10 10:46:16.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.840 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.840 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.840 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.840 INFO kablam! Sep 10 10:46:16.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.840 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.840 INFO kablam! | ^^^^^^ Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.840 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.840 INFO kablam! Sep 10 10:46:16.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.840 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.840 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.840 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.840 INFO kablam! Sep 10 10:46:16.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.840 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.840 INFO kablam! | ^^^^^^ Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.840 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.840 INFO kablam! Sep 10 10:46:16.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.840 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.840 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.840 INFO kablam! | Sep 10 10:46:16.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.840 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.840 INFO kablam! Sep 10 10:46:16.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.840 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.841 INFO kablam! | ^^^^^^ Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.841 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.841 INFO kablam! Sep 10 10:46:16.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.841 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.841 INFO kablam! | ^^^^^^ Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.841 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.841 INFO kablam! Sep 10 10:46:16.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.841 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.841 INFO kablam! | ^^^^^^ Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.841 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.841 INFO kablam! Sep 10 10:46:16.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.841 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.841 INFO kablam! | ^^^^^^ Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.841 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.841 INFO kablam! Sep 10 10:46:16.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.841 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.841 INFO kablam! | ^^^^^^ Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.841 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.841 INFO kablam! Sep 10 10:46:16.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.841 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.841 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.841 INFO kablam! | ^^^^^^ Sep 10 10:46:16.841 INFO kablam! | Sep 10 10:46:16.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.845 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.845 INFO kablam! Sep 10 10:46:16.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.845 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 10 10:46:16.845 INFO kablam! | Sep 10 10:46:16.845 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.845 INFO kablam! | ^^^^^^ Sep 10 10:46:16.845 INFO kablam! | Sep 10 10:46:16.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.845 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.845 INFO kablam! Sep 10 10:46:16.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.845 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 10 10:46:16.845 INFO kablam! | Sep 10 10:46:16.845 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.845 INFO kablam! | ^^^^^^ Sep 10 10:46:16.845 INFO kablam! | Sep 10 10:46:16.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.845 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.845 INFO kablam! Sep 10 10:46:16.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.845 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 10 10:46:16.845 INFO kablam! | Sep 10 10:46:16.845 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.846 INFO kablam! | ^^^^^^ Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.846 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.846 INFO kablam! Sep 10 10:46:16.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.846 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.846 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.846 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.846 INFO kablam! Sep 10 10:46:16.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.846 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.846 INFO kablam! | ^^^^^^ Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.846 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.846 INFO kablam! Sep 10 10:46:16.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.846 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.846 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.846 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.846 INFO kablam! Sep 10 10:46:16.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.846 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.846 INFO kablam! | ^^^^^^ Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.846 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.846 INFO kablam! Sep 10 10:46:16.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.846 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 10 10:46:16.846 INFO kablam! | Sep 10 10:46:16.846 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.847 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.847 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.847 INFO kablam! Sep 10 10:46:16.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.847 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.847 INFO kablam! | ^^^^^^ Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.847 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.847 INFO kablam! Sep 10 10:46:16.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.847 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.847 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.847 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.847 INFO kablam! Sep 10 10:46:16.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.847 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.847 INFO kablam! | ^^^^^^ Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.847 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.847 INFO kablam! Sep 10 10:46:16.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.847 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.847 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.847 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.847 INFO kablam! Sep 10 10:46:16.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.847 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.847 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.847 INFO kablam! | ^^^^^^ Sep 10 10:46:16.847 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.848 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.848 INFO kablam! Sep 10 10:46:16.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.848 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.848 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.848 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.848 INFO kablam! Sep 10 10:46:16.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.848 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.848 INFO kablam! | ^^^^^^ Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.848 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.848 INFO kablam! Sep 10 10:46:16.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.848 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.848 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.848 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.848 INFO kablam! Sep 10 10:46:16.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.848 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.848 INFO kablam! | ^^^^^^ Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.848 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.848 INFO kablam! Sep 10 10:46:16.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.848 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.848 INFO kablam! | ^^^^^^ Sep 10 10:46:16.848 INFO kablam! | Sep 10 10:46:16.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.848 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.849 INFO kablam! Sep 10 10:46:16.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.849 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.849 INFO kablam! | ^^^^^^ Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.849 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.849 INFO kablam! Sep 10 10:46:16.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.849 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.849 INFO kablam! | ^^^^^^ Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.849 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.849 INFO kablam! Sep 10 10:46:16.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.849 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.849 INFO kablam! | ^^^^^^ Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.849 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.849 INFO kablam! Sep 10 10:46:16.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.849 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.849 INFO kablam! | ^^^^^^ Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.849 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.849 INFO kablam! Sep 10 10:46:16.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.849 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.849 INFO kablam! | ^^^^^^ Sep 10 10:46:16.849 INFO kablam! | Sep 10 10:46:16.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.849 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.849 INFO kablam! Sep 10 10:46:16.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.850 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.850 INFO kablam! | ^^^^^^ Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.850 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.850 INFO kablam! Sep 10 10:46:16.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.850 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.850 INFO kablam! | ^^^^^^ Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.850 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.850 INFO kablam! Sep 10 10:46:16.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.850 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.850 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.850 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.850 INFO kablam! Sep 10 10:46:16.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.850 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.850 INFO kablam! | ^^^^^^ Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.850 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.850 INFO kablam! Sep 10 10:46:16.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.850 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.850 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.850 INFO kablam! | Sep 10 10:46:16.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.850 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.850 INFO kablam! Sep 10 10:46:16.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.851 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.851 INFO kablam! | ^^^^^^ Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.851 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.851 INFO kablam! Sep 10 10:46:16.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.851 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.851 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.851 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.851 INFO kablam! Sep 10 10:46:16.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.851 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.851 INFO kablam! | ^^^^^^ Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.851 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.851 INFO kablam! Sep 10 10:46:16.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.851 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.851 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.851 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.851 INFO kablam! Sep 10 10:46:16.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.851 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.851 INFO kablam! | ^^^^^^ Sep 10 10:46:16.851 INFO kablam! | Sep 10 10:46:16.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.851 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.851 INFO kablam! Sep 10 10:46:16.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.851 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 10 10:46:16.852 INFO kablam! | Sep 10 10:46:16.852 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.852 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.852 INFO kablam! | Sep 10 10:46:16.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.852 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.852 INFO kablam! Sep 10 10:46:16.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.852 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 10 10:46:16.852 INFO kablam! | Sep 10 10:46:16.852 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.852 INFO kablam! | ^^^^^^ Sep 10 10:46:16.852 INFO kablam! | Sep 10 10:46:16.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.853 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.853 INFO kablam! Sep 10 10:46:16.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.853 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.853 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.853 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.853 INFO kablam! Sep 10 10:46:16.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.853 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.853 INFO kablam! | ^^^^^^ Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.853 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.853 INFO kablam! Sep 10 10:46:16.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.853 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.853 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.853 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.853 INFO kablam! Sep 10 10:46:16.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.853 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.853 INFO kablam! | ^^^^^^ Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.853 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.853 INFO kablam! Sep 10 10:46:16.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.853 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.853 INFO kablam! | ^^^^^^ Sep 10 10:46:16.853 INFO kablam! | Sep 10 10:46:16.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.853 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.854 INFO kablam! Sep 10 10:46:16.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.854 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.854 INFO kablam! | ^^^^^^ Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.854 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.854 INFO kablam! Sep 10 10:46:16.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.854 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.854 INFO kablam! | ^^^^^^ Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.854 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.854 INFO kablam! Sep 10 10:46:16.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.854 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.854 INFO kablam! | ^^^^^^ Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.854 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.854 INFO kablam! Sep 10 10:46:16.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.854 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.854 INFO kablam! | ^^^^^^ Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.854 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.854 INFO kablam! Sep 10 10:46:16.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.854 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.854 INFO kablam! | ^^^^^^ Sep 10 10:46:16.854 INFO kablam! | Sep 10 10:46:16.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.854 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.854 INFO kablam! Sep 10 10:46:16.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.855 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.855 INFO kablam! | ^^^^^^ Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.855 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.855 INFO kablam! Sep 10 10:46:16.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.855 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.855 INFO kablam! | ^^^^^^ Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.855 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.855 INFO kablam! Sep 10 10:46:16.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.855 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.855 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.855 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.855 INFO kablam! Sep 10 10:46:16.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.855 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.855 INFO kablam! | ^^^^^^ Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.855 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.855 INFO kablam! Sep 10 10:46:16.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.855 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.855 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.855 INFO kablam! | Sep 10 10:46:16.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.855 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.855 INFO kablam! Sep 10 10:46:16.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.856 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.856 INFO kablam! | ^^^^^^ Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.856 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.856 INFO kablam! Sep 10 10:46:16.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.856 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.856 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.856 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.856 INFO kablam! Sep 10 10:46:16.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.856 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.856 INFO kablam! | ^^^^^^ Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.856 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.856 INFO kablam! Sep 10 10:46:16.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.856 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.856 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.856 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.856 INFO kablam! Sep 10 10:46:16.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.856 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.856 INFO kablam! | ^^^^^^ Sep 10 10:46:16.856 INFO kablam! | Sep 10 10:46:16.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.856 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.856 INFO kablam! Sep 10 10:46:16.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.857 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.857 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.857 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.857 INFO kablam! Sep 10 10:46:16.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.857 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.857 INFO kablam! | ^^^^^^ Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.857 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.857 INFO kablam! Sep 10 10:46:16.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.857 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.857 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.857 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.857 INFO kablam! Sep 10 10:46:16.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.857 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.857 INFO kablam! | ^^^^^^ Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.857 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.857 INFO kablam! Sep 10 10:46:16.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.857 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.857 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.857 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.857 INFO kablam! Sep 10 10:46:16.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.857 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 10 10:46:16.857 INFO kablam! | Sep 10 10:46:16.857 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.857 INFO kablam! | ^^^^^^ Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.858 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.858 INFO kablam! Sep 10 10:46:16.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.858 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.858 INFO kablam! | ^^^^^^ Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.858 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.858 INFO kablam! Sep 10 10:46:16.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.858 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.858 INFO kablam! | ^^^^^^ Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.858 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.858 INFO kablam! Sep 10 10:46:16.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.858 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.858 INFO kablam! | ^^^^^^ Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.858 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.858 INFO kablam! Sep 10 10:46:16.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.858 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.858 INFO kablam! | ^^^^^^ Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.858 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.858 INFO kablam! Sep 10 10:46:16.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.858 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.858 INFO kablam! | ^^^^^^ Sep 10 10:46:16.858 INFO kablam! | Sep 10 10:46:16.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.859 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.859 INFO kablam! Sep 10 10:46:16.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.859 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.859 INFO kablam! | ^^^^^^ Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.859 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.859 INFO kablam! Sep 10 10:46:16.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.859 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.859 INFO kablam! | ^^^^^^ Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.859 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.859 INFO kablam! Sep 10 10:46:16.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.859 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.859 INFO kablam! | ^^^^^^ Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.859 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.859 INFO kablam! Sep 10 10:46:16.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.859 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.859 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.859 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.859 INFO kablam! Sep 10 10:46:16.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.859 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.859 INFO kablam! | ^^^^^^ Sep 10 10:46:16.859 INFO kablam! | Sep 10 10:46:16.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.859 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.859 INFO kablam! Sep 10 10:46:16.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.860 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.860 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.860 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.860 INFO kablam! Sep 10 10:46:16.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.860 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.860 INFO kablam! | ^^^^^^ Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.860 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.860 INFO kablam! Sep 10 10:46:16.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.860 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.860 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.860 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.860 INFO kablam! Sep 10 10:46:16.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.860 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.860 INFO kablam! | ^^^^^^ Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.860 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.860 INFO kablam! Sep 10 10:46:16.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.860 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.860 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.860 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.860 INFO kablam! Sep 10 10:46:16.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.860 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.860 INFO kablam! | ^^^^^^ Sep 10 10:46:16.860 INFO kablam! | Sep 10 10:46:16.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.861 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.861 INFO kablam! Sep 10 10:46:16.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.861 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.861 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.861 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.861 INFO kablam! Sep 10 10:46:16.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.861 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.861 INFO kablam! | ^^^^^^ Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.861 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.861 INFO kablam! Sep 10 10:46:16.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.861 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.861 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.861 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.861 INFO kablam! Sep 10 10:46:16.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.861 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.861 INFO kablam! | ^^^^^^ Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.861 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.861 INFO kablam! Sep 10 10:46:16.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.861 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.861 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.861 INFO kablam! | Sep 10 10:46:16.861 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.861 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.861 INFO kablam! Sep 10 10:46:16.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.862 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.862 INFO kablam! | ^^^^^^ Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.862 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.862 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.862 INFO kablam! Sep 10 10:46:16.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.862 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.862 INFO kablam! | ^^^^^^ Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.862 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.862 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.862 INFO kablam! Sep 10 10:46:16.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.862 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.862 INFO kablam! | ^^^^^^ Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.862 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.862 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.862 INFO kablam! Sep 10 10:46:16.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.862 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.862 INFO kablam! | ^^^^^^ Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.862 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.862 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.862 INFO kablam! Sep 10 10:46:16.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.862 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.862 INFO kablam! | ^^^^^^ Sep 10 10:46:16.862 INFO kablam! | Sep 10 10:46:16.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.862 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.862 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.862 INFO kablam! Sep 10 10:46:16.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.862 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.863 INFO kablam! | ^^^^^^ Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.863 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.863 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.863 INFO kablam! Sep 10 10:46:16.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.863 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.863 INFO kablam! | ^^^^^^ Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.863 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.863 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.863 INFO kablam! Sep 10 10:46:16.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.863 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.863 INFO kablam! | ^^^^^^ Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.863 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.863 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.863 INFO kablam! Sep 10 10:46:16.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.863 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.863 INFO kablam! | ^^^^^^ Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.863 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.863 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.863 INFO kablam! Sep 10 10:46:16.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.863 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.863 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.863 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.863 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.863 INFO kablam! Sep 10 10:46:16.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.863 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 10 10:46:16.863 INFO kablam! | Sep 10 10:46:16.863 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.863 INFO kablam! | ^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.864 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.864 INFO kablam! Sep 10 10:46:16.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.864 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.864 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.864 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.864 INFO kablam! Sep 10 10:46:16.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.864 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.864 INFO kablam! | ^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.864 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.864 INFO kablam! Sep 10 10:46:16.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.864 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.864 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.864 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.864 INFO kablam! Sep 10 10:46:16.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.864 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.864 INFO kablam! | ^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.864 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.864 INFO kablam! Sep 10 10:46:16.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.864 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.864 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.864 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.864 INFO kablam! Sep 10 10:46:16.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.864 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.864 INFO kablam! | ^^^^^^ Sep 10 10:46:16.864 INFO kablam! | Sep 10 10:46:16.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.865 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.865 INFO kablam! Sep 10 10:46:16.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.865 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.865 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.865 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.865 INFO kablam! Sep 10 10:46:16.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.865 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.865 INFO kablam! | ^^^^^^ Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.865 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.865 INFO kablam! Sep 10 10:46:16.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.865 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.865 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.865 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.865 INFO kablam! Sep 10 10:46:16.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.865 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.865 INFO kablam! | ^^^^^^ Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.865 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.865 INFO kablam! Sep 10 10:46:16.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.865 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.865 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.865 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.865 INFO kablam! Sep 10 10:46:16.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.865 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 10 10:46:16.865 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.866 INFO kablam! | ^^^^^^ Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.866 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.866 INFO kablam! Sep 10 10:46:16.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.866 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.866 INFO kablam! | ^^^^^^ Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.866 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.866 INFO kablam! Sep 10 10:46:16.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.866 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.866 INFO kablam! | ^^^^^^ Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.866 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.866 INFO kablam! Sep 10 10:46:16.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.866 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.866 INFO kablam! | ^^^^^^ Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.866 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.866 INFO kablam! Sep 10 10:46:16.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.866 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.866 INFO kablam! | ^^^^^^ Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.866 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.866 INFO kablam! Sep 10 10:46:16.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.866 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 10 10:46:16.866 INFO kablam! | Sep 10 10:46:16.866 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.867 INFO kablam! | ^^^^^^ Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.867 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.867 INFO kablam! Sep 10 10:46:16.867 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.867 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.867 INFO kablam! | ^^^^^^ Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.867 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.867 INFO kablam! Sep 10 10:46:16.867 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.867 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.867 INFO kablam! | ^^^^^^ Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.867 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.867 INFO kablam! Sep 10 10:46:16.867 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.867 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.867 INFO kablam! | ^^^^^^ Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.867 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.867 INFO kablam! Sep 10 10:46:16.867 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.867 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.867 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.867 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.867 INFO kablam! Sep 10 10:46:16.867 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.867 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.867 INFO kablam! | ^^^^^^ Sep 10 10:46:16.867 INFO kablam! | Sep 10 10:46:16.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.867 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.868 INFO kablam! Sep 10 10:46:16.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.868 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.868 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.868 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.868 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.868 INFO kablam! Sep 10 10:46:16.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.868 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.868 INFO kablam! | ^^^^^^ Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.868 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.868 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.868 INFO kablam! Sep 10 10:46:16.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.868 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.868 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.868 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.868 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.868 INFO kablam! Sep 10 10:46:16.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.868 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.868 INFO kablam! | ^^^^^^ Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.868 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.868 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.868 INFO kablam! Sep 10 10:46:16.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.868 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.868 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.868 INFO kablam! | Sep 10 10:46:16.868 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.868 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.868 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.868 INFO kablam! Sep 10 10:46:16.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.868 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.869 INFO kablam! | ^^^^^^ Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.869 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.869 INFO kablam! Sep 10 10:46:16.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.869 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.869 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.869 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.869 INFO kablam! Sep 10 10:46:16.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.869 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.869 INFO kablam! | ^^^^^^ Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.869 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.869 INFO kablam! Sep 10 10:46:16.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.869 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.869 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.869 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.869 INFO kablam! Sep 10 10:46:16.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.869 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.869 INFO kablam! | ^^^^^^ Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.869 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.869 INFO kablam! Sep 10 10:46:16.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.869 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.869 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.869 INFO kablam! | Sep 10 10:46:16.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.869 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.870 INFO kablam! Sep 10 10:46:16.870 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.870 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.870 INFO kablam! | ^^^^^^ Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.870 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.870 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.870 INFO kablam! Sep 10 10:46:16.870 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.870 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.870 INFO kablam! | ^^^^^^ Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.870 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.870 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.870 INFO kablam! Sep 10 10:46:16.870 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.870 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.870 INFO kablam! | ^^^^^^ Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.870 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.870 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.870 INFO kablam! Sep 10 10:46:16.870 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.870 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.870 INFO kablam! | ^^^^^^ Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.870 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.870 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.870 INFO kablam! Sep 10 10:46:16.870 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.870 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.870 INFO kablam! | ^^^^^^ Sep 10 10:46:16.870 INFO kablam! | Sep 10 10:46:16.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.870 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.870 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.870 INFO kablam! Sep 10 10:46:16.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.871 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! 28 | self.0.as_ptr() Sep 10 10:46:16.871 INFO kablam! | ^^^^^^ Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.871 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.871 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.871 INFO kablam! Sep 10 10:46:16.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.871 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! 34 | self.0.as_mut_ptr() Sep 10 10:46:16.871 INFO kablam! | ^^^^^^ Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.871 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.871 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.871 INFO kablam! Sep 10 10:46:16.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.871 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 10 10:46:16.871 INFO kablam! | ^^^^^^ Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.871 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.871 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.871 INFO kablam! Sep 10 10:46:16.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.871 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.871 INFO kablam! | ^^^^^^ Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.871 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.871 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.871 INFO kablam! Sep 10 10:46:16.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.871 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 10 10:46:16.871 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.871 INFO kablam! | Sep 10 10:46:16.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.871 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.871 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.871 INFO kablam! Sep 10 10:46:16.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.872 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.872 INFO kablam! | ^^^^^^ Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.872 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.872 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.872 INFO kablam! Sep 10 10:46:16.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.872 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.872 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.872 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.872 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.872 INFO kablam! Sep 10 10:46:16.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.872 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.872 INFO kablam! | ^^^^^^ Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.872 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.872 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.872 INFO kablam! Sep 10 10:46:16.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.872 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.872 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.872 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.872 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.872 INFO kablam! Sep 10 10:46:16.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.872 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.872 INFO kablam! | ^^^^^^ Sep 10 10:46:16.872 INFO kablam! | Sep 10 10:46:16.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.872 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.872 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.872 INFO kablam! Sep 10 10:46:16.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.873 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.873 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.873 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.873 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.873 INFO kablam! Sep 10 10:46:16.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.873 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.873 INFO kablam! | ^^^^^^ Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.873 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.873 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.873 INFO kablam! Sep 10 10:46:16.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.873 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.873 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.873 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.873 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.873 INFO kablam! Sep 10 10:46:16.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.873 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.873 INFO kablam! | ^^^^^^ Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.873 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.873 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.873 INFO kablam! Sep 10 10:46:16.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.873 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.873 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.873 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.873 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.874 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.874 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.874 INFO kablam! Sep 10 10:46:16.874 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.874 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.874 INFO kablam! | ^^^^^^ Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.874 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.874 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.874 INFO kablam! Sep 10 10:46:16.874 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.874 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 10 10:46:16.874 INFO kablam! | ^^^^^^^ Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.874 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.874 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.874 INFO kablam! Sep 10 10:46:16.874 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.874 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 10 10:46:16.874 INFO kablam! | ^^^^^^ Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.874 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.874 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.874 INFO kablam! Sep 10 10:46:16.874 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.874 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! 132 | self.0.iter() Sep 10 10:46:16.874 INFO kablam! | ^^^^^^ Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.874 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.874 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.874 INFO kablam! Sep 10 10:46:16.874 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.874 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 10 10:46:16.874 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! 144 | self.0.iter_mut() Sep 10 10:46:16.875 INFO kablam! | ^^^^^^ Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.875 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.875 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.875 INFO kablam! Sep 10 10:46:16.875 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.875 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! 153 | &self.0[..] Sep 10 10:46:16.875 INFO kablam! | ^^^^^^ Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.875 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.875 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.875 INFO kablam! Sep 10 10:46:16.875 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 10:46:16.875 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! 162 | &mut self.0[..] Sep 10 10:46:16.875 INFO kablam! | ^^^^^^ Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 10 10:46:16.875 INFO kablam! = note: for more information, see issue #46043 Sep 10 10:46:16.875 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 10 10:46:16.875 INFO kablam! Sep 10 10:46:16.875 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 10 10:46:16.875 INFO kablam! --> src/lib.rs:8:12 Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! 8 | #![feature(associated_consts)] Sep 10 10:46:16.875 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 10:46:16.875 INFO kablam! | Sep 10 10:46:16.875 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 10:46:16.875 INFO kablam! Sep 10 10:46:16.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Sep 10 10:46:16.882 INFO kablam! su: No module specific data is present Sep 10 10:46:17.646 INFO running `"docker" "rm" "-f" "cef8355a855c470d22aaad4fa839a8d244256b8d7c1ad2f87004cbddbfac6715"` Sep 10 10:46:17.764 INFO blam! cef8355a855c470d22aaad4fa839a8d244256b8d7c1ad2f87004cbddbfac6715