Sep 19 21:09:27.618 INFO checking rust-extra-0.0.17 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:09:27.618 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:09:27.618 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:09:27.844 INFO blam! 8d9879513aae09e5bbc7d09cecd7ec69f14b49583894126deed4613d656293e8 Sep 19 21:09:27.846 INFO running `"docker" "start" "-a" "8d9879513aae09e5bbc7d09cecd7ec69f14b49583894126deed4613d656293e8"` Sep 19 21:09:28.450 INFO kablam! usermod: no changes Sep 19 21:09:28.485 INFO kablam! Checking rust-extra v0.0.17 (/source) Sep 19 21:09:29.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.506 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.506 INFO kablam! | ^^^^^^ Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 21:09:29.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.506 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.506 INFO kablam! Sep 19 21:09:29.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.506 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.506 INFO kablam! | ^^^^^^ Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.506 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.506 INFO kablam! Sep 19 21:09:29.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.506 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.506 INFO kablam! | ^^^^^^ Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.506 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.506 INFO kablam! Sep 19 21:09:29.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.506 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 19 21:09:29.506 INFO kablam! | Sep 19 21:09:29.506 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.507 INFO kablam! | ^^^^^^ Sep 19 21:09:29.507 INFO kablam! | Sep 19 21:09:29.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.507 INFO kablam! Sep 19 21:09:29.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.507 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 19 21:09:29.507 INFO kablam! | Sep 19 21:09:29.507 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.507 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.507 INFO kablam! | Sep 19 21:09:29.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.507 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.507 INFO kablam! Sep 19 21:09:29.514 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.515 INFO kablam! Sep 19 21:09:29.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.515 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.515 INFO kablam! | ^^^^^^ Sep 19 21:09:29.515 INFO kablam! | Sep 19 21:09:29.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.515 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.516 INFO kablam! Sep 19 21:09:29.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.516 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 19 21:09:29.516 INFO kablam! | Sep 19 21:09:29.516 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.516 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.516 INFO kablam! | Sep 19 21:09:29.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.516 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.516 INFO kablam! Sep 19 21:09:29.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.517 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 19 21:09:29.517 INFO kablam! | Sep 19 21:09:29.517 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.517 INFO kablam! | ^^^^^^ Sep 19 21:09:29.517 INFO kablam! | Sep 19 21:09:29.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.517 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.517 INFO kablam! Sep 19 21:09:29.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.517 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 19 21:09:29.517 INFO kablam! | Sep 19 21:09:29.517 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.517 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.517 INFO kablam! | Sep 19 21:09:29.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.518 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.518 INFO kablam! Sep 19 21:09:29.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.518 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.518 INFO kablam! | ^^^^^^ Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.518 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.518 INFO kablam! Sep 19 21:09:29.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.518 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.518 INFO kablam! | ^^^^^^ Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.518 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.518 INFO kablam! Sep 19 21:09:29.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.518 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.518 INFO kablam! | ^^^^^^ Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.518 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.518 INFO kablam! Sep 19 21:09:29.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.518 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.518 INFO kablam! | ^^^^^^ Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.518 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.518 INFO kablam! Sep 19 21:09:29.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.518 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.518 INFO kablam! | ^^^^^^ Sep 19 21:09:29.518 INFO kablam! | Sep 19 21:09:29.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.519 INFO kablam! Sep 19 21:09:29.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.519 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 19 21:09:29.519 INFO kablam! | Sep 19 21:09:29.519 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.519 INFO kablam! | ^^^^^^ Sep 19 21:09:29.519 INFO kablam! | Sep 19 21:09:29.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.519 INFO kablam! Sep 19 21:09:29.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.519 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 19 21:09:29.519 INFO kablam! | Sep 19 21:09:29.519 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.519 INFO kablam! | ^^^^^^ Sep 19 21:09:29.519 INFO kablam! | Sep 19 21:09:29.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.519 INFO kablam! Sep 19 21:09:29.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.519 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 19 21:09:29.519 INFO kablam! | Sep 19 21:09:29.519 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.519 INFO kablam! | ^^^^^^ Sep 19 21:09:29.519 INFO kablam! | Sep 19 21:09:29.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.519 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.519 INFO kablam! Sep 19 21:09:29.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.521 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.522 INFO kablam! Sep 19 21:09:29.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.522 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.522 INFO kablam! Sep 19 21:09:29.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.522 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.522 INFO kablam! Sep 19 21:09:29.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.522 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.522 INFO kablam! Sep 19 21:09:29.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.522 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.522 INFO kablam! Sep 19 21:09:29.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.522 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.522 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.522 INFO kablam! Sep 19 21:09:29.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.522 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.522 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.522 INFO kablam! | ^^^^^^ Sep 19 21:09:29.522 INFO kablam! | Sep 19 21:09:29.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.523 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.524 INFO kablam! Sep 19 21:09:29.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.524 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.525 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.525 INFO kablam! Sep 19 21:09:29.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.525 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.525 INFO kablam! | ^^^^^^ Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.525 INFO kablam! Sep 19 21:09:29.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.525 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.525 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.525 INFO kablam! Sep 19 21:09:29.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.525 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.525 INFO kablam! | ^^^^^^ Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.525 INFO kablam! Sep 19 21:09:29.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.525 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.525 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.525 INFO kablam! | Sep 19 21:09:29.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.525 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.526 INFO kablam! Sep 19 21:09:29.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.527 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.527 INFO kablam! | ^^^^^^ Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.527 INFO kablam! Sep 19 21:09:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.527 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.527 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.527 INFO kablam! Sep 19 21:09:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.527 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.527 INFO kablam! | ^^^^^^ Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.527 INFO kablam! Sep 19 21:09:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.527 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.527 INFO kablam! | ^^^^^^ Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.527 INFO kablam! Sep 19 21:09:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.527 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.527 INFO kablam! | ^^^^^^ Sep 19 21:09:29.527 INFO kablam! | Sep 19 21:09:29.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.527 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.527 INFO kablam! Sep 19 21:09:29.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.528 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 19 21:09:29.528 INFO kablam! | Sep 19 21:09:29.528 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.528 INFO kablam! | ^^^^^^ Sep 19 21:09:29.528 INFO kablam! | Sep 19 21:09:29.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.529 INFO kablam! Sep 19 21:09:29.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.529 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 19 21:09:29.529 INFO kablam! | Sep 19 21:09:29.529 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.529 INFO kablam! | ^^^^^^ Sep 19 21:09:29.529 INFO kablam! | Sep 19 21:09:29.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.529 INFO kablam! Sep 19 21:09:29.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.529 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 19 21:09:29.529 INFO kablam! | Sep 19 21:09:29.529 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.529 INFO kablam! | ^^^^^^ Sep 19 21:09:29.529 INFO kablam! | Sep 19 21:09:29.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.529 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.529 INFO kablam! Sep 19 21:09:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.530 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.530 INFO kablam! | ^^^^^^ Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.530 INFO kablam! Sep 19 21:09:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.530 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.530 INFO kablam! | ^^^^^^ Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.530 INFO kablam! Sep 19 21:09:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.530 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.530 INFO kablam! | ^^^^^^ Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.530 INFO kablam! Sep 19 21:09:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.530 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.530 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.530 INFO kablam! Sep 19 21:09:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.530 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.530 INFO kablam! | ^^^^^^ Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.530 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.530 INFO kablam! Sep 19 21:09:29.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.530 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 19 21:09:29.530 INFO kablam! | Sep 19 21:09:29.530 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.530 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.531 INFO kablam! | Sep 19 21:09:29.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.531 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.531 INFO kablam! Sep 19 21:09:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.532 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.532 INFO kablam! | ^^^^^^ Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.532 INFO kablam! Sep 19 21:09:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.532 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.532 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.532 INFO kablam! Sep 19 21:09:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.532 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.532 INFO kablam! | ^^^^^^ Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.532 INFO kablam! Sep 19 21:09:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.532 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.532 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.532 INFO kablam! Sep 19 21:09:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.532 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.532 INFO kablam! | ^^^^^^ Sep 19 21:09:29.532 INFO kablam! | Sep 19 21:09:29.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.532 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.532 INFO kablam! Sep 19 21:09:29.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.533 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 19 21:09:29.533 INFO kablam! | Sep 19 21:09:29.533 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.533 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.533 INFO kablam! | Sep 19 21:09:29.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.533 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.533 INFO kablam! Sep 19 21:09:29.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.533 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 19 21:09:29.533 INFO kablam! | Sep 19 21:09:29.533 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.533 INFO kablam! | ^^^^^^ Sep 19 21:09:29.533 INFO kablam! | Sep 19 21:09:29.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.533 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.534 INFO kablam! Sep 19 21:09:29.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.534 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.534 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.534 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.534 INFO kablam! Sep 19 21:09:29.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.534 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.534 INFO kablam! | ^^^^^^ Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.534 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.534 INFO kablam! Sep 19 21:09:29.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.534 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.534 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.534 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.534 INFO kablam! Sep 19 21:09:29.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.534 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 19 21:09:29.534 INFO kablam! | Sep 19 21:09:29.534 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.534 INFO kablam! | ^^^^^^ Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.535 INFO kablam! Sep 19 21:09:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.535 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.535 INFO kablam! | ^^^^^^ Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.535 INFO kablam! Sep 19 21:09:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.535 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.535 INFO kablam! | ^^^^^^ Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.535 INFO kablam! Sep 19 21:09:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.535 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.535 INFO kablam! | ^^^^^^ Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.535 INFO kablam! Sep 19 21:09:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.535 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.535 INFO kablam! | ^^^^^^ Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.535 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.535 INFO kablam! Sep 19 21:09:29.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.535 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.535 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.535 INFO kablam! | ^^^^^^ Sep 19 21:09:29.535 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.536 INFO kablam! Sep 19 21:09:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.536 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.536 INFO kablam! | ^^^^^^ Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.536 INFO kablam! Sep 19 21:09:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.536 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.536 INFO kablam! | ^^^^^^ Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.536 INFO kablam! Sep 19 21:09:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.536 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.536 INFO kablam! | ^^^^^^ Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.536 INFO kablam! Sep 19 21:09:29.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.536 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.536 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.536 INFO kablam! | Sep 19 21:09:29.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.536 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.537 INFO kablam! Sep 19 21:09:29.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.537 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 19 21:09:29.537 INFO kablam! | Sep 19 21:09:29.537 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.537 INFO kablam! | ^^^^^^ Sep 19 21:09:29.537 INFO kablam! | Sep 19 21:09:29.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.537 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.537 INFO kablam! Sep 19 21:09:29.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.537 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 19 21:09:29.537 INFO kablam! | Sep 19 21:09:29.537 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.537 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.537 INFO kablam! | Sep 19 21:09:29.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.537 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.537 INFO kablam! Sep 19 21:09:29.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.537 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 21:09:29.537 INFO kablam! | Sep 19 21:09:29.537 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.537 INFO kablam! | ^^^^^^ Sep 19 21:09:29.537 INFO kablam! | Sep 19 21:09:29.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.537 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.537 INFO kablam! Sep 19 21:09:29.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.538 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 21:09:29.538 INFO kablam! | Sep 19 21:09:29.538 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.538 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.538 INFO kablam! | Sep 19 21:09:29.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.538 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.538 INFO kablam! Sep 19 21:09:29.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.538 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 21:09:29.538 INFO kablam! | Sep 19 21:09:29.538 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.538 INFO kablam! | ^^^^^^ Sep 19 21:09:29.538 INFO kablam! | Sep 19 21:09:29.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.538 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.538 INFO kablam! Sep 19 21:09:29.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.538 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 21:09:29.538 INFO kablam! | Sep 19 21:09:29.538 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.538 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.538 INFO kablam! | Sep 19 21:09:29.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.538 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.538 INFO kablam! Sep 19 21:09:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.539 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 19 21:09:29.539 INFO kablam! | Sep 19 21:09:29.539 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.539 INFO kablam! | ^^^^^^ Sep 19 21:09:29.539 INFO kablam! | Sep 19 21:09:29.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.539 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.539 INFO kablam! Sep 19 21:09:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.539 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 19 21:09:29.539 INFO kablam! | Sep 19 21:09:29.539 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.539 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.539 INFO kablam! | Sep 19 21:09:29.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.539 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.539 INFO kablam! Sep 19 21:09:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.539 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 19 21:09:29.539 INFO kablam! | Sep 19 21:09:29.539 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.539 INFO kablam! | ^^^^^^ Sep 19 21:09:29.539 INFO kablam! | Sep 19 21:09:29.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.539 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.539 INFO kablam! Sep 19 21:09:29.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.539 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 19 21:09:29.540 INFO kablam! | Sep 19 21:09:29.540 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.540 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.540 INFO kablam! | Sep 19 21:09:29.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.540 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.540 INFO kablam! Sep 19 21:09:29.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.540 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 19 21:09:29.540 INFO kablam! | Sep 19 21:09:29.540 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.540 INFO kablam! | ^^^^^^ Sep 19 21:09:29.540 INFO kablam! | Sep 19 21:09:29.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.540 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.540 INFO kablam! Sep 19 21:09:29.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.540 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 19 21:09:29.540 INFO kablam! | Sep 19 21:09:29.540 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.540 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.540 INFO kablam! | Sep 19 21:09:29.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.542 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.542 INFO kablam! Sep 19 21:09:29.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.542 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 19 21:09:29.542 INFO kablam! | Sep 19 21:09:29.542 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.542 INFO kablam! | ^^^^^^ Sep 19 21:09:29.542 INFO kablam! | Sep 19 21:09:29.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.543 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.543 INFO kablam! Sep 19 21:09:29.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.543 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 21:09:29.543 INFO kablam! | Sep 19 21:09:29.543 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.543 INFO kablam! | ^^^^^^ Sep 19 21:09:29.543 INFO kablam! | Sep 19 21:09:29.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.543 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.543 INFO kablam! Sep 19 21:09:29.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.543 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 19 21:09:29.543 INFO kablam! | Sep 19 21:09:29.543 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.543 INFO kablam! | ^^^^^^ Sep 19 21:09:29.543 INFO kablam! | Sep 19 21:09:29.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.543 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.544 INFO kablam! Sep 19 21:09:29.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.544 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 19 21:09:29.544 INFO kablam! | Sep 19 21:09:29.544 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.544 INFO kablam! | ^^^^^^ Sep 19 21:09:29.544 INFO kablam! | Sep 19 21:09:29.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.544 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.544 INFO kablam! Sep 19 21:09:29.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.544 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 19 21:09:29.544 INFO kablam! | Sep 19 21:09:29.544 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.544 INFO kablam! | ^^^^^^ Sep 19 21:09:29.544 INFO kablam! | Sep 19 21:09:29.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.544 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.544 INFO kablam! Sep 19 21:09:29.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.544 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 19 21:09:29.544 INFO kablam! | Sep 19 21:09:29.544 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.544 INFO kablam! | ^^^^^^ Sep 19 21:09:29.544 INFO kablam! | Sep 19 21:09:29.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.544 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.544 INFO kablam! Sep 19 21:09:29.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.545 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.545 INFO kablam! | ^^^^^^ Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.545 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.545 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.545 INFO kablam! Sep 19 21:09:29.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.545 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.545 INFO kablam! | ^^^^^^ Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.545 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.545 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.545 INFO kablam! Sep 19 21:09:29.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.545 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.545 INFO kablam! | ^^^^^^ Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.545 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.545 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.545 INFO kablam! Sep 19 21:09:29.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.545 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.545 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.545 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.545 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.551 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.551 INFO kablam! Sep 19 21:09:29.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.551 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 19 21:09:29.551 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.551 INFO kablam! | ^^^^^^ Sep 19 21:09:29.551 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.551 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.551 INFO kablam! Sep 19 21:09:29.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.551 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 19 21:09:29.551 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.551 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.551 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.551 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.551 INFO kablam! Sep 19 21:09:29.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.551 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 19 21:09:29.551 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.551 INFO kablam! | ^^^^^^ Sep 19 21:09:29.551 INFO kablam! | Sep 19 21:09:29.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.551 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.552 INFO kablam! Sep 19 21:09:29.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.552 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.552 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.552 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.552 INFO kablam! Sep 19 21:09:29.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.552 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.552 INFO kablam! | ^^^^^^ Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.552 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.552 INFO kablam! Sep 19 21:09:29.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.552 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.552 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.552 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.552 INFO kablam! Sep 19 21:09:29.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.552 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 19 21:09:29.552 INFO kablam! | Sep 19 21:09:29.552 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.552 INFO kablam! | ^^^^^^ Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.553 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.553 INFO kablam! Sep 19 21:09:29.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.553 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.553 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.553 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.553 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.553 INFO kablam! Sep 19 21:09:29.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.553 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.553 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.553 INFO kablam! | ^^^^^^ Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.553 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.553 INFO kablam! Sep 19 21:09:29.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.553 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.553 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.553 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.553 INFO kablam! | Sep 19 21:09:29.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.554 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.554 INFO kablam! Sep 19 21:09:29.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.554 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 19 21:09:29.554 INFO kablam! | Sep 19 21:09:29.554 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.554 INFO kablam! | ^^^^^^ Sep 19 21:09:29.554 INFO kablam! | Sep 19 21:09:29.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.554 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.554 INFO kablam! Sep 19 21:09:29.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.554 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 19 21:09:29.554 INFO kablam! | Sep 19 21:09:29.554 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.554 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.554 INFO kablam! | Sep 19 21:09:29.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.554 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.554 INFO kablam! Sep 19 21:09:29.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.554 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 19 21:09:29.554 INFO kablam! | Sep 19 21:09:29.554 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.554 INFO kablam! | ^^^^^^ Sep 19 21:09:29.554 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.555 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.555 INFO kablam! Sep 19 21:09:29.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.555 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 19 21:09:29.555 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.555 INFO kablam! | ^^^^^^ Sep 19 21:09:29.555 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.555 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.555 INFO kablam! Sep 19 21:09:29.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.555 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 19 21:09:29.555 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.555 INFO kablam! | ^^^^^^ Sep 19 21:09:29.555 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.555 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.555 INFO kablam! Sep 19 21:09:29.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.555 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 19 21:09:29.555 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.555 INFO kablam! | ^^^^^^ Sep 19 21:09:29.555 INFO kablam! | Sep 19 21:09:29.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.555 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.556 INFO kablam! Sep 19 21:09:29.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.556 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 19 21:09:29.556 INFO kablam! | Sep 19 21:09:29.556 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.556 INFO kablam! | ^^^^^^ Sep 19 21:09:29.556 INFO kablam! | Sep 19 21:09:29.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.556 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.556 INFO kablam! Sep 19 21:09:29.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.556 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 19 21:09:29.556 INFO kablam! | Sep 19 21:09:29.556 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.556 INFO kablam! | ^^^^^^ Sep 19 21:09:29.556 INFO kablam! | Sep 19 21:09:29.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.556 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.556 INFO kablam! Sep 19 21:09:29.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.556 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 19 21:09:29.556 INFO kablam! | Sep 19 21:09:29.556 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.556 INFO kablam! | ^^^^^^ Sep 19 21:09:29.556 INFO kablam! | Sep 19 21:09:29.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.557 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.557 INFO kablam! Sep 19 21:09:29.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.557 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 19 21:09:29.557 INFO kablam! | Sep 19 21:09:29.557 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.557 INFO kablam! | ^^^^^^ Sep 19 21:09:29.557 INFO kablam! | Sep 19 21:09:29.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.557 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.557 INFO kablam! Sep 19 21:09:29.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.557 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 19 21:09:29.557 INFO kablam! | Sep 19 21:09:29.557 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.557 INFO kablam! | ^^^^^^ Sep 19 21:09:29.557 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.558 INFO kablam! Sep 19 21:09:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.558 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.558 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.558 INFO kablam! Sep 19 21:09:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.558 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.558 INFO kablam! | ^^^^^^ Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.558 INFO kablam! Sep 19 21:09:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.558 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.558 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.558 INFO kablam! Sep 19 21:09:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.558 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.558 INFO kablam! | ^^^^^^ Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.558 INFO kablam! Sep 19 21:09:29.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.558 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.558 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.558 INFO kablam! | Sep 19 21:09:29.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.558 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.559 INFO kablam! Sep 19 21:09:29.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.559 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 21:09:29.559 INFO kablam! | Sep 19 21:09:29.559 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.559 INFO kablam! | ^^^^^^ Sep 19 21:09:29.559 INFO kablam! | Sep 19 21:09:29.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.559 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.559 INFO kablam! Sep 19 21:09:29.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.559 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 21:09:29.559 INFO kablam! | Sep 19 21:09:29.559 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.559 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.559 INFO kablam! | Sep 19 21:09:29.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.559 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.559 INFO kablam! Sep 19 21:09:29.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.559 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 19 21:09:29.559 INFO kablam! | Sep 19 21:09:29.559 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.559 INFO kablam! | ^^^^^^ Sep 19 21:09:29.559 INFO kablam! | Sep 19 21:09:29.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.559 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.560 INFO kablam! Sep 19 21:09:29.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.560 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 19 21:09:29.560 INFO kablam! | Sep 19 21:09:29.560 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.560 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.560 INFO kablam! | Sep 19 21:09:29.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.560 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.560 INFO kablam! Sep 19 21:09:29.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.560 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 19 21:09:29.560 INFO kablam! | Sep 19 21:09:29.560 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.560 INFO kablam! | ^^^^^^ Sep 19 21:09:29.560 INFO kablam! | Sep 19 21:09:29.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.561 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.561 INFO kablam! Sep 19 21:09:29.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.561 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 19 21:09:29.561 INFO kablam! | Sep 19 21:09:29.561 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.561 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.561 INFO kablam! | Sep 19 21:09:29.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.561 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.561 INFO kablam! Sep 19 21:09:29.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.561 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 19 21:09:29.561 INFO kablam! | Sep 19 21:09:29.561 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.561 INFO kablam! | ^^^^^^ Sep 19 21:09:29.561 INFO kablam! | Sep 19 21:09:29.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.561 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.562 INFO kablam! Sep 19 21:09:29.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.562 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 19 21:09:29.562 INFO kablam! | Sep 19 21:09:29.562 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.562 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.562 INFO kablam! | Sep 19 21:09:29.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.562 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.562 INFO kablam! Sep 19 21:09:29.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.562 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 19 21:09:29.562 INFO kablam! | Sep 19 21:09:29.562 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.562 INFO kablam! | ^^^^^^ Sep 19 21:09:29.562 INFO kablam! | Sep 19 21:09:29.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.562 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.562 INFO kablam! Sep 19 21:09:29.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.562 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 21:09:29.562 INFO kablam! | Sep 19 21:09:29.562 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.562 INFO kablam! | ^^^^^^ Sep 19 21:09:29.562 INFO kablam! | Sep 19 21:09:29.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.565 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.565 INFO kablam! Sep 19 21:09:29.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.565 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 19 21:09:29.565 INFO kablam! | Sep 19 21:09:29.565 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.565 INFO kablam! | ^^^^^^ Sep 19 21:09:29.565 INFO kablam! | Sep 19 21:09:29.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.565 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.566 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.566 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.566 INFO kablam! Sep 19 21:09:29.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.566 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 19 21:09:29.566 INFO kablam! | Sep 19 21:09:29.566 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.566 INFO kablam! | ^^^^^^ Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.567 INFO kablam! Sep 19 21:09:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.567 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.567 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.567 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.567 INFO kablam! Sep 19 21:09:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.567 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.567 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.567 INFO kablam! | ^^^^^^ Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.567 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.567 INFO kablam! Sep 19 21:09:29.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.567 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.567 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.567 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.567 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.572 INFO kablam! Sep 19 21:09:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.572 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 21:09:29.572 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.572 INFO kablam! | ^^^^^^ Sep 19 21:09:29.572 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.572 INFO kablam! Sep 19 21:09:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.572 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 21:09:29.572 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.572 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.572 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.572 INFO kablam! Sep 19 21:09:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.572 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 19 21:09:29.572 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.572 INFO kablam! | ^^^^^^ Sep 19 21:09:29.572 INFO kablam! | Sep 19 21:09:29.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.572 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.572 INFO kablam! Sep 19 21:09:29.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.572 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.573 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.573 INFO kablam! Sep 19 21:09:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.573 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.573 INFO kablam! | ^^^^^^ Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.573 INFO kablam! Sep 19 21:09:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.573 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.573 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.573 INFO kablam! Sep 19 21:09:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.573 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.573 INFO kablam! | ^^^^^^ Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.573 INFO kablam! Sep 19 21:09:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.573 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.573 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.573 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.573 INFO kablam! Sep 19 21:09:29.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.573 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.573 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.573 INFO kablam! | ^^^^^^ Sep 19 21:09:29.573 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.574 INFO kablam! Sep 19 21:09:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.574 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.574 INFO kablam! | ^^^^^^ Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.574 INFO kablam! Sep 19 21:09:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.574 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.574 INFO kablam! | ^^^^^^ Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.574 INFO kablam! Sep 19 21:09:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.574 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.574 INFO kablam! | ^^^^^^ Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.574 INFO kablam! Sep 19 21:09:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.574 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.574 INFO kablam! | ^^^^^^ Sep 19 21:09:29.574 INFO kablam! | Sep 19 21:09:29.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.574 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.574 INFO kablam! Sep 19 21:09:29.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.576 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 19 21:09:29.576 INFO kablam! | Sep 19 21:09:29.576 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.576 INFO kablam! | ^^^^^^ Sep 19 21:09:29.576 INFO kablam! | Sep 19 21:09:29.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.576 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.576 INFO kablam! Sep 19 21:09:29.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.576 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 19 21:09:29.576 INFO kablam! | Sep 19 21:09:29.576 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.576 INFO kablam! | ^^^^^^ Sep 19 21:09:29.576 INFO kablam! | Sep 19 21:09:29.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.576 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.576 INFO kablam! Sep 19 21:09:29.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.576 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 19 21:09:29.576 INFO kablam! | Sep 19 21:09:29.576 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.576 INFO kablam! | ^^^^^^ Sep 19 21:09:29.576 INFO kablam! | Sep 19 21:09:29.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.576 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.577 INFO kablam! Sep 19 21:09:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.577 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.577 INFO kablam! | ^^^^^^ Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.577 INFO kablam! Sep 19 21:09:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.577 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.577 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.577 INFO kablam! Sep 19 21:09:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.577 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.577 INFO kablam! | ^^^^^^ Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.577 INFO kablam! Sep 19 21:09:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.577 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.577 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.577 INFO kablam! Sep 19 21:09:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.577 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.577 INFO kablam! | ^^^^^^ Sep 19 21:09:29.577 INFO kablam! | Sep 19 21:09:29.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.577 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.577 INFO kablam! Sep 19 21:09:29.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.578 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.578 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.578 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.578 INFO kablam! Sep 19 21:09:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.578 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.578 INFO kablam! | ^^^^^^ Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.578 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.578 INFO kablam! Sep 19 21:09:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.578 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.578 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.578 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.578 INFO kablam! Sep 19 21:09:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.578 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.578 INFO kablam! | ^^^^^^ Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.578 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.578 INFO kablam! Sep 19 21:09:29.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.578 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.578 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.578 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.578 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.579 INFO kablam! Sep 19 21:09:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.579 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.579 INFO kablam! | ^^^^^^ Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.579 INFO kablam! Sep 19 21:09:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.579 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.579 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.579 INFO kablam! Sep 19 21:09:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.579 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.579 INFO kablam! | ^^^^^^ Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.579 INFO kablam! Sep 19 21:09:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.579 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.579 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.579 INFO kablam! Sep 19 21:09:29.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.579 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.579 INFO kablam! | ^^^^^^ Sep 19 21:09:29.579 INFO kablam! | Sep 19 21:09:29.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.579 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.580 INFO kablam! Sep 19 21:09:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.580 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.580 INFO kablam! | ^^^^^^ Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.580 INFO kablam! Sep 19 21:09:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.580 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.580 INFO kablam! | ^^^^^^ Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.580 INFO kablam! Sep 19 21:09:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.580 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.580 INFO kablam! | ^^^^^^ Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.580 INFO kablam! Sep 19 21:09:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.580 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.580 INFO kablam! | ^^^^^^ Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.580 INFO kablam! Sep 19 21:09:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.580 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.580 INFO kablam! | ^^^^^^ Sep 19 21:09:29.580 INFO kablam! | Sep 19 21:09:29.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.580 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.580 INFO kablam! Sep 19 21:09:29.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.581 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.581 INFO kablam! | ^^^^^^ Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.581 INFO kablam! Sep 19 21:09:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.581 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.581 INFO kablam! | ^^^^^^ Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.581 INFO kablam! Sep 19 21:09:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.581 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.581 INFO kablam! | ^^^^^^ Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.581 INFO kablam! Sep 19 21:09:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.581 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.581 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.581 INFO kablam! Sep 19 21:09:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.581 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.581 INFO kablam! | ^^^^^^ Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.581 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.581 INFO kablam! Sep 19 21:09:29.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.581 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 19 21:09:29.581 INFO kablam! | Sep 19 21:09:29.581 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.582 INFO kablam! Sep 19 21:09:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.582 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.582 INFO kablam! Sep 19 21:09:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.582 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.582 INFO kablam! Sep 19 21:09:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.582 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.582 INFO kablam! Sep 19 21:09:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.582 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.582 INFO kablam! Sep 19 21:09:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.582 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.582 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.582 INFO kablam! Sep 19 21:09:29.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.582 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.582 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.582 INFO kablam! | Sep 19 21:09:29.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.583 INFO kablam! Sep 19 21:09:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.583 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.583 INFO kablam! | ^^^^^^ Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.583 INFO kablam! Sep 19 21:09:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.583 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.583 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.583 INFO kablam! Sep 19 21:09:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.583 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.583 INFO kablam! | ^^^^^^ Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.583 INFO kablam! Sep 19 21:09:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.583 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.583 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.583 INFO kablam! Sep 19 21:09:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.583 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.583 INFO kablam! | ^^^^^^ Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.583 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.583 INFO kablam! Sep 19 21:09:29.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.583 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 21:09:29.583 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.584 INFO kablam! | ^^^^^^ Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.584 INFO kablam! Sep 19 21:09:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.584 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.584 INFO kablam! | ^^^^^^ Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.584 INFO kablam! Sep 19 21:09:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.584 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.584 INFO kablam! | ^^^^^^ Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.584 INFO kablam! Sep 19 21:09:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.584 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.584 INFO kablam! | ^^^^^^ Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.584 INFO kablam! Sep 19 21:09:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.584 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.584 INFO kablam! | ^^^^^^ Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.584 INFO kablam! Sep 19 21:09:29.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.584 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.584 INFO kablam! | ^^^^^^ Sep 19 21:09:29.584 INFO kablam! | Sep 19 21:09:29.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.584 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.584 INFO kablam! Sep 19 21:09:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.585 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.585 INFO kablam! | ^^^^^^ Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.585 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.585 INFO kablam! Sep 19 21:09:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.585 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.585 INFO kablam! | ^^^^^^ Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.585 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.585 INFO kablam! Sep 19 21:09:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.585 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.585 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.585 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.585 INFO kablam! Sep 19 21:09:29.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.585 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.585 INFO kablam! | ^^^^^^ Sep 19 21:09:29.585 INFO kablam! | Sep 19 21:09:29.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.585 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.586 INFO kablam! Sep 19 21:09:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.586 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.586 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.586 INFO kablam! Sep 19 21:09:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.586 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.586 INFO kablam! | ^^^^^^ Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.586 INFO kablam! Sep 19 21:09:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.586 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.586 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.586 INFO kablam! Sep 19 21:09:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.586 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.586 INFO kablam! | ^^^^^^ Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.586 INFO kablam! Sep 19 21:09:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.586 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.586 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.586 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.586 INFO kablam! Sep 19 21:09:29.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.586 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.586 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.586 INFO kablam! | ^^^^^^ Sep 19 21:09:29.586 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.587 INFO kablam! Sep 19 21:09:29.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.587 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.587 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.587 INFO kablam! Sep 19 21:09:29.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.587 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.587 INFO kablam! | ^^^^^^ Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.587 INFO kablam! Sep 19 21:09:29.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.587 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.587 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.587 INFO kablam! Sep 19 21:09:29.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.587 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.587 INFO kablam! | ^^^^^^ Sep 19 21:09:29.587 INFO kablam! | Sep 19 21:09:29.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.587 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.588 INFO kablam! Sep 19 21:09:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.588 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.588 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.588 INFO kablam! Sep 19 21:09:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.588 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.588 INFO kablam! | ^^^^^^ Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.588 INFO kablam! Sep 19 21:09:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.588 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.588 INFO kablam! | ^^^^^^ Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.588 INFO kablam! Sep 19 21:09:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.588 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.588 INFO kablam! | ^^^^^^ Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.588 INFO kablam! Sep 19 21:09:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.588 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.588 INFO kablam! | ^^^^^^ Sep 19 21:09:29.588 INFO kablam! | Sep 19 21:09:29.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.588 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.588 INFO kablam! Sep 19 21:09:29.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.588 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.589 INFO kablam! | ^^^^^^ Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.589 INFO kablam! Sep 19 21:09:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.589 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.589 INFO kablam! | ^^^^^^ Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.589 INFO kablam! Sep 19 21:09:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.589 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.589 INFO kablam! | ^^^^^^ Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.589 INFO kablam! Sep 19 21:09:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.589 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.589 INFO kablam! | ^^^^^^ Sep 19 21:09:29.589 INFO kablam! | Sep 19 21:09:29.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.589 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.589 INFO kablam! Sep 19 21:09:29.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.589 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.590 INFO kablam! Sep 19 21:09:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.590 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.590 INFO kablam! Sep 19 21:09:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.590 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.590 INFO kablam! Sep 19 21:09:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.590 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.590 INFO kablam! Sep 19 21:09:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.590 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.590 INFO kablam! Sep 19 21:09:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.590 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.590 INFO kablam! Sep 19 21:09:29.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.590 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.590 INFO kablam! | ^^^^^^ Sep 19 21:09:29.590 INFO kablam! | Sep 19 21:09:29.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.590 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.591 INFO kablam! Sep 19 21:09:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.591 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.591 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.591 INFO kablam! Sep 19 21:09:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.591 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.591 INFO kablam! | ^^^^^^ Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.591 INFO kablam! Sep 19 21:09:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.591 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.591 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.591 INFO kablam! Sep 19 21:09:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.591 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.591 INFO kablam! | ^^^^^^ Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.591 INFO kablam! Sep 19 21:09:29.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.591 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.591 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.591 INFO kablam! | Sep 19 21:09:29.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.591 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.591 INFO kablam! Sep 19 21:09:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.592 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.592 INFO kablam! | ^^^^^^ Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.592 INFO kablam! Sep 19 21:09:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.592 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.592 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.592 INFO kablam! Sep 19 21:09:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.592 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.592 INFO kablam! | ^^^^^^ Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.592 INFO kablam! Sep 19 21:09:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.592 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.592 INFO kablam! | ^^^^^^ Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.592 INFO kablam! Sep 19 21:09:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.592 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.592 INFO kablam! | ^^^^^^ Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.592 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.592 INFO kablam! Sep 19 21:09:29.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.592 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.592 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.592 INFO kablam! | ^^^^^^ Sep 19 21:09:29.592 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.593 INFO kablam! Sep 19 21:09:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.593 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.593 INFO kablam! | ^^^^^^ Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.593 INFO kablam! Sep 19 21:09:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.593 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.593 INFO kablam! | ^^^^^^ Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.593 INFO kablam! Sep 19 21:09:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.593 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.593 INFO kablam! | ^^^^^^ Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.593 INFO kablam! Sep 19 21:09:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.593 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.593 INFO kablam! | ^^^^^^ Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.593 INFO kablam! Sep 19 21:09:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.593 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.593 INFO kablam! | ^^^^^^ Sep 19 21:09:29.593 INFO kablam! | Sep 19 21:09:29.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.593 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.593 INFO kablam! Sep 19 21:09:29.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.594 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.594 INFO kablam! Sep 19 21:09:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.594 INFO kablam! | ^^^^^^ Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.594 INFO kablam! Sep 19 21:09:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.594 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.594 INFO kablam! Sep 19 21:09:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.594 INFO kablam! | ^^^^^^ Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.594 INFO kablam! Sep 19 21:09:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.594 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.594 INFO kablam! Sep 19 21:09:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.594 INFO kablam! | ^^^^^^ Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.594 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.594 INFO kablam! Sep 19 21:09:29.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.594 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 21:09:29.594 INFO kablam! | Sep 19 21:09:29.594 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.595 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.595 INFO kablam! Sep 19 21:09:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.595 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.595 INFO kablam! | ^^^^^^ Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.595 INFO kablam! Sep 19 21:09:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.595 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.595 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.595 INFO kablam! Sep 19 21:09:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.595 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.595 INFO kablam! | ^^^^^^ Sep 19 21:09:29.595 INFO kablam! | Sep 19 21:09:29.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.595 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.595 INFO kablam! Sep 19 21:09:29.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.596 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.596 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.596 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.596 INFO kablam! Sep 19 21:09:29.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.596 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.596 INFO kablam! | ^^^^^^ Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.596 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.596 INFO kablam! Sep 19 21:09:29.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.596 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.596 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.596 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.596 INFO kablam! Sep 19 21:09:29.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.596 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.596 INFO kablam! | ^^^^^^ Sep 19 21:09:29.596 INFO kablam! | Sep 19 21:09:29.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.596 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.596 INFO kablam! Sep 19 21:09:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.597 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.597 INFO kablam! | ^^^^^^ Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.597 INFO kablam! Sep 19 21:09:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.597 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.597 INFO kablam! | ^^^^^^ Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.597 INFO kablam! Sep 19 21:09:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.597 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.597 INFO kablam! | ^^^^^^ Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.597 INFO kablam! Sep 19 21:09:29.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.597 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.597 INFO kablam! | ^^^^^^ Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.597 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.597 INFO kablam! Sep 19 21:09:29.597 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 21:09:29.597 INFO kablam! --> src/lib.rs:8:12 Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 21:09:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 21:09:29.597 INFO kablam! | Sep 19 21:09:29.597 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:09:29.597 INFO kablam! Sep 19 21:09:29.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.610 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 19 21:09:29.610 INFO kablam! | Sep 19 21:09:29.610 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.610 INFO kablam! | ^^^^^^ Sep 19 21:09:29.610 INFO kablam! | Sep 19 21:09:29.610 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 21:09:29.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.610 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.610 INFO kablam! Sep 19 21:09:29.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.610 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 19 21:09:29.610 INFO kablam! | Sep 19 21:09:29.610 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.610 INFO kablam! | ^^^^^^ Sep 19 21:09:29.610 INFO kablam! | Sep 19 21:09:29.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.610 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.610 INFO kablam! Sep 19 21:09:29.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.610 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 19 21:09:29.610 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.611 INFO kablam! Sep 19 21:09:29.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.611 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.611 INFO kablam! | ^^^^^^ Sep 19 21:09:29.611 INFO kablam! | Sep 19 21:09:29.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.611 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.629 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.629 INFO kablam! Sep 19 21:09:29.629 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.629 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 19 21:09:29.629 INFO kablam! | Sep 19 21:09:29.629 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.629 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.629 INFO kablam! | Sep 19 21:09:29.629 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.629 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.629 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.629 INFO kablam! Sep 19 21:09:29.629 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.630 INFO kablam! | ^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.630 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.630 INFO kablam! Sep 19 21:09:29.630 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.630 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.630 INFO kablam! | ^^^^^^ Sep 19 21:09:29.630 INFO kablam! | Sep 19 21:09:29.630 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.630 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.631 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.631 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.631 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.631 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.631 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.631 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.631 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.631 INFO kablam! Sep 19 21:09:29.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.631 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.631 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.631 INFO kablam! | ^^^^^^ Sep 19 21:09:29.631 INFO kablam! | Sep 19 21:09:29.632 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.632 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.632 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.632 INFO kablam! Sep 19 21:09:29.632 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.632 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 19 21:09:29.632 INFO kablam! | Sep 19 21:09:29.632 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.632 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.632 INFO kablam! | Sep 19 21:09:29.632 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.632 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.632 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.632 INFO kablam! Sep 19 21:09:29.632 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.632 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 19 21:09:29.632 INFO kablam! | Sep 19 21:09:29.632 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.633 INFO kablam! | ^^^^^^ Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.633 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.633 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.633 INFO kablam! Sep 19 21:09:29.633 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.633 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.633 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.633 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.633 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.633 INFO kablam! Sep 19 21:09:29.633 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.633 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.633 INFO kablam! | ^^^^^^ Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.633 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.633 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.633 INFO kablam! Sep 19 21:09:29.633 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.633 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.633 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.633 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.633 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.633 INFO kablam! Sep 19 21:09:29.633 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.633 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.633 INFO kablam! | ^^^^^^ Sep 19 21:09:29.633 INFO kablam! | Sep 19 21:09:29.633 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.633 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.633 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.633 INFO kablam! Sep 19 21:09:29.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.635 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.635 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.635 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.635 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.635 INFO kablam! Sep 19 21:09:29.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.635 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.635 INFO kablam! | ^^^^^^ Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.635 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.635 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.635 INFO kablam! Sep 19 21:09:29.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.635 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.635 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.635 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.635 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.635 INFO kablam! Sep 19 21:09:29.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.635 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.635 INFO kablam! | ^^^^^^ Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.635 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.635 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.635 INFO kablam! Sep 19 21:09:29.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.635 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.635 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.635 INFO kablam! | Sep 19 21:09:29.635 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.636 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.636 INFO kablam! | ^^^^^^ Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.636 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.636 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.636 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.636 INFO kablam! | ^^^^^^ Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.636 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.636 INFO kablam! | ^^^^^^ Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.636 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.636 INFO kablam! | ^^^^^^ Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.636 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.636 INFO kablam! | ^^^^^^ Sep 19 21:09:29.636 INFO kablam! | Sep 19 21:09:29.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.636 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.636 INFO kablam! Sep 19 21:09:29.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.637 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.637 INFO kablam! | ^^^^^^ Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.637 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.637 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.637 INFO kablam! Sep 19 21:09:29.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.637 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.637 INFO kablam! | ^^^^^^ Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.637 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.637 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.637 INFO kablam! Sep 19 21:09:29.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.637 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.637 INFO kablam! | ^^^^^^ Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.637 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.637 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.637 INFO kablam! Sep 19 21:09:29.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.637 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.637 INFO kablam! | ^^^^^^ Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.637 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.637 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.637 INFO kablam! Sep 19 21:09:29.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.637 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.637 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.637 INFO kablam! | ^^^^^^ Sep 19 21:09:29.637 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.638 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.638 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.638 INFO kablam! Sep 19 21:09:29.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.638 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.638 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.638 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.638 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.638 INFO kablam! Sep 19 21:09:29.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.638 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.638 INFO kablam! | ^^^^^^ Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.638 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.638 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.638 INFO kablam! Sep 19 21:09:29.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.638 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.638 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.638 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.638 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.638 INFO kablam! Sep 19 21:09:29.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.638 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.638 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.638 INFO kablam! | ^^^^^^ Sep 19 21:09:29.638 INFO kablam! | Sep 19 21:09:29.642 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.642 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.642 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.642 INFO kablam! Sep 19 21:09:29.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.642 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 19 21:09:29.642 INFO kablam! | Sep 19 21:09:29.642 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.642 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.642 INFO kablam! | Sep 19 21:09:29.642 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.642 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.642 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.642 INFO kablam! Sep 19 21:09:29.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.642 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 19 21:09:29.642 INFO kablam! | Sep 19 21:09:29.642 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.642 INFO kablam! | ^^^^^^ Sep 19 21:09:29.642 INFO kablam! | Sep 19 21:09:29.642 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.642 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.642 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.642 INFO kablam! Sep 19 21:09:29.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.642 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 19 21:09:29.642 INFO kablam! | Sep 19 21:09:29.642 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.642 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.647 INFO kablam! | Sep 19 21:09:29.647 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.647 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.647 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.647 INFO kablam! Sep 19 21:09:29.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.647 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 19 21:09:29.647 INFO kablam! | Sep 19 21:09:29.647 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.647 INFO kablam! | ^^^^^^ Sep 19 21:09:29.647 INFO kablam! | Sep 19 21:09:29.647 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.647 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.647 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.647 INFO kablam! Sep 19 21:09:29.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.647 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 19 21:09:29.647 INFO kablam! | Sep 19 21:09:29.647 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.647 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.647 INFO kablam! | Sep 19 21:09:29.647 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.647 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.647 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.647 INFO kablam! Sep 19 21:09:29.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.648 INFO kablam! | ^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.648 INFO kablam! Sep 19 21:09:29.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.648 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.648 INFO kablam! Sep 19 21:09:29.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.648 INFO kablam! | ^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.648 INFO kablam! Sep 19 21:09:29.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.648 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.648 INFO kablam! Sep 19 21:09:29.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.648 INFO kablam! | ^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.648 INFO kablam! Sep 19 21:09:29.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.648 INFO kablam! | ^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.648 INFO kablam! Sep 19 21:09:29.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.648 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.648 INFO kablam! | ^^^^^^ Sep 19 21:09:29.648 INFO kablam! | Sep 19 21:09:29.648 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.648 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.648 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.649 INFO kablam! | ^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.649 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.649 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.649 INFO kablam! | ^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.649 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.649 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.649 INFO kablam! | ^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.649 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.649 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.649 INFO kablam! | ^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.649 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.649 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.649 INFO kablam! | ^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.649 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.649 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.649 INFO kablam! | ^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.649 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.649 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.649 INFO kablam! Sep 19 21:09:29.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.649 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.649 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.649 INFO kablam! | Sep 19 21:09:29.649 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.650 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.650 INFO kablam! Sep 19 21:09:29.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.650 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.650 INFO kablam! | ^^^^^^ Sep 19 21:09:29.650 INFO kablam! | Sep 19 21:09:29.650 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.650 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.651 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.651 INFO kablam! | ^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.651 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.651 INFO kablam! | ^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.651 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.651 INFO kablam! | ^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.651 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.651 INFO kablam! Sep 19 21:09:29.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.651 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.651 INFO kablam! | ^^^^^^ Sep 19 21:09:29.651 INFO kablam! | Sep 19 21:09:29.651 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.651 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.652 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.652 INFO kablam! Sep 19 21:09:29.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.652 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.652 INFO kablam! | ^^^^^^ Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.652 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.652 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.652 INFO kablam! Sep 19 21:09:29.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.652 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.652 INFO kablam! | ^^^^^^ Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.652 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.652 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.652 INFO kablam! Sep 19 21:09:29.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.652 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.652 INFO kablam! | ^^^^^^ Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.652 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.652 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.652 INFO kablam! Sep 19 21:09:29.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.652 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.652 INFO kablam! | ^^^^^^ Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.652 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.652 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.652 INFO kablam! Sep 19 21:09:29.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.652 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.652 INFO kablam! | ^^^^^^ Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.652 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.652 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.652 INFO kablam! Sep 19 21:09:29.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.652 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.652 INFO kablam! | ^^^^^^ Sep 19 21:09:29.652 INFO kablam! | Sep 19 21:09:29.652 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.652 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.653 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.653 INFO kablam! Sep 19 21:09:29.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.653 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.653 INFO kablam! | ^^^^^^ Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.653 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.653 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.653 INFO kablam! Sep 19 21:09:29.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.653 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.653 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.653 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.653 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.653 INFO kablam! Sep 19 21:09:29.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.653 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.653 INFO kablam! | ^^^^^^ Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.653 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.653 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.653 INFO kablam! Sep 19 21:09:29.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.653 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.653 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.653 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.653 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.653 INFO kablam! Sep 19 21:09:29.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.653 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.653 INFO kablam! | ^^^^^^ Sep 19 21:09:29.653 INFO kablam! | Sep 19 21:09:29.653 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.653 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.653 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.653 INFO kablam! Sep 19 21:09:29.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.654 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.654 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.654 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.654 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.654 INFO kablam! Sep 19 21:09:29.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.654 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.654 INFO kablam! | ^^^^^^ Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.654 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.654 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.654 INFO kablam! Sep 19 21:09:29.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.654 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.654 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.654 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.654 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.654 INFO kablam! Sep 19 21:09:29.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.654 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.654 INFO kablam! | ^^^^^^ Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.654 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.654 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.654 INFO kablam! Sep 19 21:09:29.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.654 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.654 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.654 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.654 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.654 INFO kablam! Sep 19 21:09:29.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.654 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.654 INFO kablam! | ^^^^^^ Sep 19 21:09:29.654 INFO kablam! | Sep 19 21:09:29.654 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.655 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.655 INFO kablam! Sep 19 21:09:29.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.655 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.655 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.655 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.655 INFO kablam! Sep 19 21:09:29.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.655 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.655 INFO kablam! | ^^^^^^ Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.655 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.655 INFO kablam! Sep 19 21:09:29.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.655 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.655 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.655 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.655 INFO kablam! Sep 19 21:09:29.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.655 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.655 INFO kablam! | ^^^^^^ Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.655 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.655 INFO kablam! Sep 19 21:09:29.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.655 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.655 INFO kablam! | ^^^^^^ Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.655 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.655 INFO kablam! Sep 19 21:09:29.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.655 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 19 21:09:29.655 INFO kablam! | Sep 19 21:09:29.655 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.655 INFO kablam! | ^^^^^^ Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.656 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.656 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.656 INFO kablam! Sep 19 21:09:29.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.656 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.656 INFO kablam! | ^^^^^^ Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.656 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.656 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.656 INFO kablam! Sep 19 21:09:29.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.656 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.656 INFO kablam! | ^^^^^^ Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.656 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.656 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.656 INFO kablam! Sep 19 21:09:29.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.656 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.656 INFO kablam! | ^^^^^^ Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.656 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.656 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.656 INFO kablam! Sep 19 21:09:29.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.656 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.656 INFO kablam! | ^^^^^^ Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.656 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.656 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.656 INFO kablam! Sep 19 21:09:29.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.656 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.656 INFO kablam! | ^^^^^^ Sep 19 21:09:29.656 INFO kablam! | Sep 19 21:09:29.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.656 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.657 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.657 INFO kablam! Sep 19 21:09:29.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.657 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.657 INFO kablam! | ^^^^^^ Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.657 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.657 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.657 INFO kablam! Sep 19 21:09:29.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.657 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.657 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.657 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.657 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.657 INFO kablam! Sep 19 21:09:29.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.657 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.657 INFO kablam! | ^^^^^^ Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.657 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.657 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.657 INFO kablam! Sep 19 21:09:29.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.657 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.657 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.657 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.657 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.657 INFO kablam! Sep 19 21:09:29.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.657 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.657 INFO kablam! | ^^^^^^ Sep 19 21:09:29.657 INFO kablam! | Sep 19 21:09:29.657 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.658 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.658 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.658 INFO kablam! Sep 19 21:09:29.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.658 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.658 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.658 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.658 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.658 INFO kablam! Sep 19 21:09:29.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.658 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.658 INFO kablam! | ^^^^^^ Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.658 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.658 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.658 INFO kablam! Sep 19 21:09:29.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.658 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.658 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.658 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.658 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.658 INFO kablam! Sep 19 21:09:29.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.658 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.658 INFO kablam! | ^^^^^^ Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.658 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.658 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.658 INFO kablam! Sep 19 21:09:29.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.658 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.658 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.658 INFO kablam! | Sep 19 21:09:29.658 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.659 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.659 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.659 INFO kablam! Sep 19 21:09:29.659 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.659 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.659 INFO kablam! | ^^^^^^ Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.659 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.659 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.659 INFO kablam! Sep 19 21:09:29.659 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.659 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.659 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.659 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.659 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.659 INFO kablam! Sep 19 21:09:29.659 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.659 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.659 INFO kablam! | ^^^^^^ Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.659 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.659 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.659 INFO kablam! Sep 19 21:09:29.659 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.659 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.659 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.659 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.659 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.659 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.659 INFO kablam! Sep 19 21:09:29.659 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.659 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 19 21:09:29.659 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.660 INFO kablam! | ^^^^^^ Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.660 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.660 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.660 INFO kablam! Sep 19 21:09:29.660 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.660 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.660 INFO kablam! | ^^^^^^ Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.660 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.660 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.660 INFO kablam! Sep 19 21:09:29.660 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.660 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.660 INFO kablam! | ^^^^^^ Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.660 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.660 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.660 INFO kablam! Sep 19 21:09:29.660 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.660 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.660 INFO kablam! | ^^^^^^ Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.660 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.660 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.660 INFO kablam! Sep 19 21:09:29.660 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.660 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.660 INFO kablam! | ^^^^^^ Sep 19 21:09:29.660 INFO kablam! | Sep 19 21:09:29.660 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.660 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.660 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.661 INFO kablam! Sep 19 21:09:29.661 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.661 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.661 INFO kablam! | ^^^^^^ Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.661 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.661 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.661 INFO kablam! Sep 19 21:09:29.661 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.661 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.661 INFO kablam! | ^^^^^^ Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.661 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.661 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.661 INFO kablam! Sep 19 21:09:29.661 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.661 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.661 INFO kablam! | ^^^^^^ Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.661 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.661 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.661 INFO kablam! Sep 19 21:09:29.661 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.661 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.661 INFO kablam! | ^^^^^^ Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.661 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.661 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.661 INFO kablam! Sep 19 21:09:29.661 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.661 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.661 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.661 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.661 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.662 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.662 INFO kablam! Sep 19 21:09:29.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.662 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.662 INFO kablam! | ^^^^^^ Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.662 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.662 INFO kablam! Sep 19 21:09:29.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.662 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.662 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.662 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.662 INFO kablam! Sep 19 21:09:29.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.662 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.662 INFO kablam! | ^^^^^^ Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.662 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.662 INFO kablam! Sep 19 21:09:29.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.662 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.662 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.662 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.662 INFO kablam! Sep 19 21:09:29.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.662 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.662 INFO kablam! | ^^^^^^ Sep 19 21:09:29.662 INFO kablam! | Sep 19 21:09:29.662 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.662 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.662 INFO kablam! Sep 19 21:09:29.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.663 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.663 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.663 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.663 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.663 INFO kablam! Sep 19 21:09:29.663 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.663 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.663 INFO kablam! | ^^^^^^ Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.663 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.663 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.663 INFO kablam! Sep 19 21:09:29.663 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.663 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.663 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.663 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.663 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.663 INFO kablam! Sep 19 21:09:29.663 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.663 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.663 INFO kablam! | ^^^^^^ Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.663 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.663 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.663 INFO kablam! Sep 19 21:09:29.663 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.663 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.663 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.663 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.663 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.663 INFO kablam! Sep 19 21:09:29.663 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.663 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.663 INFO kablam! | ^^^^^^ Sep 19 21:09:29.663 INFO kablam! | Sep 19 21:09:29.663 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.663 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.664 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.664 INFO kablam! Sep 19 21:09:29.664 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.664 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.664 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.664 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.664 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.664 INFO kablam! Sep 19 21:09:29.664 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.664 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.664 INFO kablam! | ^^^^^^ Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.664 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.664 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.664 INFO kablam! Sep 19 21:09:29.664 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.664 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.664 INFO kablam! | ^^^^^^ Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.664 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.664 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.664 INFO kablam! Sep 19 21:09:29.664 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.664 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.664 INFO kablam! | ^^^^^^ Sep 19 21:09:29.664 INFO kablam! | Sep 19 21:09:29.664 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.664 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.664 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.664 INFO kablam! Sep 19 21:09:29.665 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.665 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.665 INFO kablam! | ^^^^^^ Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.665 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.665 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.665 INFO kablam! Sep 19 21:09:29.665 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.665 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.665 INFO kablam! | ^^^^^^ Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.665 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.665 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.665 INFO kablam! Sep 19 21:09:29.665 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.665 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.665 INFO kablam! | ^^^^^^ Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.665 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.665 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.665 INFO kablam! Sep 19 21:09:29.665 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.665 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.665 INFO kablam! | ^^^^^^ Sep 19 21:09:29.665 INFO kablam! | Sep 19 21:09:29.665 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.665 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.665 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.665 INFO kablam! Sep 19 21:09:29.665 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.666 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.666 INFO kablam! | ^^^^^^ Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.666 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.666 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.666 INFO kablam! Sep 19 21:09:29.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.666 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.666 INFO kablam! | ^^^^^^ Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.666 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.666 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.666 INFO kablam! Sep 19 21:09:29.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.666 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.666 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.666 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.666 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.666 INFO kablam! Sep 19 21:09:29.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.666 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.666 INFO kablam! | ^^^^^^ Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.666 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.666 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.666 INFO kablam! Sep 19 21:09:29.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.666 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.666 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.666 INFO kablam! | Sep 19 21:09:29.666 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.666 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.666 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.666 INFO kablam! Sep 19 21:09:29.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.667 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.667 INFO kablam! | ^^^^^^ Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.667 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.667 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.667 INFO kablam! Sep 19 21:09:29.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.667 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.667 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.667 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.667 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.667 INFO kablam! Sep 19 21:09:29.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.667 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.667 INFO kablam! | ^^^^^^ Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.667 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.667 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.667 INFO kablam! Sep 19 21:09:29.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.667 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.667 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.667 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.667 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.667 INFO kablam! Sep 19 21:09:29.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.667 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.667 INFO kablam! | ^^^^^^ Sep 19 21:09:29.667 INFO kablam! | Sep 19 21:09:29.667 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.667 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.667 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.667 INFO kablam! Sep 19 21:09:29.668 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.668 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 19 21:09:29.668 INFO kablam! | Sep 19 21:09:29.668 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.668 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.670 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.670 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.670 INFO kablam! Sep 19 21:09:29.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.670 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.670 INFO kablam! | ^^^^^^ Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.670 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.670 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.670 INFO kablam! Sep 19 21:09:29.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.670 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.670 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.670 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.670 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.670 INFO kablam! Sep 19 21:09:29.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.670 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.670 INFO kablam! | ^^^^^^ Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.670 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.670 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.670 INFO kablam! Sep 19 21:09:29.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.670 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.670 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.670 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.670 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.670 INFO kablam! Sep 19 21:09:29.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.670 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.670 INFO kablam! | ^^^^^^ Sep 19 21:09:29.670 INFO kablam! | Sep 19 21:09:29.670 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.671 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.671 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.671 INFO kablam! Sep 19 21:09:29.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.671 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.671 INFO kablam! | ^^^^^^ Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.671 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.671 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.671 INFO kablam! Sep 19 21:09:29.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.671 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.671 INFO kablam! | ^^^^^^ Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.671 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.671 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.671 INFO kablam! Sep 19 21:09:29.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.671 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.671 INFO kablam! | ^^^^^^ Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.671 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.671 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.671 INFO kablam! Sep 19 21:09:29.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.671 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.671 INFO kablam! | ^^^^^^ Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.671 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.671 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.671 INFO kablam! Sep 19 21:09:29.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.671 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.671 INFO kablam! | ^^^^^^ Sep 19 21:09:29.671 INFO kablam! | Sep 19 21:09:29.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.671 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.671 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.681 INFO kablam! | ^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.681 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.681 INFO kablam! Sep 19 21:09:29.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.681 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.681 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.681 INFO kablam! | Sep 19 21:09:29.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.682 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.682 INFO kablam! Sep 19 21:09:29.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.682 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.682 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.682 INFO kablam! | ^^^^^^ Sep 19 21:09:29.682 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.683 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.683 INFO kablam! Sep 19 21:09:29.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.683 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.683 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.683 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.683 INFO kablam! Sep 19 21:09:29.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.683 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.683 INFO kablam! | ^^^^^^ Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.683 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.683 INFO kablam! Sep 19 21:09:29.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.683 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.683 INFO kablam! | ^^^^^^ Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.683 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.683 INFO kablam! Sep 19 21:09:29.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.683 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.683 INFO kablam! | ^^^^^^ Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.683 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.683 INFO kablam! Sep 19 21:09:29.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.683 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.683 INFO kablam! | ^^^^^^ Sep 19 21:09:29.683 INFO kablam! | Sep 19 21:09:29.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.683 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.683 INFO kablam! Sep 19 21:09:29.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.684 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 19 21:09:29.684 INFO kablam! | Sep 19 21:09:29.684 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.684 INFO kablam! | ^^^^^^ Sep 19 21:09:29.684 INFO kablam! | Sep 19 21:09:29.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.684 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.684 INFO kablam! Sep 19 21:09:29.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.684 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 19 21:09:29.684 INFO kablam! | Sep 19 21:09:29.684 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.684 INFO kablam! | ^^^^^^ Sep 19 21:09:29.684 INFO kablam! | Sep 19 21:09:29.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.684 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.684 INFO kablam! Sep 19 21:09:29.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.684 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 19 21:09:29.684 INFO kablam! | Sep 19 21:09:29.684 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.684 INFO kablam! | ^^^^^^ Sep 19 21:09:29.684 INFO kablam! | Sep 19 21:09:29.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.684 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.684 INFO kablam! Sep 19 21:09:29.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.685 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.685 INFO kablam! | ^^^^^^ Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.685 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.685 INFO kablam! Sep 19 21:09:29.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.685 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.685 INFO kablam! | ^^^^^^ Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.685 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.685 INFO kablam! Sep 19 21:09:29.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.685 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.685 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.685 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.685 INFO kablam! Sep 19 21:09:29.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.685 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.685 INFO kablam! | ^^^^^^ Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.685 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.685 INFO kablam! Sep 19 21:09:29.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.685 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.685 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.685 INFO kablam! | Sep 19 21:09:29.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.685 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.685 INFO kablam! Sep 19 21:09:29.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.686 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.686 INFO kablam! | ^^^^^^ Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.686 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.686 INFO kablam! Sep 19 21:09:29.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.686 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.686 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.686 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.686 INFO kablam! Sep 19 21:09:29.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.686 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.686 INFO kablam! | ^^^^^^ Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.686 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.686 INFO kablam! Sep 19 21:09:29.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.686 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.686 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.686 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.686 INFO kablam! Sep 19 21:09:29.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.686 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 19 21:09:29.686 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.687 INFO kablam! | ^^^^^^ Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.687 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.687 INFO kablam! Sep 19 21:09:29.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.687 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.687 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.687 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.687 INFO kablam! Sep 19 21:09:29.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.687 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.687 INFO kablam! | ^^^^^^ Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.687 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.687 INFO kablam! Sep 19 21:09:29.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.687 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.687 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.687 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.687 INFO kablam! Sep 19 21:09:29.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.687 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.687 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.687 INFO kablam! | ^^^^^^ Sep 19 21:09:29.687 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.688 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.688 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.688 INFO kablam! Sep 19 21:09:29.688 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.688 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.688 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.688 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.688 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.688 INFO kablam! Sep 19 21:09:29.688 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.688 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.688 INFO kablam! | ^^^^^^ Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.688 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.688 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.688 INFO kablam! Sep 19 21:09:29.688 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.688 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.688 INFO kablam! | ^^^^^^ Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.688 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.688 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.688 INFO kablam! Sep 19 21:09:29.688 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.688 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.688 INFO kablam! | ^^^^^^ Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.688 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.688 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.688 INFO kablam! Sep 19 21:09:29.688 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.688 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 19 21:09:29.688 INFO kablam! | Sep 19 21:09:29.688 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.688 INFO kablam! | ^^^^^^ Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.689 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.689 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.689 INFO kablam! Sep 19 21:09:29.689 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.689 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.689 INFO kablam! | ^^^^^^ Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.689 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.689 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.689 INFO kablam! Sep 19 21:09:29.689 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.689 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.689 INFO kablam! | ^^^^^^ Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.689 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.689 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.689 INFO kablam! Sep 19 21:09:29.689 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.689 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.689 INFO kablam! | ^^^^^^ Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.689 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.689 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.689 INFO kablam! Sep 19 21:09:29.689 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.689 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.689 INFO kablam! | ^^^^^^ Sep 19 21:09:29.689 INFO kablam! | Sep 19 21:09:29.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.689 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.689 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.689 INFO kablam! Sep 19 21:09:29.689 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.690 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.690 INFO kablam! | ^^^^^^ Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.690 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.690 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.690 INFO kablam! Sep 19 21:09:29.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.690 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.690 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.690 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.690 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.690 INFO kablam! Sep 19 21:09:29.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.690 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.690 INFO kablam! | ^^^^^^ Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.690 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.690 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.690 INFO kablam! Sep 19 21:09:29.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.690 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.690 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.690 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.690 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.690 INFO kablam! Sep 19 21:09:29.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.690 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.690 INFO kablam! | ^^^^^^ Sep 19 21:09:29.690 INFO kablam! | Sep 19 21:09:29.690 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.691 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.691 INFO kablam! Sep 19 21:09:29.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.691 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.691 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.691 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.691 INFO kablam! Sep 19 21:09:29.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.691 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.691 INFO kablam! | ^^^^^^ Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.691 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.691 INFO kablam! Sep 19 21:09:29.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.691 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.691 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.691 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.691 INFO kablam! Sep 19 21:09:29.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.691 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.691 INFO kablam! | ^^^^^^ Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.691 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.691 INFO kablam! Sep 19 21:09:29.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.691 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.691 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.691 INFO kablam! | Sep 19 21:09:29.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.691 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.691 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.692 INFO kablam! Sep 19 21:09:29.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.692 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.692 INFO kablam! | ^^^^^^ Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.692 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.692 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.692 INFO kablam! Sep 19 21:09:29.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.692 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.692 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.692 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.692 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.692 INFO kablam! Sep 19 21:09:29.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.692 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.692 INFO kablam! | ^^^^^^ Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.692 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.692 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.692 INFO kablam! Sep 19 21:09:29.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.692 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.692 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.692 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.692 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.692 INFO kablam! Sep 19 21:09:29.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.692 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 19 21:09:29.692 INFO kablam! | Sep 19 21:09:29.692 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.693 INFO kablam! | ^^^^^^ Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.693 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.693 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.693 INFO kablam! Sep 19 21:09:29.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.693 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.693 INFO kablam! | ^^^^^^ Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.693 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.693 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.693 INFO kablam! Sep 19 21:09:29.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.693 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.693 INFO kablam! | ^^^^^^ Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.693 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.693 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.693 INFO kablam! Sep 19 21:09:29.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.693 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.693 INFO kablam! | ^^^^^^ Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.693 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.693 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.693 INFO kablam! Sep 19 21:09:29.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.693 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.693 INFO kablam! | ^^^^^^ Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.693 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.693 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.693 INFO kablam! Sep 19 21:09:29.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.693 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! 28 | self.0.as_ptr() Sep 19 21:09:29.693 INFO kablam! | ^^^^^^ Sep 19 21:09:29.693 INFO kablam! | Sep 19 21:09:29.693 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.693 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.694 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.694 INFO kablam! Sep 19 21:09:29.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.694 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! 34 | self.0.as_mut_ptr() Sep 19 21:09:29.694 INFO kablam! | ^^^^^^ Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.694 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.694 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.694 INFO kablam! Sep 19 21:09:29.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.694 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 19 21:09:29.694 INFO kablam! | ^^^^^^ Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.694 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.694 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.694 INFO kablam! Sep 19 21:09:29.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.694 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.694 INFO kablam! | ^^^^^^ Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.694 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.694 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.694 INFO kablam! Sep 19 21:09:29.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.694 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 19 21:09:29.694 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.694 INFO kablam! | Sep 19 21:09:29.694 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.694 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.694 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.694 INFO kablam! Sep 19 21:09:29.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.695 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.695 INFO kablam! | ^^^^^^ Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.695 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.695 INFO kablam! Sep 19 21:09:29.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.695 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.695 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.695 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.695 INFO kablam! Sep 19 21:09:29.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.695 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.695 INFO kablam! | ^^^^^^ Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.695 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.695 INFO kablam! Sep 19 21:09:29.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.695 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.695 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.695 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.695 INFO kablam! Sep 19 21:09:29.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.695 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.695 INFO kablam! | ^^^^^^ Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.695 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.695 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.695 INFO kablam! Sep 19 21:09:29.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.695 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.695 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.695 INFO kablam! | Sep 19 21:09:29.695 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.696 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.696 INFO kablam! Sep 19 21:09:29.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.696 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.696 INFO kablam! | ^^^^^^ Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.696 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.696 INFO kablam! Sep 19 21:09:29.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.696 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.696 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.696 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.696 INFO kablam! Sep 19 21:09:29.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.696 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.696 INFO kablam! | ^^^^^^ Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.696 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.696 INFO kablam! Sep 19 21:09:29.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.696 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.696 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.696 INFO kablam! | Sep 19 21:09:29.696 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.696 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.697 INFO kablam! Sep 19 21:09:29.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.697 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.697 INFO kablam! | ^^^^^^ Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.697 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.697 INFO kablam! Sep 19 21:09:29.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.697 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:29.697 INFO kablam! | ^^^^^^^ Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.697 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.697 INFO kablam! Sep 19 21:09:29.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.697 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 19 21:09:29.697 INFO kablam! | ^^^^^^ Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.697 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.697 INFO kablam! Sep 19 21:09:29.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.697 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! 132 | self.0.iter() Sep 19 21:09:29.697 INFO kablam! | ^^^^^^ Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.697 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.697 INFO kablam! Sep 19 21:09:29.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.697 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! 144 | self.0.iter_mut() Sep 19 21:09:29.697 INFO kablam! | ^^^^^^ Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.697 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.697 INFO kablam! Sep 19 21:09:29.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.697 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.697 INFO kablam! 153 | &self.0[..] Sep 19 21:09:29.697 INFO kablam! | ^^^^^^ Sep 19 21:09:29.697 INFO kablam! | Sep 19 21:09:29.698 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.698 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.698 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.698 INFO kablam! Sep 19 21:09:29.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:29.698 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 19 21:09:29.698 INFO kablam! | Sep 19 21:09:29.698 INFO kablam! 162 | &mut self.0[..] Sep 19 21:09:29.698 INFO kablam! | ^^^^^^ Sep 19 21:09:29.698 INFO kablam! | Sep 19 21:09:29.698 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:29.698 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:29.698 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:29.698 INFO kablam! Sep 19 21:09:29.698 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 21:09:29.698 INFO kablam! --> src/lib.rs:8:12 Sep 19 21:09:29.698 INFO kablam! | Sep 19 21:09:29.698 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 21:09:29.698 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 21:09:29.698 INFO kablam! | Sep 19 21:09:29.698 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:09:29.698 INFO kablam! Sep 19 21:09:29.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Sep 19 21:09:29.770 INFO kablam! su: No module specific data is present Sep 19 21:09:30.353 INFO running `"docker" "rm" "-f" "8d9879513aae09e5bbc7d09cecd7ec69f14b49583894126deed4613d656293e8"` Sep 19 21:09:30.448 INFO blam! 8d9879513aae09e5bbc7d09cecd7ec69f14b49583894126deed4613d656293e8