Sep 17 18:16:18.646 INFO checking rust-extra-0.0.17 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:16:18.646 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:16:18.647 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:16:18.794 INFO blam! ed55fc575865e3954d5796c6044073555d25d1e1916a3127e627bbef1fae79dd Sep 17 18:16:18.796 INFO running `"docker" "start" "-a" "ed55fc575865e3954d5796c6044073555d25d1e1916a3127e627bbef1fae79dd"` Sep 17 18:16:19.708 INFO kablam! usermod: no changes Sep 17 18:16:19.752 INFO kablam! Checking rust-extra v0.0.17 (/source) Sep 17 18:16:20.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.834 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.834 INFO kablam! | ^^^^^^ Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! Sep 17 18:16:20.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.834 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.834 INFO kablam! | ^^^^^^ Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! Sep 17 18:16:20.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.834 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.834 INFO kablam! | ^^^^^^ Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! Sep 17 18:16:20.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.834 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.834 INFO kablam! | ^^^^^^ Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! Sep 17 18:16:20.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.834 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.834 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.834 INFO kablam! Sep 17 18:16:20.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.834 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 17 18:16:20.834 INFO kablam! | Sep 17 18:16:20.834 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! Sep 17 18:16:20.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.835 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.835 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! Sep 17 18:16:20.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.835 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.835 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! Sep 17 18:16:20.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.835 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.835 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! Sep 17 18:16:20.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.835 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.835 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! Sep 17 18:16:20.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.835 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.835 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.835 INFO kablam! Sep 17 18:16:20.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.835 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.835 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.835 INFO kablam! | ^^^^^^ Sep 17 18:16:20.835 INFO kablam! | Sep 17 18:16:20.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.842 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.842 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.842 INFO kablam! Sep 17 18:16:20.842 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.842 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 17 18:16:20.843 INFO kablam! | Sep 17 18:16:20.843 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.843 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.843 INFO kablam! | Sep 17 18:16:20.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.843 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.843 INFO kablam! Sep 17 18:16:20.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.843 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 17 18:16:20.843 INFO kablam! | Sep 17 18:16:20.843 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.843 INFO kablam! | ^^^^^^ Sep 17 18:16:20.844 INFO kablam! | Sep 17 18:16:20.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.844 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.844 INFO kablam! Sep 17 18:16:20.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.845 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.845 INFO kablam! | ^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.845 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.845 INFO kablam! | ^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.845 INFO kablam! | ^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.845 INFO kablam! | ^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.845 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.845 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.845 INFO kablam! | ^^^^^^ Sep 17 18:16:20.845 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.845 INFO kablam! Sep 17 18:16:20.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.846 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 17 18:16:20.846 INFO kablam! | Sep 17 18:16:20.846 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.846 INFO kablam! | ^^^^^^ Sep 17 18:16:20.846 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.846 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.846 INFO kablam! Sep 17 18:16:20.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.846 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 17 18:16:20.846 INFO kablam! | Sep 17 18:16:20.846 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.846 INFO kablam! | ^^^^^^ Sep 17 18:16:20.846 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.846 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.846 INFO kablam! Sep 17 18:16:20.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.846 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 17 18:16:20.846 INFO kablam! | Sep 17 18:16:20.846 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.846 INFO kablam! | ^^^^^^ Sep 17 18:16:20.846 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.848 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.848 INFO kablam! Sep 17 18:16:20.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.848 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 17 18:16:20.848 INFO kablam! | Sep 17 18:16:20.848 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.848 INFO kablam! | ^^^^^^ Sep 17 18:16:20.848 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.848 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! Sep 17 18:16:20.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.849 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.849 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.849 INFO kablam! | ^^^^^^ Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! Sep 17 18:16:20.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.849 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.849 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.849 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! Sep 17 18:16:20.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.849 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.849 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.849 INFO kablam! | ^^^^^^ Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! Sep 17 18:16:20.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.849 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.849 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.849 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! Sep 17 18:16:20.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.849 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.849 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.849 INFO kablam! | ^^^^^^ Sep 17 18:16:20.849 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.849 INFO kablam! Sep 17 18:16:20.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.850 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 17 18:16:20.850 INFO kablam! | Sep 17 18:16:20.850 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.850 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.850 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.850 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.850 INFO kablam! Sep 17 18:16:20.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.850 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 17 18:16:20.850 INFO kablam! | Sep 17 18:16:20.850 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.850 INFO kablam! | ^^^^^^ Sep 17 18:16:20.850 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.850 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.850 INFO kablam! Sep 17 18:16:20.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.850 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.851 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.851 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! Sep 17 18:16:20.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.851 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.851 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.851 INFO kablam! | ^^^^^^ Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! Sep 17 18:16:20.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.851 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.851 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.851 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! Sep 17 18:16:20.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.851 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.851 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.851 INFO kablam! | ^^^^^^ Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! Sep 17 18:16:20.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.851 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.851 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.851 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.851 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.851 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.852 INFO kablam! Sep 17 18:16:20.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.852 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 17 18:16:20.852 INFO kablam! | Sep 17 18:16:20.852 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.852 INFO kablam! | ^^^^^^ Sep 17 18:16:20.852 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.852 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.852 INFO kablam! Sep 17 18:16:20.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.852 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 17 18:16:20.852 INFO kablam! | Sep 17 18:16:20.852 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.853 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.853 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.853 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.853 INFO kablam! Sep 17 18:16:20.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.853 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 17 18:16:20.853 INFO kablam! | Sep 17 18:16:20.853 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.853 INFO kablam! | ^^^^^^ Sep 17 18:16:20.853 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.853 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.853 INFO kablam! Sep 17 18:16:20.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.854 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.854 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.854 INFO kablam! | ^^^^^^ Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.854 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.854 INFO kablam! Sep 17 18:16:20.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.854 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.854 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.854 INFO kablam! | ^^^^^^ Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.854 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.854 INFO kablam! Sep 17 18:16:20.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.854 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.854 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.854 INFO kablam! | ^^^^^^ Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.854 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.854 INFO kablam! Sep 17 18:16:20.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.854 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.854 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.854 INFO kablam! | ^^^^^^ Sep 17 18:16:20.854 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.857 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.857 INFO kablam! Sep 17 18:16:20.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.857 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 17 18:16:20.857 INFO kablam! | Sep 17 18:16:20.857 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.857 INFO kablam! | ^^^^^^ Sep 17 18:16:20.857 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.858 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.858 INFO kablam! Sep 17 18:16:20.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.858 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 17 18:16:20.858 INFO kablam! | Sep 17 18:16:20.858 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.858 INFO kablam! | ^^^^^^ Sep 17 18:16:20.858 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.858 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.858 INFO kablam! Sep 17 18:16:20.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.858 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 17 18:16:20.858 INFO kablam! | Sep 17 18:16:20.858 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.858 INFO kablam! | ^^^^^^ Sep 17 18:16:20.858 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.861 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.861 INFO kablam! Sep 17 18:16:20.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.861 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 17 18:16:20.861 INFO kablam! | Sep 17 18:16:20.861 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.861 INFO kablam! | ^^^^^^ Sep 17 18:16:20.861 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.861 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.861 INFO kablam! Sep 17 18:16:20.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.861 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 17 18:16:20.861 INFO kablam! | Sep 17 18:16:20.861 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.861 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.861 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.861 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.861 INFO kablam! Sep 17 18:16:20.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.861 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 17 18:16:20.861 INFO kablam! | Sep 17 18:16:20.861 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.861 INFO kablam! | ^^^^^^ Sep 17 18:16:20.861 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.862 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! Sep 17 18:16:20.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.863 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 17 18:16:20.863 INFO kablam! | Sep 17 18:16:20.863 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.863 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.863 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! Sep 17 18:16:20.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.863 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 17 18:16:20.863 INFO kablam! | Sep 17 18:16:20.863 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.863 INFO kablam! | ^^^^^^ Sep 17 18:16:20.863 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! Sep 17 18:16:20.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.863 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 17 18:16:20.863 INFO kablam! | Sep 17 18:16:20.863 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.863 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.863 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.863 INFO kablam! Sep 17 18:16:20.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.865 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 17 18:16:20.865 INFO kablam! | Sep 17 18:16:20.865 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.865 INFO kablam! | ^^^^^^ Sep 17 18:16:20.865 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.865 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.865 INFO kablam! Sep 17 18:16:20.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.866 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 17 18:16:20.866 INFO kablam! | Sep 17 18:16:20.866 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.866 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.867 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.867 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.867 INFO kablam! Sep 17 18:16:20.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.868 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 17 18:16:20.868 INFO kablam! | Sep 17 18:16:20.868 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.869 INFO kablam! | ^^^^^^ Sep 17 18:16:20.869 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.869 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.869 INFO kablam! Sep 17 18:16:20.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.869 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 17 18:16:20.869 INFO kablam! | Sep 17 18:16:20.869 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.869 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.869 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.871 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.871 INFO kablam! Sep 17 18:16:20.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.871 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 17 18:16:20.871 INFO kablam! | Sep 17 18:16:20.871 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.871 INFO kablam! | ^^^^^^ Sep 17 18:16:20.871 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.871 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.872 INFO kablam! Sep 17 18:16:20.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.872 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 17 18:16:20.872 INFO kablam! | Sep 17 18:16:20.872 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.872 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.872 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.872 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.873 INFO kablam! Sep 17 18:16:20.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.873 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 17 18:16:20.873 INFO kablam! | Sep 17 18:16:20.873 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.873 INFO kablam! | ^^^^^^ Sep 17 18:16:20.873 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.873 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.875 INFO kablam! Sep 17 18:16:20.875 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.875 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 17 18:16:20.875 INFO kablam! | Sep 17 18:16:20.875 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.875 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.875 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.876 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.876 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.876 INFO kablam! Sep 17 18:16:20.876 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.876 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 17 18:16:20.876 INFO kablam! | Sep 17 18:16:20.876 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.876 INFO kablam! | ^^^^^^ Sep 17 18:16:20.876 INFO kablam! | Sep 17 18:16:20.876 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.876 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.876 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.876 INFO kablam! Sep 17 18:16:20.876 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.876 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 17 18:16:20.876 INFO kablam! | Sep 17 18:16:20.876 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.876 INFO kablam! | ^^^^^^ Sep 17 18:16:20.876 INFO kablam! | Sep 17 18:16:20.876 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.876 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.876 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.876 INFO kablam! Sep 17 18:16:20.876 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.878 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 17 18:16:20.878 INFO kablam! | Sep 17 18:16:20.878 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.878 INFO kablam! | ^^^^^^ Sep 17 18:16:20.878 INFO kablam! | Sep 17 18:16:20.878 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.878 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.879 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.879 INFO kablam! Sep 17 18:16:20.879 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.879 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 17 18:16:20.879 INFO kablam! | Sep 17 18:16:20.879 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.879 INFO kablam! | ^^^^^^ Sep 17 18:16:20.879 INFO kablam! | Sep 17 18:16:20.879 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.879 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.879 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.879 INFO kablam! Sep 17 18:16:20.879 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.879 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 17 18:16:20.879 INFO kablam! | Sep 17 18:16:20.879 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.879 INFO kablam! | ^^^^^^ Sep 17 18:16:20.879 INFO kablam! | Sep 17 18:16:20.879 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.879 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.879 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.879 INFO kablam! Sep 17 18:16:20.879 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.879 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 17 18:16:20.879 INFO kablam! | Sep 17 18:16:20.879 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.879 INFO kablam! | ^^^^^^ Sep 17 18:16:20.879 INFO kablam! | Sep 17 18:16:20.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.880 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.880 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.880 INFO kablam! Sep 17 18:16:20.880 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.880 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 17 18:16:20.880 INFO kablam! | Sep 17 18:16:20.880 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.880 INFO kablam! | ^^^^^^ Sep 17 18:16:20.880 INFO kablam! | Sep 17 18:16:20.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.880 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.880 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.880 INFO kablam! Sep 17 18:16:20.880 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.880 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 17 18:16:20.880 INFO kablam! | Sep 17 18:16:20.880 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.880 INFO kablam! | ^^^^^^ Sep 17 18:16:20.880 INFO kablam! | Sep 17 18:16:20.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.880 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.880 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.880 INFO kablam! Sep 17 18:16:20.881 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.881 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 17 18:16:20.881 INFO kablam! | Sep 17 18:16:20.881 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.881 INFO kablam! | ^^^^^^ Sep 17 18:16:20.881 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.882 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.882 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.882 INFO kablam! Sep 17 18:16:20.882 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.882 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 17 18:16:20.882 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.882 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.882 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.882 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.882 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.882 INFO kablam! Sep 17 18:16:20.882 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.882 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 17 18:16:20.882 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.882 INFO kablam! | ^^^^^^ Sep 17 18:16:20.882 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.882 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.882 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.882 INFO kablam! Sep 17 18:16:20.882 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.882 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 17 18:16:20.882 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.882 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.882 INFO kablam! | Sep 17 18:16:20.882 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.882 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.883 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.883 INFO kablam! Sep 17 18:16:20.883 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.883 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 17 18:16:20.883 INFO kablam! | Sep 17 18:16:20.883 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.883 INFO kablam! | ^^^^^^ Sep 17 18:16:20.883 INFO kablam! | Sep 17 18:16:20.883 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.883 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.883 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.883 INFO kablam! Sep 17 18:16:20.883 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.884 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 17 18:16:20.884 INFO kablam! | Sep 17 18:16:20.884 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.884 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.884 INFO kablam! | Sep 17 18:16:20.884 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.884 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.884 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.884 INFO kablam! Sep 17 18:16:20.884 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.884 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 17 18:16:20.884 INFO kablam! | Sep 17 18:16:20.884 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.884 INFO kablam! | ^^^^^^ Sep 17 18:16:20.884 INFO kablam! | Sep 17 18:16:20.884 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.884 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.884 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.884 INFO kablam! Sep 17 18:16:20.884 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.885 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.885 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.885 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.885 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.885 INFO kablam! Sep 17 18:16:20.885 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.885 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.885 INFO kablam! | ^^^^^^ Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.885 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.885 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.885 INFO kablam! Sep 17 18:16:20.885 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.885 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.885 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.885 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.885 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.885 INFO kablam! Sep 17 18:16:20.885 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.885 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.885 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.885 INFO kablam! | ^^^^^^ Sep 17 18:16:20.885 INFO kablam! | Sep 17 18:16:20.886 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.886 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.886 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.886 INFO kablam! Sep 17 18:16:20.886 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.886 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 17 18:16:20.886 INFO kablam! | Sep 17 18:16:20.886 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.886 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.886 INFO kablam! | Sep 17 18:16:20.887 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.887 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.887 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.887 INFO kablam! Sep 17 18:16:20.887 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.887 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 17 18:16:20.887 INFO kablam! | Sep 17 18:16:20.887 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.887 INFO kablam! | ^^^^^^ Sep 17 18:16:20.887 INFO kablam! | Sep 17 18:16:20.887 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.887 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.887 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.887 INFO kablam! Sep 17 18:16:20.887 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.887 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 17 18:16:20.887 INFO kablam! | Sep 17 18:16:20.887 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.887 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.887 INFO kablam! | Sep 17 18:16:20.887 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.887 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.888 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.888 INFO kablam! Sep 17 18:16:20.888 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.888 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 17 18:16:20.888 INFO kablam! | Sep 17 18:16:20.888 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.888 INFO kablam! | ^^^^^^ Sep 17 18:16:20.888 INFO kablam! | Sep 17 18:16:20.888 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.888 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.888 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.888 INFO kablam! Sep 17 18:16:20.888 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.888 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 17 18:16:20.888 INFO kablam! | Sep 17 18:16:20.888 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.888 INFO kablam! | ^^^^^^ Sep 17 18:16:20.888 INFO kablam! | Sep 17 18:16:20.888 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.888 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.888 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.888 INFO kablam! Sep 17 18:16:20.888 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.888 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 17 18:16:20.888 INFO kablam! | Sep 17 18:16:20.888 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.888 INFO kablam! | ^^^^^^ Sep 17 18:16:20.888 INFO kablam! | Sep 17 18:16:20.888 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.888 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.888 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.888 INFO kablam! Sep 17 18:16:20.888 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.889 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 17 18:16:20.889 INFO kablam! | Sep 17 18:16:20.889 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.889 INFO kablam! | ^^^^^^ Sep 17 18:16:20.889 INFO kablam! | Sep 17 18:16:20.889 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.889 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.889 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.889 INFO kablam! Sep 17 18:16:20.889 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.889 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 17 18:16:20.889 INFO kablam! | Sep 17 18:16:20.889 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.889 INFO kablam! | ^^^^^^ Sep 17 18:16:20.889 INFO kablam! | Sep 17 18:16:20.889 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.889 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.889 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.889 INFO kablam! Sep 17 18:16:20.889 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.889 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 17 18:16:20.889 INFO kablam! | Sep 17 18:16:20.889 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.889 INFO kablam! | ^^^^^^ Sep 17 18:16:20.889 INFO kablam! | Sep 17 18:16:20.889 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.889 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.889 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.890 INFO kablam! Sep 17 18:16:20.890 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.890 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 17 18:16:20.890 INFO kablam! | Sep 17 18:16:20.890 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.890 INFO kablam! | ^^^^^^ Sep 17 18:16:20.890 INFO kablam! | Sep 17 18:16:20.890 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.890 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.890 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.890 INFO kablam! Sep 17 18:16:20.890 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.891 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 17 18:16:20.891 INFO kablam! | Sep 17 18:16:20.891 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.891 INFO kablam! | ^^^^^^ Sep 17 18:16:20.891 INFO kablam! | Sep 17 18:16:20.891 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.891 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.891 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.891 INFO kablam! Sep 17 18:16:20.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.891 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 17 18:16:20.891 INFO kablam! | Sep 17 18:16:20.891 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.891 INFO kablam! | ^^^^^^ Sep 17 18:16:20.891 INFO kablam! | Sep 17 18:16:20.891 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.891 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.891 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.891 INFO kablam! Sep 17 18:16:20.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.891 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 17 18:16:20.891 INFO kablam! | Sep 17 18:16:20.891 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.891 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.891 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.892 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.892 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.892 INFO kablam! Sep 17 18:16:20.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.892 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 17 18:16:20.892 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.892 INFO kablam! | ^^^^^^ Sep 17 18:16:20.892 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.892 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.892 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.892 INFO kablam! Sep 17 18:16:20.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.892 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 17 18:16:20.892 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.892 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.892 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.892 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.892 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.892 INFO kablam! Sep 17 18:16:20.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.892 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 17 18:16:20.892 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.892 INFO kablam! | ^^^^^^ Sep 17 18:16:20.892 INFO kablam! | Sep 17 18:16:20.892 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.892 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.893 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.893 INFO kablam! Sep 17 18:16:20.893 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.893 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 17 18:16:20.893 INFO kablam! | Sep 17 18:16:20.893 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.893 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.893 INFO kablam! | Sep 17 18:16:20.893 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.893 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.893 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.893 INFO kablam! Sep 17 18:16:20.893 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.893 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 17 18:16:20.893 INFO kablam! | Sep 17 18:16:20.893 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.893 INFO kablam! | ^^^^^^ Sep 17 18:16:20.893 INFO kablam! | Sep 17 18:16:20.893 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.893 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.893 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.893 INFO kablam! Sep 17 18:16:20.893 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.893 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 17 18:16:20.894 INFO kablam! | Sep 17 18:16:20.894 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.894 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.894 INFO kablam! | Sep 17 18:16:20.894 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.894 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.894 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.894 INFO kablam! Sep 17 18:16:20.894 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.894 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 17 18:16:20.894 INFO kablam! | Sep 17 18:16:20.894 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.894 INFO kablam! | ^^^^^^ Sep 17 18:16:20.894 INFO kablam! | Sep 17 18:16:20.894 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.895 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.895 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.895 INFO kablam! Sep 17 18:16:20.895 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.895 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 17 18:16:20.895 INFO kablam! | Sep 17 18:16:20.895 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.895 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.895 INFO kablam! | Sep 17 18:16:20.895 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.895 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.895 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.895 INFO kablam! Sep 17 18:16:20.895 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.895 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 17 18:16:20.895 INFO kablam! | Sep 17 18:16:20.895 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.895 INFO kablam! | ^^^^^^ Sep 17 18:16:20.895 INFO kablam! | Sep 17 18:16:20.895 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.895 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.895 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.895 INFO kablam! Sep 17 18:16:20.895 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.895 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 17 18:16:20.895 INFO kablam! | Sep 17 18:16:20.895 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.895 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.895 INFO kablam! | Sep 17 18:16:20.895 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.895 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.896 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.896 INFO kablam! Sep 17 18:16:20.896 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.896 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 17 18:16:20.896 INFO kablam! | Sep 17 18:16:20.896 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.896 INFO kablam! | ^^^^^^ Sep 17 18:16:20.896 INFO kablam! | Sep 17 18:16:20.896 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.896 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.896 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.896 INFO kablam! Sep 17 18:16:20.896 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.896 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 17 18:16:20.896 INFO kablam! | Sep 17 18:16:20.896 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.896 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.896 INFO kablam! | Sep 17 18:16:20.896 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.896 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.896 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.896 INFO kablam! Sep 17 18:16:20.896 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.896 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 17 18:16:20.896 INFO kablam! | Sep 17 18:16:20.896 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.896 INFO kablam! | ^^^^^^ Sep 17 18:16:20.896 INFO kablam! | Sep 17 18:16:20.896 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.896 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.897 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.897 INFO kablam! Sep 17 18:16:20.897 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.897 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 17 18:16:20.897 INFO kablam! | Sep 17 18:16:20.897 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.897 INFO kablam! | ^^^^^^ Sep 17 18:16:20.897 INFO kablam! | Sep 17 18:16:20.897 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.897 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.897 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.897 INFO kablam! Sep 17 18:16:20.897 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.897 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 17 18:16:20.897 INFO kablam! | Sep 17 18:16:20.897 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.897 INFO kablam! | ^^^^^^ Sep 17 18:16:20.897 INFO kablam! | Sep 17 18:16:20.897 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.897 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.897 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.898 INFO kablam! Sep 17 18:16:20.898 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.898 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 17 18:16:20.898 INFO kablam! | Sep 17 18:16:20.898 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.898 INFO kablam! | ^^^^^^ Sep 17 18:16:20.898 INFO kablam! | Sep 17 18:16:20.898 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.898 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.898 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.898 INFO kablam! Sep 17 18:16:20.898 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.898 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 17 18:16:20.898 INFO kablam! | Sep 17 18:16:20.898 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.898 INFO kablam! | ^^^^^^ Sep 17 18:16:20.898 INFO kablam! | Sep 17 18:16:20.899 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.899 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.899 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.899 INFO kablam! Sep 17 18:16:20.899 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.899 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 17 18:16:20.899 INFO kablam! | Sep 17 18:16:20.899 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.899 INFO kablam! | ^^^^^^ Sep 17 18:16:20.899 INFO kablam! | Sep 17 18:16:20.899 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.899 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.899 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.899 INFO kablam! Sep 17 18:16:20.899 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.899 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 17 18:16:20.899 INFO kablam! | Sep 17 18:16:20.899 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.899 INFO kablam! | ^^^^^^ Sep 17 18:16:20.899 INFO kablam! | Sep 17 18:16:20.899 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.899 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.899 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.899 INFO kablam! Sep 17 18:16:20.899 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.899 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 17 18:16:20.899 INFO kablam! | Sep 17 18:16:20.899 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.899 INFO kablam! | ^^^^^^ Sep 17 18:16:20.899 INFO kablam! | Sep 17 18:16:20.900 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.900 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.900 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.900 INFO kablam! Sep 17 18:16:20.900 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.900 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 17 18:16:20.900 INFO kablam! | Sep 17 18:16:20.900 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.900 INFO kablam! | ^^^^^^ Sep 17 18:16:20.900 INFO kablam! | Sep 17 18:16:20.900 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.900 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.900 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.900 INFO kablam! Sep 17 18:16:20.900 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.900 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 17 18:16:20.900 INFO kablam! | Sep 17 18:16:20.900 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.900 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.900 INFO kablam! | Sep 17 18:16:20.900 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.900 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.900 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.900 INFO kablam! Sep 17 18:16:20.900 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.900 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 17 18:16:20.900 INFO kablam! | Sep 17 18:16:20.900 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.900 INFO kablam! | ^^^^^^ Sep 17 18:16:20.900 INFO kablam! | Sep 17 18:16:20.901 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.901 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.901 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.901 INFO kablam! Sep 17 18:16:20.901 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.901 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 17 18:16:20.901 INFO kablam! | Sep 17 18:16:20.901 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.901 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.901 INFO kablam! | Sep 17 18:16:20.901 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.901 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.901 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.901 INFO kablam! Sep 17 18:16:20.901 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.901 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 17 18:16:20.901 INFO kablam! | Sep 17 18:16:20.901 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.901 INFO kablam! | ^^^^^^ Sep 17 18:16:20.901 INFO kablam! | Sep 17 18:16:20.901 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.901 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.901 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.901 INFO kablam! Sep 17 18:16:20.901 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.901 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 17 18:16:20.901 INFO kablam! | Sep 17 18:16:20.901 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.901 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.902 INFO kablam! | Sep 17 18:16:20.902 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.902 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.902 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.902 INFO kablam! Sep 17 18:16:20.902 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.902 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 17 18:16:20.902 INFO kablam! | Sep 17 18:16:20.902 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.902 INFO kablam! | ^^^^^^ Sep 17 18:16:20.902 INFO kablam! | Sep 17 18:16:20.902 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.902 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.903 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.903 INFO kablam! Sep 17 18:16:20.903 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.903 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 17 18:16:20.903 INFO kablam! | Sep 17 18:16:20.903 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.903 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.903 INFO kablam! | Sep 17 18:16:20.903 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.903 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.903 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.903 INFO kablam! Sep 17 18:16:20.903 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.903 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 17 18:16:20.903 INFO kablam! | Sep 17 18:16:20.903 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.903 INFO kablam! | ^^^^^^ Sep 17 18:16:20.903 INFO kablam! | Sep 17 18:16:20.903 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.903 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.903 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.903 INFO kablam! Sep 17 18:16:20.903 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.903 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 17 18:16:20.903 INFO kablam! | Sep 17 18:16:20.903 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.903 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.903 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.907 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.907 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.907 INFO kablam! Sep 17 18:16:20.907 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.907 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.907 INFO kablam! | ^^^^^^ Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.907 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.907 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.907 INFO kablam! Sep 17 18:16:20.907 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.907 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.907 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.907 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.907 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.907 INFO kablam! Sep 17 18:16:20.907 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.907 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.907 INFO kablam! | ^^^^^^ Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.907 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.907 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.907 INFO kablam! Sep 17 18:16:20.907 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.907 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.907 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.907 INFO kablam! | Sep 17 18:16:20.907 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.907 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.907 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.907 INFO kablam! Sep 17 18:16:20.907 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.908 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 17 18:16:20.908 INFO kablam! | Sep 17 18:16:20.908 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.908 INFO kablam! | ^^^^^^ Sep 17 18:16:20.908 INFO kablam! | Sep 17 18:16:20.908 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.908 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.908 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.908 INFO kablam! Sep 17 18:16:20.908 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.908 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 17 18:16:20.908 INFO kablam! | Sep 17 18:16:20.908 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.908 INFO kablam! | ^^^^^^ Sep 17 18:16:20.908 INFO kablam! | Sep 17 18:16:20.908 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.908 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.909 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.909 INFO kablam! Sep 17 18:16:20.909 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.909 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 17 18:16:20.909 INFO kablam! | Sep 17 18:16:20.909 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.909 INFO kablam! | ^^^^^^ Sep 17 18:16:20.909 INFO kablam! | Sep 17 18:16:20.909 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.909 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.909 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.909 INFO kablam! Sep 17 18:16:20.909 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.909 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 17 18:16:20.909 INFO kablam! | Sep 17 18:16:20.909 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.909 INFO kablam! | ^^^^^^ Sep 17 18:16:20.909 INFO kablam! | Sep 17 18:16:20.909 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.909 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.909 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.909 INFO kablam! Sep 17 18:16:20.909 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.909 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 17 18:16:20.909 INFO kablam! | Sep 17 18:16:20.909 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.909 INFO kablam! | ^^^^^^ Sep 17 18:16:20.909 INFO kablam! | Sep 17 18:16:20.909 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.909 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.909 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.909 INFO kablam! Sep 17 18:16:20.909 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.910 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 17 18:16:20.910 INFO kablam! | Sep 17 18:16:20.910 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.910 INFO kablam! | ^^^^^^ Sep 17 18:16:20.910 INFO kablam! | Sep 17 18:16:20.910 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.910 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.910 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.910 INFO kablam! Sep 17 18:16:20.910 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.910 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 17 18:16:20.910 INFO kablam! | Sep 17 18:16:20.910 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.910 INFO kablam! | ^^^^^^ Sep 17 18:16:20.910 INFO kablam! | Sep 17 18:16:20.911 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.911 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.911 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.911 INFO kablam! Sep 17 18:16:20.911 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.911 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 17 18:16:20.911 INFO kablam! | Sep 17 18:16:20.911 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.911 INFO kablam! | ^^^^^^ Sep 17 18:16:20.911 INFO kablam! | Sep 17 18:16:20.911 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.911 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.911 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.911 INFO kablam! Sep 17 18:16:20.911 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.911 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 17 18:16:20.911 INFO kablam! | Sep 17 18:16:20.911 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.911 INFO kablam! | ^^^^^^ Sep 17 18:16:20.911 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.912 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.912 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.912 INFO kablam! Sep 17 18:16:20.912 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.912 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 17 18:16:20.912 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.912 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.912 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.912 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.912 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.912 INFO kablam! Sep 17 18:16:20.912 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.912 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 17 18:16:20.912 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.912 INFO kablam! | ^^^^^^ Sep 17 18:16:20.912 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.912 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.912 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.912 INFO kablam! Sep 17 18:16:20.912 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.912 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 17 18:16:20.912 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.912 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.912 INFO kablam! | Sep 17 18:16:20.912 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.912 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.913 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.913 INFO kablam! Sep 17 18:16:20.913 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.913 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 17 18:16:20.913 INFO kablam! | Sep 17 18:16:20.913 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.913 INFO kablam! | ^^^^^^ Sep 17 18:16:20.913 INFO kablam! | Sep 17 18:16:20.914 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.914 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.914 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.914 INFO kablam! Sep 17 18:16:20.914 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.914 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 17 18:16:20.914 INFO kablam! | Sep 17 18:16:20.914 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.914 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.914 INFO kablam! | Sep 17 18:16:20.914 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.914 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.914 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.914 INFO kablam! Sep 17 18:16:20.914 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.914 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 17 18:16:20.914 INFO kablam! | Sep 17 18:16:20.914 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.914 INFO kablam! | ^^^^^^ Sep 17 18:16:20.914 INFO kablam! | Sep 17 18:16:20.914 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.914 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.914 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.914 INFO kablam! Sep 17 18:16:20.914 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.915 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.915 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.915 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.915 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.915 INFO kablam! Sep 17 18:16:20.915 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.915 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.915 INFO kablam! | ^^^^^^ Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.915 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.915 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.915 INFO kablam! Sep 17 18:16:20.915 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.915 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.915 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.915 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.915 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.915 INFO kablam! Sep 17 18:16:20.915 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.915 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.915 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.915 INFO kablam! | ^^^^^^ Sep 17 18:16:20.915 INFO kablam! | Sep 17 18:16:20.916 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.916 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.916 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.916 INFO kablam! Sep 17 18:16:20.916 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.916 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 17 18:16:20.916 INFO kablam! | Sep 17 18:16:20.916 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.916 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.916 INFO kablam! | Sep 17 18:16:20.917 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.917 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.917 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.917 INFO kablam! Sep 17 18:16:20.917 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.917 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 17 18:16:20.917 INFO kablam! | Sep 17 18:16:20.917 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.917 INFO kablam! | ^^^^^^ Sep 17 18:16:20.917 INFO kablam! | Sep 17 18:16:20.917 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.917 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.917 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.917 INFO kablam! Sep 17 18:16:20.917 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.917 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 17 18:16:20.917 INFO kablam! | Sep 17 18:16:20.917 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.917 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.917 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.918 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.918 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.918 INFO kablam! Sep 17 18:16:20.918 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.918 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 17 18:16:20.918 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.918 INFO kablam! | ^^^^^^ Sep 17 18:16:20.918 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.918 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.918 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.918 INFO kablam! Sep 17 18:16:20.918 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.918 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 17 18:16:20.918 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.918 INFO kablam! | ^^^^^^ Sep 17 18:16:20.918 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.918 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.918 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.918 INFO kablam! Sep 17 18:16:20.918 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.918 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 17 18:16:20.918 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.918 INFO kablam! | ^^^^^^ Sep 17 18:16:20.918 INFO kablam! | Sep 17 18:16:20.918 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.918 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.919 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.919 INFO kablam! Sep 17 18:16:20.919 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.919 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 17 18:16:20.919 INFO kablam! | Sep 17 18:16:20.919 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.919 INFO kablam! | ^^^^^^ Sep 17 18:16:20.919 INFO kablam! | Sep 17 18:16:20.919 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.919 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.919 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.919 INFO kablam! Sep 17 18:16:20.919 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.919 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 17 18:16:20.919 INFO kablam! | Sep 17 18:16:20.919 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.919 INFO kablam! | ^^^^^^ Sep 17 18:16:20.919 INFO kablam! | Sep 17 18:16:20.919 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.919 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.919 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.919 INFO kablam! Sep 17 18:16:20.919 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.919 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 17 18:16:20.919 INFO kablam! | Sep 17 18:16:20.919 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.919 INFO kablam! | ^^^^^^ Sep 17 18:16:20.919 INFO kablam! | Sep 17 18:16:20.919 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.919 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.919 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.919 INFO kablam! Sep 17 18:16:20.920 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.920 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 17 18:16:20.920 INFO kablam! | Sep 17 18:16:20.920 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.920 INFO kablam! | ^^^^^^ Sep 17 18:16:20.920 INFO kablam! | Sep 17 18:16:20.920 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.920 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.920 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.920 INFO kablam! Sep 17 18:16:20.921 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.921 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 17 18:16:20.921 INFO kablam! | Sep 17 18:16:20.921 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.921 INFO kablam! | ^^^^^^ Sep 17 18:16:20.921 INFO kablam! | Sep 17 18:16:20.921 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.921 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.921 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.921 INFO kablam! Sep 17 18:16:20.921 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.921 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 17 18:16:20.921 INFO kablam! | Sep 17 18:16:20.921 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.921 INFO kablam! | ^^^^^^ Sep 17 18:16:20.921 INFO kablam! | Sep 17 18:16:20.921 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.921 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.921 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.921 INFO kablam! Sep 17 18:16:20.921 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.921 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 17 18:16:20.921 INFO kablam! | Sep 17 18:16:20.921 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.921 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.921 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.922 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.922 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.922 INFO kablam! Sep 17 18:16:20.922 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.922 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 17 18:16:20.922 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.922 INFO kablam! | ^^^^^^ Sep 17 18:16:20.922 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.922 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.922 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.922 INFO kablam! Sep 17 18:16:20.922 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.922 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 17 18:16:20.922 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.922 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.922 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.922 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.922 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.922 INFO kablam! Sep 17 18:16:20.922 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.922 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 17 18:16:20.922 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.922 INFO kablam! | ^^^^^^ Sep 17 18:16:20.922 INFO kablam! | Sep 17 18:16:20.922 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.922 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.923 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.923 INFO kablam! Sep 17 18:16:20.923 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.923 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 17 18:16:20.923 INFO kablam! | Sep 17 18:16:20.923 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.923 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.923 INFO kablam! | Sep 17 18:16:20.923 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.923 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.923 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.923 INFO kablam! Sep 17 18:16:20.923 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.923 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 17 18:16:20.923 INFO kablam! | Sep 17 18:16:20.923 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.923 INFO kablam! | ^^^^^^ Sep 17 18:16:20.923 INFO kablam! | Sep 17 18:16:20.923 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.923 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.923 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.923 INFO kablam! Sep 17 18:16:20.924 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.924 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 17 18:16:20.924 INFO kablam! | Sep 17 18:16:20.924 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.924 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.924 INFO kablam! | Sep 17 18:16:20.924 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.924 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.924 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.924 INFO kablam! Sep 17 18:16:20.924 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.924 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 17 18:16:20.924 INFO kablam! | Sep 17 18:16:20.924 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.924 INFO kablam! | ^^^^^^ Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.925 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.925 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.925 INFO kablam! Sep 17 18:16:20.925 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.925 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.925 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.925 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.925 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.925 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.925 INFO kablam! Sep 17 18:16:20.925 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.925 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.925 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.925 INFO kablam! | ^^^^^^ Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.925 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.925 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.925 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.925 INFO kablam! Sep 17 18:16:20.925 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.925 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.925 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.925 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.925 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.926 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.926 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.926 INFO kablam! Sep 17 18:16:20.926 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.926 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 17 18:16:20.926 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.926 INFO kablam! | ^^^^^^ Sep 17 18:16:20.926 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.926 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.926 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.926 INFO kablam! Sep 17 18:16:20.926 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.926 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 17 18:16:20.926 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.926 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.926 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.926 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.926 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.926 INFO kablam! Sep 17 18:16:20.926 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.926 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 17 18:16:20.926 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.926 INFO kablam! | ^^^^^^ Sep 17 18:16:20.926 INFO kablam! | Sep 17 18:16:20.926 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.926 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.927 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.927 INFO kablam! Sep 17 18:16:20.927 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.927 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 17 18:16:20.927 INFO kablam! | Sep 17 18:16:20.927 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.927 INFO kablam! | ^^^^^^ Sep 17 18:16:20.927 INFO kablam! | Sep 17 18:16:20.927 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.927 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.927 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.927 INFO kablam! Sep 17 18:16:20.927 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.927 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 17 18:16:20.927 INFO kablam! | Sep 17 18:16:20.927 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.927 INFO kablam! | ^^^^^^ Sep 17 18:16:20.927 INFO kablam! | Sep 17 18:16:20.927 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.927 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.927 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.927 INFO kablam! Sep 17 18:16:20.927 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.928 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 17 18:16:20.928 INFO kablam! | Sep 17 18:16:20.928 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.928 INFO kablam! | ^^^^^^ Sep 17 18:16:20.928 INFO kablam! | Sep 17 18:16:20.928 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.928 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.928 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.928 INFO kablam! Sep 17 18:16:20.928 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.928 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 17 18:16:20.928 INFO kablam! | Sep 17 18:16:20.928 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.928 INFO kablam! | ^^^^^^ Sep 17 18:16:20.928 INFO kablam! | Sep 17 18:16:20.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.929 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.929 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.929 INFO kablam! Sep 17 18:16:20.929 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.929 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 17 18:16:20.929 INFO kablam! | Sep 17 18:16:20.929 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.929 INFO kablam! | ^^^^^^ Sep 17 18:16:20.929 INFO kablam! | Sep 17 18:16:20.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.929 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.929 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.929 INFO kablam! Sep 17 18:16:20.929 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.929 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 17 18:16:20.929 INFO kablam! | Sep 17 18:16:20.929 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.929 INFO kablam! | ^^^^^^ Sep 17 18:16:20.929 INFO kablam! | Sep 17 18:16:20.929 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.929 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.929 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.929 INFO kablam! Sep 17 18:16:20.929 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.930 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.930 INFO kablam! | ^^^^^^ Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.930 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.930 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.930 INFO kablam! Sep 17 18:16:20.930 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.930 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.930 INFO kablam! | ^^^^^^ Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.930 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.930 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.930 INFO kablam! Sep 17 18:16:20.930 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.930 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.930 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.930 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.930 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.930 INFO kablam! Sep 17 18:16:20.930 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.930 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.930 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.930 INFO kablam! | ^^^^^^ Sep 17 18:16:20.930 INFO kablam! | Sep 17 18:16:20.931 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.931 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.931 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.931 INFO kablam! Sep 17 18:16:20.931 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.931 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 17 18:16:20.931 INFO kablam! | Sep 17 18:16:20.931 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.931 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.931 INFO kablam! | Sep 17 18:16:20.931 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.931 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.931 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.931 INFO kablam! Sep 17 18:16:20.931 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.931 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 17 18:16:20.931 INFO kablam! | Sep 17 18:16:20.931 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.931 INFO kablam! | ^^^^^^ Sep 17 18:16:20.931 INFO kablam! | Sep 17 18:16:20.931 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.931 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.931 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.931 INFO kablam! Sep 17 18:16:20.931 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.932 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 17 18:16:20.932 INFO kablam! | Sep 17 18:16:20.932 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.932 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.932 INFO kablam! | Sep 17 18:16:20.932 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.932 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.932 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.932 INFO kablam! Sep 17 18:16:20.932 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.932 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 17 18:16:20.932 INFO kablam! | Sep 17 18:16:20.932 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.932 INFO kablam! | ^^^^^^ Sep 17 18:16:20.932 INFO kablam! | Sep 17 18:16:20.932 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.932 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.932 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.932 INFO kablam! Sep 17 18:16:20.933 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.933 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 17 18:16:20.933 INFO kablam! | Sep 17 18:16:20.933 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.933 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.933 INFO kablam! | Sep 17 18:16:20.933 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.933 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.933 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.933 INFO kablam! Sep 17 18:16:20.933 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.933 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 17 18:16:20.933 INFO kablam! | Sep 17 18:16:20.933 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.933 INFO kablam! | ^^^^^^ Sep 17 18:16:20.933 INFO kablam! | Sep 17 18:16:20.933 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.933 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.933 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.933 INFO kablam! Sep 17 18:16:20.933 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.934 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.934 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.934 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.934 INFO kablam! Sep 17 18:16:20.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.934 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.934 INFO kablam! | ^^^^^^ Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.934 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.934 INFO kablam! Sep 17 18:16:20.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.934 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.934 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.934 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.934 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.934 INFO kablam! Sep 17 18:16:20.934 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.934 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.934 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.934 INFO kablam! | ^^^^^^ Sep 17 18:16:20.934 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.935 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.935 INFO kablam! Sep 17 18:16:20.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.935 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 17 18:16:20.935 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.935 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.935 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.935 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.935 INFO kablam! Sep 17 18:16:20.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.935 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 17 18:16:20.935 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.935 INFO kablam! | ^^^^^^ Sep 17 18:16:20.935 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.935 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.935 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.935 INFO kablam! Sep 17 18:16:20.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.935 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 17 18:16:20.935 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.935 INFO kablam! | ^^^^^^ Sep 17 18:16:20.935 INFO kablam! | Sep 17 18:16:20.935 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.935 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.936 INFO kablam! Sep 17 18:16:20.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.936 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 17 18:16:20.936 INFO kablam! | Sep 17 18:16:20.936 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.936 INFO kablam! | ^^^^^^ Sep 17 18:16:20.936 INFO kablam! | Sep 17 18:16:20.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.936 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.936 INFO kablam! Sep 17 18:16:20.936 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.936 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 17 18:16:20.936 INFO kablam! | Sep 17 18:16:20.936 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.936 INFO kablam! | ^^^^^^ Sep 17 18:16:20.936 INFO kablam! | Sep 17 18:16:20.936 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.936 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.936 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.937 INFO kablam! Sep 17 18:16:20.937 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.937 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 17 18:16:20.937 INFO kablam! | Sep 17 18:16:20.937 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.937 INFO kablam! | ^^^^^^ Sep 17 18:16:20.937 INFO kablam! | Sep 17 18:16:20.937 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.937 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.937 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.937 INFO kablam! Sep 17 18:16:20.937 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.937 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 17 18:16:20.937 INFO kablam! | Sep 17 18:16:20.937 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.937 INFO kablam! | ^^^^^^ Sep 17 18:16:20.937 INFO kablam! | Sep 17 18:16:20.937 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.937 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.937 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.937 INFO kablam! Sep 17 18:16:20.937 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.937 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 17 18:16:20.938 INFO kablam! | Sep 17 18:16:20.938 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.938 INFO kablam! | ^^^^^^ Sep 17 18:16:20.938 INFO kablam! | Sep 17 18:16:20.938 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.938 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.938 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.938 INFO kablam! Sep 17 18:16:20.938 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.938 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 17 18:16:20.938 INFO kablam! | Sep 17 18:16:20.938 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.938 INFO kablam! | ^^^^^^ Sep 17 18:16:20.938 INFO kablam! | Sep 17 18:16:20.938 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.938 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.938 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.938 INFO kablam! Sep 17 18:16:20.938 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.939 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.939 INFO kablam! | ^^^^^^ Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.939 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.939 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.939 INFO kablam! Sep 17 18:16:20.939 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.939 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.939 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.939 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.939 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.939 INFO kablam! Sep 17 18:16:20.939 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.939 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.939 INFO kablam! | ^^^^^^ Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.939 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.939 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.939 INFO kablam! Sep 17 18:16:20.939 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.939 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.939 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.939 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.939 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.940 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.940 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.940 INFO kablam! Sep 17 18:16:20.940 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.940 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 17 18:16:20.940 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.940 INFO kablam! | ^^^^^^ Sep 17 18:16:20.940 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.940 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.940 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.940 INFO kablam! Sep 17 18:16:20.940 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.940 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 17 18:16:20.940 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.940 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.940 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.940 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.940 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.940 INFO kablam! Sep 17 18:16:20.940 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.940 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 17 18:16:20.940 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.940 INFO kablam! | ^^^^^^ Sep 17 18:16:20.940 INFO kablam! | Sep 17 18:16:20.940 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.940 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.941 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.941 INFO kablam! Sep 17 18:16:20.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.941 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 17 18:16:20.941 INFO kablam! | Sep 17 18:16:20.941 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.941 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.941 INFO kablam! | Sep 17 18:16:20.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.941 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.941 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.941 INFO kablam! Sep 17 18:16:20.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.941 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 17 18:16:20.941 INFO kablam! | Sep 17 18:16:20.941 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.941 INFO kablam! | ^^^^^^ Sep 17 18:16:20.941 INFO kablam! | Sep 17 18:16:20.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.941 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.941 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.941 INFO kablam! Sep 17 18:16:20.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.941 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 17 18:16:20.941 INFO kablam! | Sep 17 18:16:20.941 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.941 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.941 INFO kablam! | Sep 17 18:16:20.941 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.941 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.941 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.941 INFO kablam! Sep 17 18:16:20.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.942 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 17 18:16:20.942 INFO kablam! | Sep 17 18:16:20.942 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.942 INFO kablam! | ^^^^^^ Sep 17 18:16:20.942 INFO kablam! | Sep 17 18:16:20.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.942 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.942 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.942 INFO kablam! Sep 17 18:16:20.942 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.942 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 17 18:16:20.942 INFO kablam! | Sep 17 18:16:20.942 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.942 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.942 INFO kablam! | Sep 17 18:16:20.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.942 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.942 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.942 INFO kablam! Sep 17 18:16:20.942 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.942 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 17 18:16:20.942 INFO kablam! | Sep 17 18:16:20.942 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.942 INFO kablam! | ^^^^^^ Sep 17 18:16:20.942 INFO kablam! | Sep 17 18:16:20.942 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.942 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.942 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.942 INFO kablam! Sep 17 18:16:20.942 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.942 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 17 18:16:20.943 INFO kablam! | Sep 17 18:16:20.943 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.943 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.943 INFO kablam! | Sep 17 18:16:20.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.943 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.943 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.943 INFO kablam! Sep 17 18:16:20.943 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.943 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 17 18:16:20.943 INFO kablam! | Sep 17 18:16:20.943 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.943 INFO kablam! | ^^^^^^ Sep 17 18:16:20.943 INFO kablam! | Sep 17 18:16:20.943 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.943 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.943 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.943 INFO kablam! Sep 17 18:16:20.944 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.944 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 17 18:16:20.944 INFO kablam! | Sep 17 18:16:20.944 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.944 INFO kablam! | ^^^^^^ Sep 17 18:16:20.944 INFO kablam! | Sep 17 18:16:20.944 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.944 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.944 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.944 INFO kablam! Sep 17 18:16:20.944 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.944 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 17 18:16:20.944 INFO kablam! | Sep 17 18:16:20.944 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.944 INFO kablam! | ^^^^^^ Sep 17 18:16:20.944 INFO kablam! | Sep 17 18:16:20.944 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.944 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.945 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.945 INFO kablam! Sep 17 18:16:20.945 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.945 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 17 18:16:20.945 INFO kablam! | Sep 17 18:16:20.945 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.945 INFO kablam! | ^^^^^^ Sep 17 18:16:20.945 INFO kablam! | Sep 17 18:16:20.945 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.945 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.945 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.945 INFO kablam! Sep 17 18:16:20.945 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.945 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 17 18:16:20.945 INFO kablam! | Sep 17 18:16:20.945 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.945 INFO kablam! | ^^^^^^ Sep 17 18:16:20.945 INFO kablam! | Sep 17 18:16:20.945 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.945 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.945 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.945 INFO kablam! Sep 17 18:16:20.945 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.945 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 17 18:16:20.945 INFO kablam! | Sep 17 18:16:20.945 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.945 INFO kablam! | ^^^^^^ Sep 17 18:16:20.945 INFO kablam! | Sep 17 18:16:20.945 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.945 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.946 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.946 INFO kablam! Sep 17 18:16:20.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.946 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 17 18:16:20.946 INFO kablam! | Sep 17 18:16:20.946 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.946 INFO kablam! | ^^^^^^ Sep 17 18:16:20.946 INFO kablam! | Sep 17 18:16:20.946 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.946 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.946 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.946 INFO kablam! Sep 17 18:16:20.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.946 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 17 18:16:20.946 INFO kablam! | Sep 17 18:16:20.946 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.946 INFO kablam! | ^^^^^^ Sep 17 18:16:20.946 INFO kablam! | Sep 17 18:16:20.946 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.946 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.946 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.946 INFO kablam! Sep 17 18:16:20.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.946 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 17 18:16:20.946 INFO kablam! | Sep 17 18:16:20.946 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.946 INFO kablam! | ^^^^^^ Sep 17 18:16:20.946 INFO kablam! | Sep 17 18:16:20.946 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.946 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.946 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.946 INFO kablam! Sep 17 18:16:20.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.947 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.948 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.948 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.948 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.948 INFO kablam! Sep 17 18:16:20.948 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.948 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.948 INFO kablam! | ^^^^^^ Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.948 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.948 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.948 INFO kablam! Sep 17 18:16:20.948 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.948 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.948 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.948 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.948 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.948 INFO kablam! Sep 17 18:16:20.948 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.948 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.948 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.948 INFO kablam! | ^^^^^^ Sep 17 18:16:20.948 INFO kablam! | Sep 17 18:16:20.949 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.949 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.949 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.949 INFO kablam! Sep 17 18:16:20.949 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.949 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 17 18:16:20.949 INFO kablam! | Sep 17 18:16:20.949 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.949 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.949 INFO kablam! | Sep 17 18:16:20.949 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.949 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.949 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.949 INFO kablam! Sep 17 18:16:20.949 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.949 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 17 18:16:20.949 INFO kablam! | Sep 17 18:16:20.949 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.949 INFO kablam! | ^^^^^^ Sep 17 18:16:20.949 INFO kablam! | Sep 17 18:16:20.950 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.950 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.950 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.950 INFO kablam! Sep 17 18:16:20.950 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.950 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 17 18:16:20.950 INFO kablam! | Sep 17 18:16:20.950 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.950 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.950 INFO kablam! | Sep 17 18:16:20.950 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.950 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.951 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.951 INFO kablam! Sep 17 18:16:20.951 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.951 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 17 18:16:20.951 INFO kablam! | Sep 17 18:16:20.951 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.951 INFO kablam! | ^^^^^^ Sep 17 18:16:20.951 INFO kablam! | Sep 17 18:16:20.951 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.951 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.951 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.951 INFO kablam! Sep 17 18:16:20.951 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.951 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 17 18:16:20.951 INFO kablam! | Sep 17 18:16:20.951 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.951 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.951 INFO kablam! | Sep 17 18:16:20.951 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.951 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.951 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.951 INFO kablam! Sep 17 18:16:20.951 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.951 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 17 18:16:20.951 INFO kablam! | Sep 17 18:16:20.951 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.951 INFO kablam! | ^^^^^^ Sep 17 18:16:20.951 INFO kablam! | Sep 17 18:16:20.951 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.951 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.951 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.951 INFO kablam! Sep 17 18:16:20.951 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.952 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 17 18:16:20.952 INFO kablam! | Sep 17 18:16:20.952 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.952 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.952 INFO kablam! | Sep 17 18:16:20.952 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.952 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.952 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.952 INFO kablam! Sep 17 18:16:20.952 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.952 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 17 18:16:20.952 INFO kablam! | Sep 17 18:16:20.952 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.952 INFO kablam! | ^^^^^^ Sep 17 18:16:20.952 INFO kablam! | Sep 17 18:16:20.952 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.952 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.952 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.952 INFO kablam! Sep 17 18:16:20.952 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.952 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 17 18:16:20.952 INFO kablam! | Sep 17 18:16:20.953 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.953 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.953 INFO kablam! | Sep 17 18:16:20.953 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.953 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.953 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.953 INFO kablam! Sep 17 18:16:20.953 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.953 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 17 18:16:20.953 INFO kablam! | Sep 17 18:16:20.953 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.953 INFO kablam! | ^^^^^^ Sep 17 18:16:20.953 INFO kablam! | Sep 17 18:16:20.954 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.954 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.954 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.954 INFO kablam! Sep 17 18:16:20.954 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.954 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 17 18:16:20.954 INFO kablam! | Sep 17 18:16:20.954 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.954 INFO kablam! | ^^^^^^ Sep 17 18:16:20.954 INFO kablam! | Sep 17 18:16:20.954 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.954 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.954 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.954 INFO kablam! Sep 17 18:16:20.954 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.954 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 17 18:16:20.954 INFO kablam! | Sep 17 18:16:20.954 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.954 INFO kablam! | ^^^^^^ Sep 17 18:16:20.954 INFO kablam! | Sep 17 18:16:20.954 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.954 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.954 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.954 INFO kablam! Sep 17 18:16:20.954 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.954 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 17 18:16:20.954 INFO kablam! | Sep 17 18:16:20.954 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.954 INFO kablam! | ^^^^^^ Sep 17 18:16:20.954 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.955 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.955 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.955 INFO kablam! Sep 17 18:16:20.955 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.955 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 17 18:16:20.955 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.955 INFO kablam! | ^^^^^^ Sep 17 18:16:20.955 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.955 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.955 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.955 INFO kablam! Sep 17 18:16:20.955 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.955 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 17 18:16:20.955 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.955 INFO kablam! | ^^^^^^ Sep 17 18:16:20.955 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.955 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.955 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.955 INFO kablam! Sep 17 18:16:20.955 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.955 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 17 18:16:20.955 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.955 INFO kablam! | ^^^^^^ Sep 17 18:16:20.955 INFO kablam! | Sep 17 18:16:20.955 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.955 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.956 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.956 INFO kablam! Sep 17 18:16:20.956 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.956 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 17 18:16:20.956 INFO kablam! | Sep 17 18:16:20.956 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.956 INFO kablam! | ^^^^^^ Sep 17 18:16:20.956 INFO kablam! | Sep 17 18:16:20.956 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.956 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.956 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.956 INFO kablam! Sep 17 18:16:20.956 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.956 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 17 18:16:20.956 INFO kablam! | Sep 17 18:16:20.956 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.956 INFO kablam! | ^^^^^^ Sep 17 18:16:20.956 INFO kablam! | Sep 17 18:16:20.956 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.956 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.956 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.956 INFO kablam! Sep 17 18:16:20.957 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.957 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 17 18:16:20.957 INFO kablam! | Sep 17 18:16:20.957 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.957 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.957 INFO kablam! | Sep 17 18:16:20.957 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.957 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.957 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.957 INFO kablam! Sep 17 18:16:20.957 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.957 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 17 18:16:20.957 INFO kablam! | Sep 17 18:16:20.957 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.957 INFO kablam! | ^^^^^^ Sep 17 18:16:20.957 INFO kablam! | Sep 17 18:16:20.957 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.957 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.957 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.958 INFO kablam! Sep 17 18:16:20.958 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.958 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 17 18:16:20.958 INFO kablam! | Sep 17 18:16:20.958 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.958 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.958 INFO kablam! | Sep 17 18:16:20.958 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.958 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.958 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.958 INFO kablam! Sep 17 18:16:20.958 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.958 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 17 18:16:20.958 INFO kablam! | Sep 17 18:16:20.958 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.958 INFO kablam! | ^^^^^^ Sep 17 18:16:20.958 INFO kablam! | Sep 17 18:16:20.958 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.958 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.958 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.958 INFO kablam! Sep 17 18:16:20.958 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.958 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 17 18:16:20.958 INFO kablam! | Sep 17 18:16:20.958 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.958 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.958 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.959 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.959 INFO kablam! Sep 17 18:16:20.959 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.959 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 17 18:16:20.959 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.959 INFO kablam! | ^^^^^^ Sep 17 18:16:20.959 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.959 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.959 INFO kablam! Sep 17 18:16:20.959 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.959 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 17 18:16:20.959 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.959 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.959 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.959 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.959 INFO kablam! Sep 17 18:16:20.959 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.959 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 17 18:16:20.959 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.959 INFO kablam! | ^^^^^^ Sep 17 18:16:20.959 INFO kablam! | Sep 17 18:16:20.959 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.959 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.960 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.960 INFO kablam! Sep 17 18:16:20.960 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.960 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 17 18:16:20.960 INFO kablam! | Sep 17 18:16:20.960 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.960 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.960 INFO kablam! | Sep 17 18:16:20.960 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.960 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.960 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.960 INFO kablam! Sep 17 18:16:20.960 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.960 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 17 18:16:20.960 INFO kablam! | Sep 17 18:16:20.960 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.960 INFO kablam! | ^^^^^^ Sep 17 18:16:20.960 INFO kablam! | Sep 17 18:16:20.960 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.960 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.960 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.960 INFO kablam! Sep 17 18:16:20.960 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.960 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 17 18:16:20.960 INFO kablam! | Sep 17 18:16:20.960 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.960 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.961 INFO kablam! | Sep 17 18:16:20.961 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.961 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.961 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.961 INFO kablam! Sep 17 18:16:20.961 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.961 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 17 18:16:20.961 INFO kablam! | Sep 17 18:16:20.961 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.961 INFO kablam! | ^^^^^^ Sep 17 18:16:20.961 INFO kablam! | Sep 17 18:16:20.962 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.962 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.962 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.962 INFO kablam! Sep 17 18:16:20.962 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.962 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 17 18:16:20.962 INFO kablam! | Sep 17 18:16:20.962 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.962 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.962 INFO kablam! | Sep 17 18:16:20.962 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.962 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.962 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.962 INFO kablam! Sep 17 18:16:20.962 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.962 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 17 18:16:20.962 INFO kablam! | Sep 17 18:16:20.962 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.962 INFO kablam! | ^^^^^^ Sep 17 18:16:20.962 INFO kablam! | Sep 17 18:16:20.962 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.962 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.962 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.962 INFO kablam! Sep 17 18:16:20.962 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.962 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 17 18:16:20.962 INFO kablam! | Sep 17 18:16:20.962 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.962 INFO kablam! | ^^^^^^ Sep 17 18:16:20.962 INFO kablam! | Sep 17 18:16:20.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.963 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.963 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.963 INFO kablam! Sep 17 18:16:20.963 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.963 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 17 18:16:20.963 INFO kablam! | Sep 17 18:16:20.963 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.963 INFO kablam! | ^^^^^^ Sep 17 18:16:20.963 INFO kablam! | Sep 17 18:16:20.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.963 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.963 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.963 INFO kablam! Sep 17 18:16:20.963 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.963 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 17 18:16:20.963 INFO kablam! | Sep 17 18:16:20.963 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.963 INFO kablam! | ^^^^^^ Sep 17 18:16:20.963 INFO kablam! | Sep 17 18:16:20.963 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.963 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.963 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.963 INFO kablam! Sep 17 18:16:20.963 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.963 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 17 18:16:20.963 INFO kablam! | Sep 17 18:16:20.963 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.963 INFO kablam! | ^^^^^^ Sep 17 18:16:20.963 INFO kablam! | Sep 17 18:16:20.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.964 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.964 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.964 INFO kablam! Sep 17 18:16:20.964 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 17 18:16:20.964 INFO kablam! --> src/lib.rs:8:12 Sep 17 18:16:20.964 INFO kablam! | Sep 17 18:16:20.964 INFO kablam! 8 | #![feature(associated_consts)] Sep 17 18:16:20.964 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 18:16:20.964 INFO kablam! | Sep 17 18:16:20.964 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 18:16:20.964 INFO kablam! Sep 17 18:16:21.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.115 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.115 INFO kablam! | ^^^^^^ Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 18:16:21.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.115 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.115 INFO kablam! Sep 17 18:16:21.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.115 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.115 INFO kablam! | ^^^^^^ Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.115 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.115 INFO kablam! Sep 17 18:16:21.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.115 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.115 INFO kablam! | ^^^^^^ Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.115 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.115 INFO kablam! Sep 17 18:16:21.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.115 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.115 INFO kablam! | ^^^^^^ Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.115 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.115 INFO kablam! Sep 17 18:16:21.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.115 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.115 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.115 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.115 INFO kablam! Sep 17 18:16:21.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.115 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 17 18:16:21.115 INFO kablam! | Sep 17 18:16:21.115 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.116 INFO kablam! | ^^^^^^ Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.116 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.116 INFO kablam! Sep 17 18:16:21.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.116 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.116 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.116 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.116 INFO kablam! Sep 17 18:16:21.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.116 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.116 INFO kablam! | ^^^^^^ Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.116 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.116 INFO kablam! Sep 17 18:16:21.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.116 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.116 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.116 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.116 INFO kablam! Sep 17 18:16:21.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.116 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.116 INFO kablam! | ^^^^^^ Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.116 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.116 INFO kablam! Sep 17 18:16:21.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.116 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.116 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.116 INFO kablam! | Sep 17 18:16:21.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.117 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.117 INFO kablam! Sep 17 18:16:21.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.117 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.117 INFO kablam! | ^^^^^^ Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.117 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.117 INFO kablam! Sep 17 18:16:21.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.117 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.117 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.117 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.117 INFO kablam! Sep 17 18:16:21.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.117 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.117 INFO kablam! | ^^^^^^ Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.117 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.117 INFO kablam! Sep 17 18:16:21.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.117 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.117 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.117 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.117 INFO kablam! Sep 17 18:16:21.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.117 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 17 18:16:21.117 INFO kablam! | Sep 17 18:16:21.118 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.118 INFO kablam! | ^^^^^^ Sep 17 18:16:21.118 INFO kablam! | Sep 17 18:16:21.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.118 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.118 INFO kablam! Sep 17 18:16:21.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.118 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 17 18:16:21.118 INFO kablam! | Sep 17 18:16:21.118 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.118 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.118 INFO kablam! | Sep 17 18:16:21.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.118 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.119 INFO kablam! Sep 17 18:16:21.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.119 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 17 18:16:21.119 INFO kablam! | Sep 17 18:16:21.119 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.119 INFO kablam! | ^^^^^^ Sep 17 18:16:21.119 INFO kablam! | Sep 17 18:16:21.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.119 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.119 INFO kablam! Sep 17 18:16:21.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.119 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 17 18:16:21.119 INFO kablam! | Sep 17 18:16:21.119 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.119 INFO kablam! | ^^^^^^ Sep 17 18:16:21.119 INFO kablam! | Sep 17 18:16:21.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.119 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.119 INFO kablam! Sep 17 18:16:21.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.119 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 17 18:16:21.119 INFO kablam! | Sep 17 18:16:21.119 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.119 INFO kablam! | ^^^^^^ Sep 17 18:16:21.119 INFO kablam! | Sep 17 18:16:21.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.119 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.119 INFO kablam! Sep 17 18:16:21.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.120 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 17 18:16:21.120 INFO kablam! | Sep 17 18:16:21.120 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.120 INFO kablam! | ^^^^^^ Sep 17 18:16:21.120 INFO kablam! | Sep 17 18:16:21.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.120 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.120 INFO kablam! Sep 17 18:16:21.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.120 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 17 18:16:21.120 INFO kablam! | Sep 17 18:16:21.120 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.120 INFO kablam! | ^^^^^^ Sep 17 18:16:21.121 INFO kablam! | Sep 17 18:16:21.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.121 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.121 INFO kablam! Sep 17 18:16:21.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.121 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 17 18:16:21.121 INFO kablam! | Sep 17 18:16:21.121 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.121 INFO kablam! | ^^^^^^ Sep 17 18:16:21.121 INFO kablam! | Sep 17 18:16:21.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.121 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.121 INFO kablam! Sep 17 18:16:21.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.122 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.122 INFO kablam! | ^^^^^^ Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.122 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.122 INFO kablam! Sep 17 18:16:21.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.122 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.122 INFO kablam! | ^^^^^^ Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.122 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.122 INFO kablam! Sep 17 18:16:21.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.122 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.122 INFO kablam! | ^^^^^^ Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.122 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.122 INFO kablam! Sep 17 18:16:21.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.122 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.122 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.122 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.122 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.123 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.123 INFO kablam! Sep 17 18:16:21.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.123 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 17 18:16:21.123 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.123 INFO kablam! | ^^^^^^ Sep 17 18:16:21.123 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.123 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.123 INFO kablam! Sep 17 18:16:21.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.123 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 17 18:16:21.123 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.123 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.123 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.123 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.123 INFO kablam! Sep 17 18:16:21.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.123 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 17 18:16:21.123 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.123 INFO kablam! | ^^^^^^ Sep 17 18:16:21.123 INFO kablam! | Sep 17 18:16:21.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.124 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.124 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.124 INFO kablam! Sep 17 18:16:21.124 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.124 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 17 18:16:21.124 INFO kablam! | Sep 17 18:16:21.124 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.124 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.124 INFO kablam! | Sep 17 18:16:21.124 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.124 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.124 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.125 INFO kablam! Sep 17 18:16:21.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.125 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 17 18:16:21.125 INFO kablam! | Sep 17 18:16:21.125 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.125 INFO kablam! | ^^^^^^ Sep 17 18:16:21.125 INFO kablam! | Sep 17 18:16:21.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.125 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.125 INFO kablam! Sep 17 18:16:21.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.125 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 17 18:16:21.125 INFO kablam! | Sep 17 18:16:21.125 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.125 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.125 INFO kablam! | Sep 17 18:16:21.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.125 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.125 INFO kablam! Sep 17 18:16:21.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.128 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.128 INFO kablam! | ^^^^^^ Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.128 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.128 INFO kablam! Sep 17 18:16:21.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.128 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.128 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.128 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.128 INFO kablam! Sep 17 18:16:21.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.128 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.128 INFO kablam! | ^^^^^^ Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.128 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.128 INFO kablam! Sep 17 18:16:21.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.128 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.128 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.128 INFO kablam! | Sep 17 18:16:21.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.128 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.129 INFO kablam! Sep 17 18:16:21.129 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.129 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 17 18:16:21.129 INFO kablam! | Sep 17 18:16:21.129 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.129 INFO kablam! | ^^^^^^ Sep 17 18:16:21.129 INFO kablam! | Sep 17 18:16:21.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.129 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.129 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.129 INFO kablam! Sep 17 18:16:21.129 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.129 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 17 18:16:21.129 INFO kablam! | Sep 17 18:16:21.129 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.129 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.129 INFO kablam! | Sep 17 18:16:21.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.129 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.129 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.131 INFO kablam! Sep 17 18:16:21.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.131 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 17 18:16:21.131 INFO kablam! | Sep 17 18:16:21.131 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.131 INFO kablam! | ^^^^^^ Sep 17 18:16:21.131 INFO kablam! | Sep 17 18:16:21.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.131 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.132 INFO kablam! Sep 17 18:16:21.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.132 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 17 18:16:21.132 INFO kablam! | Sep 17 18:16:21.132 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.132 INFO kablam! | ^^^^^^ Sep 17 18:16:21.132 INFO kablam! | Sep 17 18:16:21.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.132 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.132 INFO kablam! Sep 17 18:16:21.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.133 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 17 18:16:21.133 INFO kablam! | Sep 17 18:16:21.133 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.133 INFO kablam! | ^^^^^^ Sep 17 18:16:21.133 INFO kablam! | Sep 17 18:16:21.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.133 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.133 INFO kablam! Sep 17 18:16:21.133 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.133 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 17 18:16:21.133 INFO kablam! | Sep 17 18:16:21.133 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.133 INFO kablam! | ^^^^^^ Sep 17 18:16:21.133 INFO kablam! | Sep 17 18:16:21.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.133 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.133 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.133 INFO kablam! Sep 17 18:16:21.133 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.134 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 17 18:16:21.134 INFO kablam! | Sep 17 18:16:21.134 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.134 INFO kablam! | ^^^^^^ Sep 17 18:16:21.134 INFO kablam! | Sep 17 18:16:21.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.134 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.134 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.134 INFO kablam! Sep 17 18:16:21.134 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.134 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 17 18:16:21.134 INFO kablam! | Sep 17 18:16:21.134 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.134 INFO kablam! | ^^^^^^ Sep 17 18:16:21.134 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.135 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.135 INFO kablam! Sep 17 18:16:21.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.135 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.135 INFO kablam! | ^^^^^^ Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.135 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.135 INFO kablam! Sep 17 18:16:21.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.135 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.135 INFO kablam! | ^^^^^^ Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.135 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.135 INFO kablam! Sep 17 18:16:21.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.135 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.135 INFO kablam! | ^^^^^^ Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.135 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.135 INFO kablam! Sep 17 18:16:21.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.135 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.135 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.135 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.135 INFO kablam! Sep 17 18:16:21.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.135 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.135 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.135 INFO kablam! | ^^^^^^ Sep 17 18:16:21.135 INFO kablam! | Sep 17 18:16:21.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.143 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.143 INFO kablam! Sep 17 18:16:21.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.143 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 17 18:16:21.143 INFO kablam! | Sep 17 18:16:21.144 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.144 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.144 INFO kablam! | Sep 17 18:16:21.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.144 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.144 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.144 INFO kablam! Sep 17 18:16:21.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.144 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 17 18:16:21.144 INFO kablam! | Sep 17 18:16:21.144 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.144 INFO kablam! | ^^^^^^ Sep 17 18:16:21.144 INFO kablam! | Sep 17 18:16:21.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.144 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.144 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.144 INFO kablam! Sep 17 18:16:21.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.144 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 17 18:16:21.144 INFO kablam! | Sep 17 18:16:21.144 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.144 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.144 INFO kablam! | Sep 17 18:16:21.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.144 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.146 INFO kablam! Sep 17 18:16:21.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.146 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.146 INFO kablam! | ^^^^^^ Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.146 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.146 INFO kablam! Sep 17 18:16:21.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.146 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.146 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.146 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.146 INFO kablam! Sep 17 18:16:21.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.146 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.146 INFO kablam! | ^^^^^^ Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.146 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.146 INFO kablam! Sep 17 18:16:21.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.146 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.146 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.146 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.146 INFO kablam! Sep 17 18:16:21.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.146 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.146 INFO kablam! | ^^^^^^ Sep 17 18:16:21.146 INFO kablam! | Sep 17 18:16:21.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.146 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.146 INFO kablam! Sep 17 18:16:21.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.147 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 17 18:16:21.147 INFO kablam! | Sep 17 18:16:21.147 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.147 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.147 INFO kablam! | Sep 17 18:16:21.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.147 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.147 INFO kablam! Sep 17 18:16:21.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.147 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 17 18:16:21.147 INFO kablam! | Sep 17 18:16:21.147 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.147 INFO kablam! | ^^^^^^ Sep 17 18:16:21.147 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.148 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.148 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.148 INFO kablam! Sep 17 18:16:21.148 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.148 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 17 18:16:21.148 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.148 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.148 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.148 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.148 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.148 INFO kablam! Sep 17 18:16:21.148 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.148 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 17 18:16:21.148 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.148 INFO kablam! | ^^^^^^ Sep 17 18:16:21.148 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.148 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.148 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.148 INFO kablam! Sep 17 18:16:21.148 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.148 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 17 18:16:21.148 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.148 INFO kablam! | ^^^^^^ Sep 17 18:16:21.148 INFO kablam! | Sep 17 18:16:21.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.148 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.149 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.149 INFO kablam! Sep 17 18:16:21.149 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.149 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 17 18:16:21.149 INFO kablam! | Sep 17 18:16:21.149 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.149 INFO kablam! | ^^^^^^ Sep 17 18:16:21.149 INFO kablam! | Sep 17 18:16:21.149 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.149 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.149 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.149 INFO kablam! Sep 17 18:16:21.149 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.149 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 17 18:16:21.149 INFO kablam! | Sep 17 18:16:21.149 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.149 INFO kablam! | ^^^^^^ Sep 17 18:16:21.149 INFO kablam! | Sep 17 18:16:21.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.150 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.150 INFO kablam! Sep 17 18:16:21.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.150 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 17 18:16:21.150 INFO kablam! | Sep 17 18:16:21.150 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.150 INFO kablam! | ^^^^^^ Sep 17 18:16:21.150 INFO kablam! | Sep 17 18:16:21.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.150 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.150 INFO kablam! Sep 17 18:16:21.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.151 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 17 18:16:21.151 INFO kablam! | Sep 17 18:16:21.151 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.151 INFO kablam! | ^^^^^^ Sep 17 18:16:21.151 INFO kablam! | Sep 17 18:16:21.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.151 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.151 INFO kablam! Sep 17 18:16:21.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.151 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 17 18:16:21.151 INFO kablam! | Sep 17 18:16:21.151 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.151 INFO kablam! | ^^^^^^ Sep 17 18:16:21.151 INFO kablam! | Sep 17 18:16:21.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.151 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.151 INFO kablam! Sep 17 18:16:21.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.151 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 17 18:16:21.151 INFO kablam! | Sep 17 18:16:21.151 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.151 INFO kablam! | ^^^^^^ Sep 17 18:16:21.151 INFO kablam! | Sep 17 18:16:21.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.151 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.151 INFO kablam! Sep 17 18:16:21.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.152 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 17 18:16:21.152 INFO kablam! | Sep 17 18:16:21.152 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.152 INFO kablam! | ^^^^^^ Sep 17 18:16:21.152 INFO kablam! | Sep 17 18:16:21.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.152 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.152 INFO kablam! Sep 17 18:16:21.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.152 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 17 18:16:21.152 INFO kablam! | Sep 17 18:16:21.152 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.152 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.152 INFO kablam! | Sep 17 18:16:21.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.152 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.152 INFO kablam! Sep 17 18:16:21.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.152 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 17 18:16:21.152 INFO kablam! | Sep 17 18:16:21.152 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.152 INFO kablam! | ^^^^^^ Sep 17 18:16:21.152 INFO kablam! | Sep 17 18:16:21.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.152 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.152 INFO kablam! Sep 17 18:16:21.153 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.153 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 17 18:16:21.153 INFO kablam! | Sep 17 18:16:21.153 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.153 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.153 INFO kablam! | Sep 17 18:16:21.153 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.154 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.154 INFO kablam! Sep 17 18:16:21.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.154 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 17 18:16:21.154 INFO kablam! | Sep 17 18:16:21.154 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.154 INFO kablam! | ^^^^^^ Sep 17 18:16:21.154 INFO kablam! | Sep 17 18:16:21.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.154 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.154 INFO kablam! Sep 17 18:16:21.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.154 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 17 18:16:21.154 INFO kablam! | Sep 17 18:16:21.154 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.154 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.154 INFO kablam! | Sep 17 18:16:21.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.154 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.154 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.154 INFO kablam! Sep 17 18:16:21.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.154 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 17 18:16:21.154 INFO kablam! | Sep 17 18:16:21.154 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.154 INFO kablam! | ^^^^^^ Sep 17 18:16:21.154 INFO kablam! | Sep 17 18:16:21.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.154 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.155 INFO kablam! Sep 17 18:16:21.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.155 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 17 18:16:21.155 INFO kablam! | Sep 17 18:16:21.155 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.155 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.155 INFO kablam! | Sep 17 18:16:21.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.155 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.155 INFO kablam! Sep 17 18:16:21.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.155 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 17 18:16:21.155 INFO kablam! | Sep 17 18:16:21.155 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.155 INFO kablam! | ^^^^^^ Sep 17 18:16:21.155 INFO kablam! | Sep 17 18:16:21.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.155 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.155 INFO kablam! Sep 17 18:16:21.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.155 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 17 18:16:21.155 INFO kablam! | Sep 17 18:16:21.155 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.155 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.155 INFO kablam! | Sep 17 18:16:21.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.155 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.155 INFO kablam! Sep 17 18:16:21.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.164 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.164 INFO kablam! | ^^^^^^ Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.164 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.164 INFO kablam! Sep 17 18:16:21.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.164 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.164 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.164 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.164 INFO kablam! Sep 17 18:16:21.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.164 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.164 INFO kablam! | ^^^^^^ Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.164 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.164 INFO kablam! Sep 17 18:16:21.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.164 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.164 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.164 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.164 INFO kablam! Sep 17 18:16:21.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.164 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.164 INFO kablam! | ^^^^^^ Sep 17 18:16:21.164 INFO kablam! | Sep 17 18:16:21.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.164 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.164 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.164 INFO kablam! Sep 17 18:16:21.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.165 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 17 18:16:21.165 INFO kablam! | Sep 17 18:16:21.165 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.165 INFO kablam! | ^^^^^^ Sep 17 18:16:21.165 INFO kablam! | Sep 17 18:16:21.165 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.165 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.165 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.165 INFO kablam! Sep 17 18:16:21.165 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.165 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 17 18:16:21.165 INFO kablam! | Sep 17 18:16:21.165 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.165 INFO kablam! | ^^^^^^ Sep 17 18:16:21.165 INFO kablam! | Sep 17 18:16:21.165 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.165 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.166 INFO kablam! Sep 17 18:16:21.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.166 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 17 18:16:21.166 INFO kablam! | Sep 17 18:16:21.166 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.166 INFO kablam! | ^^^^^^ Sep 17 18:16:21.166 INFO kablam! | Sep 17 18:16:21.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.166 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.166 INFO kablam! Sep 17 18:16:21.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.166 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 17 18:16:21.166 INFO kablam! | Sep 17 18:16:21.166 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.166 INFO kablam! | ^^^^^^ Sep 17 18:16:21.166 INFO kablam! | Sep 17 18:16:21.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.166 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.166 INFO kablam! Sep 17 18:16:21.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.166 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 17 18:16:21.166 INFO kablam! | Sep 17 18:16:21.166 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.166 INFO kablam! | ^^^^^^ Sep 17 18:16:21.166 INFO kablam! | Sep 17 18:16:21.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.166 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.166 INFO kablam! Sep 17 18:16:21.166 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.167 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 17 18:16:21.167 INFO kablam! | Sep 17 18:16:21.167 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.167 INFO kablam! | ^^^^^^ Sep 17 18:16:21.167 INFO kablam! | Sep 17 18:16:21.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.167 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.167 INFO kablam! Sep 17 18:16:21.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.167 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 17 18:16:21.167 INFO kablam! | Sep 17 18:16:21.167 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.167 INFO kablam! | ^^^^^^ Sep 17 18:16:21.167 INFO kablam! | Sep 17 18:16:21.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.167 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.167 INFO kablam! Sep 17 18:16:21.167 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.167 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 17 18:16:21.167 INFO kablam! | Sep 17 18:16:21.167 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.167 INFO kablam! | ^^^^^^ Sep 17 18:16:21.167 INFO kablam! | Sep 17 18:16:21.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.167 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.167 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.167 INFO kablam! Sep 17 18:16:21.168 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.168 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 17 18:16:21.168 INFO kablam! | Sep 17 18:16:21.168 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.168 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.168 INFO kablam! | Sep 17 18:16:21.168 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.168 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.168 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.168 INFO kablam! Sep 17 18:16:21.168 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.168 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 17 18:16:21.169 INFO kablam! | Sep 17 18:16:21.169 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.169 INFO kablam! | ^^^^^^ Sep 17 18:16:21.169 INFO kablam! | Sep 17 18:16:21.169 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.169 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.169 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.169 INFO kablam! Sep 17 18:16:21.169 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.169 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 17 18:16:21.169 INFO kablam! | Sep 17 18:16:21.169 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.169 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.169 INFO kablam! | Sep 17 18:16:21.169 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.169 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.169 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.169 INFO kablam! Sep 17 18:16:21.169 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.169 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 17 18:16:21.169 INFO kablam! | Sep 17 18:16:21.169 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.169 INFO kablam! | ^^^^^^ Sep 17 18:16:21.169 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.170 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.170 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.170 INFO kablam! Sep 17 18:16:21.170 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.170 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 17 18:16:21.170 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.170 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.170 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.170 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.170 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.170 INFO kablam! Sep 17 18:16:21.170 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.170 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 17 18:16:21.170 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.170 INFO kablam! | ^^^^^^ Sep 17 18:16:21.170 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.170 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.170 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.170 INFO kablam! Sep 17 18:16:21.170 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.170 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 17 18:16:21.170 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.170 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.170 INFO kablam! | Sep 17 18:16:21.170 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.170 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.171 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.171 INFO kablam! Sep 17 18:16:21.171 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.171 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 17 18:16:21.171 INFO kablam! | Sep 17 18:16:21.171 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.171 INFO kablam! | ^^^^^^ Sep 17 18:16:21.171 INFO kablam! | Sep 17 18:16:21.171 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.171 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.171 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.171 INFO kablam! Sep 17 18:16:21.171 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.171 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 17 18:16:21.171 INFO kablam! | Sep 17 18:16:21.172 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.172 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.172 INFO kablam! | Sep 17 18:16:21.172 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.172 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.172 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.172 INFO kablam! Sep 17 18:16:21.172 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.172 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 17 18:16:21.172 INFO kablam! | Sep 17 18:16:21.172 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.172 INFO kablam! | ^^^^^^ Sep 17 18:16:21.172 INFO kablam! | Sep 17 18:16:21.172 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.172 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.172 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.172 INFO kablam! Sep 17 18:16:21.172 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.173 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.173 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.173 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.173 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.173 INFO kablam! Sep 17 18:16:21.173 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.173 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.173 INFO kablam! | ^^^^^^ Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.173 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.173 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.173 INFO kablam! Sep 17 18:16:21.173 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.173 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.173 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.173 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.173 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.173 INFO kablam! Sep 17 18:16:21.173 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.173 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.173 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.173 INFO kablam! | ^^^^^^ Sep 17 18:16:21.173 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.174 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.174 INFO kablam! Sep 17 18:16:21.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.174 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 17 18:16:21.174 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.174 INFO kablam! | ^^^^^^ Sep 17 18:16:21.174 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.174 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.174 INFO kablam! Sep 17 18:16:21.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.174 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 17 18:16:21.174 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.174 INFO kablam! | ^^^^^^ Sep 17 18:16:21.174 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.174 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.174 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.174 INFO kablam! Sep 17 18:16:21.174 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.174 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 17 18:16:21.174 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.174 INFO kablam! | ^^^^^^ Sep 17 18:16:21.174 INFO kablam! | Sep 17 18:16:21.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.174 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.179 INFO kablam! Sep 17 18:16:21.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.179 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 17 18:16:21.179 INFO kablam! | Sep 17 18:16:21.179 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.179 INFO kablam! | ^^^^^^ Sep 17 18:16:21.179 INFO kablam! | Sep 17 18:16:21.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.179 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.179 INFO kablam! Sep 17 18:16:21.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.179 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 17 18:16:21.179 INFO kablam! | Sep 17 18:16:21.179 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.179 INFO kablam! | ^^^^^^ Sep 17 18:16:21.179 INFO kablam! | Sep 17 18:16:21.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.179 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.179 INFO kablam! Sep 17 18:16:21.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.179 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 17 18:16:21.179 INFO kablam! | Sep 17 18:16:21.179 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.179 INFO kablam! | ^^^^^^ Sep 17 18:16:21.179 INFO kablam! | Sep 17 18:16:21.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.179 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.179 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.179 INFO kablam! Sep 17 18:16:21.179 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.180 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 17 18:16:21.180 INFO kablam! | Sep 17 18:16:21.180 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.180 INFO kablam! | ^^^^^^ Sep 17 18:16:21.180 INFO kablam! | Sep 17 18:16:21.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.180 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.180 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.180 INFO kablam! Sep 17 18:16:21.180 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.180 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 17 18:16:21.180 INFO kablam! | Sep 17 18:16:21.180 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.180 INFO kablam! | ^^^^^^ Sep 17 18:16:21.180 INFO kablam! | Sep 17 18:16:21.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.180 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.180 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.180 INFO kablam! Sep 17 18:16:21.180 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.180 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 17 18:16:21.180 INFO kablam! | Sep 17 18:16:21.180 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.180 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.180 INFO kablam! | Sep 17 18:16:21.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.180 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.180 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.180 INFO kablam! Sep 17 18:16:21.180 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.182 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.182 INFO kablam! | ^^^^^^ Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.182 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.182 INFO kablam! Sep 17 18:16:21.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.182 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.182 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.182 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.182 INFO kablam! Sep 17 18:16:21.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.182 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.182 INFO kablam! | ^^^^^^ Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.182 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.182 INFO kablam! Sep 17 18:16:21.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.182 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 17 18:16:21.182 INFO kablam! | Sep 17 18:16:21.182 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.183 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.183 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.183 INFO kablam! Sep 17 18:16:21.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.183 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.183 INFO kablam! | ^^^^^^ Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.183 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.183 INFO kablam! Sep 17 18:16:21.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.183 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.183 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.183 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.183 INFO kablam! Sep 17 18:16:21.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.183 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.183 INFO kablam! | ^^^^^^ Sep 17 18:16:21.183 INFO kablam! | Sep 17 18:16:21.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.183 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.184 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.184 INFO kablam! Sep 17 18:16:21.184 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.184 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 17 18:16:21.184 INFO kablam! | Sep 17 18:16:21.184 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.184 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.184 INFO kablam! | Sep 17 18:16:21.184 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.184 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.184 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.184 INFO kablam! Sep 17 18:16:21.184 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.184 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 17 18:16:21.184 INFO kablam! | Sep 17 18:16:21.184 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.184 INFO kablam! | ^^^^^^ Sep 17 18:16:21.184 INFO kablam! | Sep 17 18:16:21.184 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.184 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.184 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.184 INFO kablam! Sep 17 18:16:21.184 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.184 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 17 18:16:21.184 INFO kablam! | Sep 17 18:16:21.184 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.184 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.184 INFO kablam! | Sep 17 18:16:21.184 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.184 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.184 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.187 INFO kablam! Sep 17 18:16:21.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.190 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 17 18:16:21.190 INFO kablam! | Sep 17 18:16:21.190 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.190 INFO kablam! | ^^^^^^ Sep 17 18:16:21.190 INFO kablam! | Sep 17 18:16:21.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.190 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.191 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.191 INFO kablam! Sep 17 18:16:21.191 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.191 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 17 18:16:21.191 INFO kablam! | Sep 17 18:16:21.191 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.191 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.191 INFO kablam! | Sep 17 18:16:21.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.194 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.194 INFO kablam! Sep 17 18:16:21.194 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.194 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 17 18:16:21.194 INFO kablam! | Sep 17 18:16:21.194 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.194 INFO kablam! | ^^^^^^ Sep 17 18:16:21.194 INFO kablam! | Sep 17 18:16:21.194 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.194 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.194 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.194 INFO kablam! Sep 17 18:16:21.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.195 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 17 18:16:21.195 INFO kablam! | Sep 17 18:16:21.195 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.195 INFO kablam! | ^^^^^^ Sep 17 18:16:21.195 INFO kablam! | Sep 17 18:16:21.195 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.195 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.195 INFO kablam! Sep 17 18:16:21.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.195 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 17 18:16:21.195 INFO kablam! | Sep 17 18:16:21.195 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.195 INFO kablam! | ^^^^^^ Sep 17 18:16:21.195 INFO kablam! | Sep 17 18:16:21.195 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.195 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.195 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.195 INFO kablam! Sep 17 18:16:21.195 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.196 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.196 INFO kablam! | ^^^^^^ Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.196 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.196 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.196 INFO kablam! Sep 17 18:16:21.196 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.196 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.196 INFO kablam! | ^^^^^^ Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.196 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.196 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.196 INFO kablam! Sep 17 18:16:21.196 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.196 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.196 INFO kablam! | ^^^^^^ Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.196 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.196 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.196 INFO kablam! Sep 17 18:16:21.196 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.196 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.196 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.196 INFO kablam! | ^^^^^^ Sep 17 18:16:21.196 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.198 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.198 INFO kablam! Sep 17 18:16:21.198 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.198 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 17 18:16:21.198 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.198 INFO kablam! | ^^^^^^ Sep 17 18:16:21.198 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.198 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.198 INFO kablam! Sep 17 18:16:21.198 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.198 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 17 18:16:21.198 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.198 INFO kablam! | ^^^^^^ Sep 17 18:16:21.198 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.198 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.198 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.198 INFO kablam! Sep 17 18:16:21.198 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.198 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 17 18:16:21.198 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.198 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.198 INFO kablam! | Sep 17 18:16:21.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.198 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.204 INFO kablam! Sep 17 18:16:21.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.204 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 17 18:16:21.204 INFO kablam! | Sep 17 18:16:21.204 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.204 INFO kablam! | ^^^^^^ Sep 17 18:16:21.204 INFO kablam! | Sep 17 18:16:21.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.204 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.204 INFO kablam! Sep 17 18:16:21.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.204 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 17 18:16:21.204 INFO kablam! | Sep 17 18:16:21.204 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.204 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.204 INFO kablam! | Sep 17 18:16:21.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.204 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.204 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.204 INFO kablam! Sep 17 18:16:21.204 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.204 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 17 18:16:21.204 INFO kablam! | Sep 17 18:16:21.204 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.204 INFO kablam! | ^^^^^^ Sep 17 18:16:21.204 INFO kablam! | Sep 17 18:16:21.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.206 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.206 INFO kablam! Sep 17 18:16:21.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.206 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 17 18:16:21.206 INFO kablam! | Sep 17 18:16:21.206 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.206 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.206 INFO kablam! | Sep 17 18:16:21.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.206 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.206 INFO kablam! Sep 17 18:16:21.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.206 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 17 18:16:21.206 INFO kablam! | Sep 17 18:16:21.206 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.206 INFO kablam! | ^^^^^^ Sep 17 18:16:21.206 INFO kablam! | Sep 17 18:16:21.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.206 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.206 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.206 INFO kablam! Sep 17 18:16:21.206 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.206 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 17 18:16:21.206 INFO kablam! | Sep 17 18:16:21.206 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.206 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.206 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.207 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.207 INFO kablam! Sep 17 18:16:21.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.207 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 17 18:16:21.207 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.207 INFO kablam! | ^^^^^^ Sep 17 18:16:21.207 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.207 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.207 INFO kablam! Sep 17 18:16:21.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.207 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 17 18:16:21.207 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.207 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.207 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.207 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.207 INFO kablam! Sep 17 18:16:21.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.207 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 17 18:16:21.207 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.207 INFO kablam! | ^^^^^^ Sep 17 18:16:21.207 INFO kablam! | Sep 17 18:16:21.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.207 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.208 INFO kablam! Sep 17 18:16:21.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.208 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 17 18:16:21.208 INFO kablam! | Sep 17 18:16:21.208 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.208 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.208 INFO kablam! | Sep 17 18:16:21.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.208 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.208 INFO kablam! Sep 17 18:16:21.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.208 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 17 18:16:21.208 INFO kablam! | Sep 17 18:16:21.208 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.208 INFO kablam! | ^^^^^^ Sep 17 18:16:21.208 INFO kablam! | Sep 17 18:16:21.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.208 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.208 INFO kablam! Sep 17 18:16:21.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.208 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 17 18:16:21.208 INFO kablam! | Sep 17 18:16:21.208 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.208 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.208 INFO kablam! | Sep 17 18:16:21.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.208 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.208 INFO kablam! Sep 17 18:16:21.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.210 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 17 18:16:21.210 INFO kablam! | Sep 17 18:16:21.210 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.210 INFO kablam! | ^^^^^^ Sep 17 18:16:21.210 INFO kablam! | Sep 17 18:16:21.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.210 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.210 INFO kablam! Sep 17 18:16:21.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.210 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 17 18:16:21.210 INFO kablam! | Sep 17 18:16:21.210 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.210 INFO kablam! | ^^^^^^ Sep 17 18:16:21.210 INFO kablam! | Sep 17 18:16:21.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.210 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.210 INFO kablam! Sep 17 18:16:21.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.210 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 17 18:16:21.210 INFO kablam! | Sep 17 18:16:21.210 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.210 INFO kablam! | ^^^^^^ Sep 17 18:16:21.210 INFO kablam! | Sep 17 18:16:21.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.210 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.211 INFO kablam! Sep 17 18:16:21.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.211 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.211 INFO kablam! | ^^^^^^ Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.211 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.211 INFO kablam! Sep 17 18:16:21.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.211 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.211 INFO kablam! | ^^^^^^ Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.211 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.211 INFO kablam! Sep 17 18:16:21.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.211 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.211 INFO kablam! | ^^^^^^ Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.211 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.211 INFO kablam! Sep 17 18:16:21.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.211 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.211 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.211 INFO kablam! | ^^^^^^ Sep 17 18:16:21.211 INFO kablam! | Sep 17 18:16:21.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.219 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.219 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.219 INFO kablam! Sep 17 18:16:21.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.219 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 17 18:16:21.219 INFO kablam! | Sep 17 18:16:21.219 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.219 INFO kablam! | ^^^^^^ Sep 17 18:16:21.219 INFO kablam! | Sep 17 18:16:21.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.219 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.219 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.219 INFO kablam! Sep 17 18:16:21.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.220 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 17 18:16:21.220 INFO kablam! | Sep 17 18:16:21.220 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.220 INFO kablam! | ^^^^^^ Sep 17 18:16:21.220 INFO kablam! | Sep 17 18:16:21.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.220 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.220 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.220 INFO kablam! Sep 17 18:16:21.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.220 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 17 18:16:21.220 INFO kablam! | Sep 17 18:16:21.220 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.220 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.220 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.222 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.222 INFO kablam! Sep 17 18:16:21.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.222 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.222 INFO kablam! | ^^^^^^ Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.222 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.222 INFO kablam! Sep 17 18:16:21.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.222 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.222 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.222 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.222 INFO kablam! Sep 17 18:16:21.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.222 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.222 INFO kablam! | ^^^^^^ Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.222 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.222 INFO kablam! Sep 17 18:16:21.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.222 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.222 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.222 INFO kablam! | Sep 17 18:16:21.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.222 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.227 INFO kablam! Sep 17 18:16:21.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.227 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 17 18:16:21.227 INFO kablam! | Sep 17 18:16:21.227 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.227 INFO kablam! | ^^^^^^ Sep 17 18:16:21.227 INFO kablam! | Sep 17 18:16:21.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.227 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.227 INFO kablam! Sep 17 18:16:21.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.227 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 17 18:16:21.227 INFO kablam! | Sep 17 18:16:21.227 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.227 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.227 INFO kablam! | Sep 17 18:16:21.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.227 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.227 INFO kablam! Sep 17 18:16:21.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.230 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 17 18:16:21.230 INFO kablam! | Sep 17 18:16:21.230 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.230 INFO kablam! | ^^^^^^ Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.231 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.231 INFO kablam! Sep 17 18:16:21.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.231 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.231 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.231 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.231 INFO kablam! Sep 17 18:16:21.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.231 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.231 INFO kablam! | ^^^^^^ Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.231 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.231 INFO kablam! Sep 17 18:16:21.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.231 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.231 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.231 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.231 INFO kablam! Sep 17 18:16:21.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.231 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.231 INFO kablam! | ^^^^^^ Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.231 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.231 INFO kablam! Sep 17 18:16:21.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.231 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.231 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.231 INFO kablam! | Sep 17 18:16:21.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.231 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.231 INFO kablam! Sep 17 18:16:21.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.232 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.232 INFO kablam! | ^^^^^^ Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.232 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.232 INFO kablam! Sep 17 18:16:21.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.232 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.232 INFO kablam! | ^^^^^^ Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.232 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.232 INFO kablam! Sep 17 18:16:21.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.232 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.232 INFO kablam! | ^^^^^^ Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.232 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.232 INFO kablam! Sep 17 18:16:21.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.232 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.232 INFO kablam! | ^^^^^^ Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.232 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.232 INFO kablam! Sep 17 18:16:21.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.232 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.232 INFO kablam! | ^^^^^^ Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.232 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.232 INFO kablam! Sep 17 18:16:21.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.232 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.232 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.232 INFO kablam! | ^^^^^^ Sep 17 18:16:21.232 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.233 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.233 INFO kablam! Sep 17 18:16:21.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.233 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.233 INFO kablam! | ^^^^^^ Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.233 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.233 INFO kablam! Sep 17 18:16:21.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.233 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.233 INFO kablam! | ^^^^^^ Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.233 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.233 INFO kablam! Sep 17 18:16:21.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.233 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.233 INFO kablam! | ^^^^^^ Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.233 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.233 INFO kablam! Sep 17 18:16:21.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.233 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.233 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.233 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.233 INFO kablam! Sep 17 18:16:21.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.233 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.233 INFO kablam! | ^^^^^^ Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.233 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.233 INFO kablam! Sep 17 18:16:21.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.233 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 17 18:16:21.233 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.234 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.234 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.234 INFO kablam! Sep 17 18:16:21.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.234 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.234 INFO kablam! | ^^^^^^ Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.234 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.234 INFO kablam! Sep 17 18:16:21.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.234 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.234 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.234 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.234 INFO kablam! Sep 17 18:16:21.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.234 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.234 INFO kablam! | ^^^^^^ Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.234 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.234 INFO kablam! Sep 17 18:16:21.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.234 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.234 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.234 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.234 INFO kablam! Sep 17 18:16:21.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.234 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.234 INFO kablam! | ^^^^^^ Sep 17 18:16:21.234 INFO kablam! | Sep 17 18:16:21.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.234 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.235 INFO kablam! Sep 17 18:16:21.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.235 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.235 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.235 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.235 INFO kablam! Sep 17 18:16:21.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.235 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.235 INFO kablam! | ^^^^^^ Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.235 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.235 INFO kablam! Sep 17 18:16:21.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.235 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.235 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.235 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.235 INFO kablam! Sep 17 18:16:21.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.235 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.235 INFO kablam! | ^^^^^^ Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.235 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.235 INFO kablam! Sep 17 18:16:21.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.235 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.235 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.235 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.235 INFO kablam! Sep 17 18:16:21.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.235 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 17 18:16:21.235 INFO kablam! | Sep 17 18:16:21.235 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.235 INFO kablam! | ^^^^^^ Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.236 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.236 INFO kablam! Sep 17 18:16:21.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.236 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.236 INFO kablam! | ^^^^^^ Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.236 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.236 INFO kablam! Sep 17 18:16:21.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.236 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.236 INFO kablam! | ^^^^^^ Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.236 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.236 INFO kablam! Sep 17 18:16:21.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.236 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.236 INFO kablam! | ^^^^^^ Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.236 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.236 INFO kablam! Sep 17 18:16:21.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.236 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.236 INFO kablam! | ^^^^^^ Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.236 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.236 INFO kablam! Sep 17 18:16:21.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.236 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.236 INFO kablam! | ^^^^^^ Sep 17 18:16:21.236 INFO kablam! | Sep 17 18:16:21.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.236 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.236 INFO kablam! Sep 17 18:16:21.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.237 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.237 INFO kablam! | ^^^^^^ Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.237 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.237 INFO kablam! Sep 17 18:16:21.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.237 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.237 INFO kablam! | ^^^^^^ Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.237 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.237 INFO kablam! Sep 17 18:16:21.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.237 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.237 INFO kablam! | ^^^^^^ Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.237 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.237 INFO kablam! Sep 17 18:16:21.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.237 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.237 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.237 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.237 INFO kablam! Sep 17 18:16:21.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.237 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.237 INFO kablam! | ^^^^^^ Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.237 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.237 INFO kablam! Sep 17 18:16:21.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.237 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 17 18:16:21.237 INFO kablam! | Sep 17 18:16:21.237 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.237 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.238 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.238 INFO kablam! Sep 17 18:16:21.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.238 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.238 INFO kablam! | ^^^^^^ Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.238 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.238 INFO kablam! Sep 17 18:16:21.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.238 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.238 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.238 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.238 INFO kablam! Sep 17 18:16:21.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.238 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.238 INFO kablam! | ^^^^^^ Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.238 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.238 INFO kablam! Sep 17 18:16:21.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.238 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.238 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.238 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.238 INFO kablam! Sep 17 18:16:21.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.238 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 17 18:16:21.238 INFO kablam! | Sep 17 18:16:21.238 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.238 INFO kablam! | ^^^^^^ Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.243 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.243 INFO kablam! Sep 17 18:16:21.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.243 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.243 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.243 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.243 INFO kablam! Sep 17 18:16:21.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.243 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.243 INFO kablam! | ^^^^^^ Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.243 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.243 INFO kablam! Sep 17 18:16:21.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.243 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.243 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.243 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.243 INFO kablam! Sep 17 18:16:21.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.243 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.243 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.243 INFO kablam! | ^^^^^^ Sep 17 18:16:21.243 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.244 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.244 INFO kablam! Sep 17 18:16:21.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.244 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.244 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.244 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.244 INFO kablam! Sep 17 18:16:21.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.244 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.244 INFO kablam! | ^^^^^^ Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.244 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.244 INFO kablam! Sep 17 18:16:21.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.244 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.244 INFO kablam! | ^^^^^^ Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.244 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.244 INFO kablam! Sep 17 18:16:21.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.244 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.244 INFO kablam! | ^^^^^^ Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.244 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.244 INFO kablam! Sep 17 18:16:21.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.244 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.244 INFO kablam! | ^^^^^^ Sep 17 18:16:21.244 INFO kablam! | Sep 17 18:16:21.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.244 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.244 INFO kablam! Sep 17 18:16:21.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.245 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.245 INFO kablam! | ^^^^^^ Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.245 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.245 INFO kablam! Sep 17 18:16:21.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.245 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.245 INFO kablam! | ^^^^^^ Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.245 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.245 INFO kablam! Sep 17 18:16:21.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.245 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.245 INFO kablam! | ^^^^^^ Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.245 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.245 INFO kablam! Sep 17 18:16:21.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.245 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.245 INFO kablam! | ^^^^^^ Sep 17 18:16:21.245 INFO kablam! | Sep 17 18:16:21.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.245 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.254 INFO kablam! Sep 17 18:16:21.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.255 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.255 INFO kablam! | ^^^^^^ Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.255 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.255 INFO kablam! Sep 17 18:16:21.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.255 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.255 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.255 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.255 INFO kablam! Sep 17 18:16:21.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.255 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.255 INFO kablam! | ^^^^^^ Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.255 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.255 INFO kablam! Sep 17 18:16:21.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.255 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.255 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.255 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.255 INFO kablam! Sep 17 18:16:21.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.255 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.255 INFO kablam! | ^^^^^^ Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.255 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.255 INFO kablam! Sep 17 18:16:21.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.255 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.255 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.255 INFO kablam! | Sep 17 18:16:21.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.255 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.256 INFO kablam! Sep 17 18:16:21.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.256 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.256 INFO kablam! | ^^^^^^ Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.256 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.256 INFO kablam! Sep 17 18:16:21.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.256 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.256 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.256 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.256 INFO kablam! Sep 17 18:16:21.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.256 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.256 INFO kablam! | ^^^^^^ Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.256 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.256 INFO kablam! Sep 17 18:16:21.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.256 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.256 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.256 INFO kablam! | Sep 17 18:16:21.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.256 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.262 INFO kablam! Sep 17 18:16:21.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.263 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.263 INFO kablam! | ^^^^^^ Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.263 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.263 INFO kablam! Sep 17 18:16:21.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.263 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.263 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.263 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.263 INFO kablam! Sep 17 18:16:21.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.263 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.263 INFO kablam! | ^^^^^^ Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.263 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.263 INFO kablam! Sep 17 18:16:21.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.263 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.263 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.263 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.263 INFO kablam! Sep 17 18:16:21.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.263 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.263 INFO kablam! | ^^^^^^ Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.263 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.263 INFO kablam! Sep 17 18:16:21.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.263 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.263 INFO kablam! | ^^^^^^ Sep 17 18:16:21.263 INFO kablam! | Sep 17 18:16:21.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.263 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.263 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.264 INFO kablam! | ^^^^^^ Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.264 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.264 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.264 INFO kablam! | ^^^^^^ Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.264 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.264 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.264 INFO kablam! | ^^^^^^ Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.264 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.264 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:21.264 INFO kablam! | ^^^^^^ Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.264 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.264 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:21.264 INFO kablam! | ^^^^^^ Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.264 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.264 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:21.264 INFO kablam! | ^^^^^^ Sep 17 18:16:21.264 INFO kablam! | Sep 17 18:16:21.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.264 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.264 INFO kablam! Sep 17 18:16:21.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.264 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.265 INFO kablam! | ^^^^^^ Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.265 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.265 INFO kablam! Sep 17 18:16:21.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.265 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:21.265 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.265 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.265 INFO kablam! Sep 17 18:16:21.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.265 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.265 INFO kablam! | ^^^^^^ Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.265 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.265 INFO kablam! Sep 17 18:16:21.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.265 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.265 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.265 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.265 INFO kablam! Sep 17 18:16:21.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.265 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.265 INFO kablam! | ^^^^^^ Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.265 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.265 INFO kablam! Sep 17 18:16:21.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.265 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.265 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.265 INFO kablam! | Sep 17 18:16:21.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.265 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.266 INFO kablam! Sep 17 18:16:21.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.266 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 17 18:16:21.266 INFO kablam! | Sep 17 18:16:21.266 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.266 INFO kablam! | ^^^^^^ Sep 17 18:16:21.266 INFO kablam! | Sep 17 18:16:21.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.266 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.266 INFO kablam! Sep 17 18:16:21.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.268 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.268 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.268 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.268 INFO kablam! Sep 17 18:16:21.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.268 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.268 INFO kablam! | ^^^^^^ Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.268 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.268 INFO kablam! Sep 17 18:16:21.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.268 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.268 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.268 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.268 INFO kablam! Sep 17 18:16:21.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.268 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.268 INFO kablam! | ^^^^^^ Sep 17 18:16:21.268 INFO kablam! | Sep 17 18:16:21.268 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.269 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.269 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.269 INFO kablam! Sep 17 18:16:21.269 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.269 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 17 18:16:21.269 INFO kablam! | Sep 17 18:16:21.269 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.269 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.269 INFO kablam! | Sep 17 18:16:21.269 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.269 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.269 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.269 INFO kablam! Sep 17 18:16:21.269 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.269 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 17 18:16:21.269 INFO kablam! | Sep 17 18:16:21.269 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.269 INFO kablam! | ^^^^^^ Sep 17 18:16:21.269 INFO kablam! | Sep 17 18:16:21.269 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.269 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.269 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.269 INFO kablam! Sep 17 18:16:21.269 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.269 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 17 18:16:21.269 INFO kablam! | Sep 17 18:16:21.269 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:21.269 INFO kablam! | ^^^^^^^ Sep 17 18:16:21.269 INFO kablam! | Sep 17 18:16:21.269 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.269 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.273 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.273 INFO kablam! Sep 17 18:16:21.273 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.273 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:21.273 INFO kablam! | ^^^^^^ Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.273 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.273 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.273 INFO kablam! Sep 17 18:16:21.273 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.273 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! 132 | self.0.iter() Sep 17 18:16:21.273 INFO kablam! | ^^^^^^ Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.273 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.273 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.273 INFO kablam! Sep 17 18:16:21.273 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.273 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:21.273 INFO kablam! | ^^^^^^ Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.273 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.273 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.273 INFO kablam! Sep 17 18:16:21.273 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.273 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! 153 | &self.0[..] Sep 17 18:16:21.273 INFO kablam! | ^^^^^^ Sep 17 18:16:21.273 INFO kablam! | Sep 17 18:16:21.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.273 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.273 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.273 INFO kablam! Sep 17 18:16:21.274 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:21.274 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 17 18:16:21.274 INFO kablam! | Sep 17 18:16:21.274 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:21.274 INFO kablam! | ^^^^^^ Sep 17 18:16:21.274 INFO kablam! | Sep 17 18:16:21.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:21.274 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:21.274 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:21.274 INFO kablam! Sep 17 18:16:21.274 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 17 18:16:21.274 INFO kablam! --> src/lib.rs:8:12 Sep 17 18:16:21.274 INFO kablam! | Sep 17 18:16:21.274 INFO kablam! 8 | #![feature(associated_consts)] Sep 17 18:16:21.274 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 18:16:21.274 INFO kablam! | Sep 17 18:16:21.274 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 18:16:21.274 INFO kablam! Sep 17 18:16:21.274 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Sep 17 18:16:21.274 INFO kablam! su: No module specific data is present Sep 17 18:16:21.807 INFO running `"docker" "rm" "-f" "ed55fc575865e3954d5796c6044073555d25d1e1916a3127e627bbef1fae79dd"` Sep 17 18:16:21.903 INFO blam! ed55fc575865e3954d5796c6044073555d25d1e1916a3127e627bbef1fae79dd