Sep 06 00:52:45.784 INFO checking rust-extra-0.0.17 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:52:45.784 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:52:45.784 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:52:45.927 INFO blam! e6697337b792ef56e66f149f477db0a0664102f60b7b1d91d1ca2bde07cb1e9b Sep 06 00:52:45.929 INFO running `"docker" "start" "-a" "e6697337b792ef56e66f149f477db0a0664102f60b7b1d91d1ca2bde07cb1e9b"` Sep 06 00:52:46.527 INFO kablam! usermod: no changes Sep 06 00:52:46.548 INFO kablam! Checking rust-extra v0.0.17 (file:///source) Sep 06 00:52:47.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.404 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 06 00:52:47.404 INFO kablam! | Sep 06 00:52:47.404 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.404 INFO kablam! | ^^^^^^ Sep 06 00:52:47.404 INFO kablam! | Sep 06 00:52:47.404 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 00:52:47.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.404 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.404 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.404 INFO kablam! Sep 06 00:52:47.404 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.404 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 06 00:52:47.404 INFO kablam! | Sep 06 00:52:47.404 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.404 INFO kablam! | ^^^^^^ Sep 06 00:52:47.404 INFO kablam! | Sep 06 00:52:47.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.405 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.405 INFO kablam! Sep 06 00:52:47.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.405 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.405 INFO kablam! | ^^^^^^ Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.405 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.405 INFO kablam! Sep 06 00:52:47.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.405 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.405 INFO kablam! | ^^^^^^ Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.405 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.405 INFO kablam! Sep 06 00:52:47.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.405 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.405 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.405 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.405 INFO kablam! Sep 06 00:52:47.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.405 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.405 INFO kablam! | ^^^^^^ Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.405 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.405 INFO kablam! Sep 06 00:52:47.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.405 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.405 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.405 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.405 INFO kablam! Sep 06 00:52:47.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.405 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.405 INFO kablam! | ^^^^^^ Sep 06 00:52:47.405 INFO kablam! | Sep 06 00:52:47.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.406 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.406 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.406 INFO kablam! Sep 06 00:52:47.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.406 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 06 00:52:47.406 INFO kablam! | Sep 06 00:52:47.406 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.406 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.406 INFO kablam! | Sep 06 00:52:47.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.406 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.406 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.406 INFO kablam! Sep 06 00:52:47.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.406 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 06 00:52:47.406 INFO kablam! | Sep 06 00:52:47.406 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.406 INFO kablam! | ^^^^^^ Sep 06 00:52:47.406 INFO kablam! | Sep 06 00:52:47.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.406 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.406 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.406 INFO kablam! Sep 06 00:52:47.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.406 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 06 00:52:47.406 INFO kablam! | Sep 06 00:52:47.406 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.406 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.406 INFO kablam! | Sep 06 00:52:47.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.406 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.408 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.408 INFO kablam! Sep 06 00:52:47.408 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.408 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 06 00:52:47.408 INFO kablam! | Sep 06 00:52:47.408 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.408 INFO kablam! | ^^^^^^ Sep 06 00:52:47.408 INFO kablam! | Sep 06 00:52:47.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.408 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.408 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.408 INFO kablam! Sep 06 00:52:47.408 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.408 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 06 00:52:47.408 INFO kablam! | Sep 06 00:52:47.408 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.408 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.408 INFO kablam! | Sep 06 00:52:47.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.408 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.408 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.408 INFO kablam! Sep 06 00:52:47.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.409 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.409 INFO kablam! | ^^^^^^ Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.409 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.409 INFO kablam! Sep 06 00:52:47.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.409 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.409 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.409 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.409 INFO kablam! Sep 06 00:52:47.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.409 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.409 INFO kablam! | ^^^^^^ Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.409 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.409 INFO kablam! Sep 06 00:52:47.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.409 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.409 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.409 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.409 INFO kablam! Sep 06 00:52:47.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.409 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.409 INFO kablam! | ^^^^^^ Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.409 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.409 INFO kablam! Sep 06 00:52:47.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.409 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.409 INFO kablam! | ^^^^^^ Sep 06 00:52:47.409 INFO kablam! | Sep 06 00:52:47.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.409 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.410 INFO kablam! Sep 06 00:52:47.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.410 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.410 INFO kablam! | ^^^^^^ Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.410 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.410 INFO kablam! Sep 06 00:52:47.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.410 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.410 INFO kablam! | ^^^^^^ Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.410 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.410 INFO kablam! Sep 06 00:52:47.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.410 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.410 INFO kablam! | ^^^^^^ Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.410 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.410 INFO kablam! Sep 06 00:52:47.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.410 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.410 INFO kablam! | ^^^^^^ Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.410 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.410 INFO kablam! Sep 06 00:52:47.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.410 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.410 INFO kablam! | ^^^^^^ Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.410 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.410 INFO kablam! Sep 06 00:52:47.410 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.410 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.410 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.410 INFO kablam! | ^^^^^^ Sep 06 00:52:47.410 INFO kablam! | Sep 06 00:52:47.415 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.415 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.415 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.415 INFO kablam! Sep 06 00:52:47.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.415 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.416 INFO kablam! | ^^^^^^ Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.416 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.416 INFO kablam! Sep 06 00:52:47.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.416 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.416 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.416 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.416 INFO kablam! Sep 06 00:52:47.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.416 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.416 INFO kablam! | ^^^^^^ Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.416 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.416 INFO kablam! Sep 06 00:52:47.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.416 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.416 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.416 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.416 INFO kablam! Sep 06 00:52:47.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.416 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.416 INFO kablam! | ^^^^^^ Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.416 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.416 INFO kablam! Sep 06 00:52:47.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.416 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 06 00:52:47.416 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.417 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.417 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.417 INFO kablam! Sep 06 00:52:47.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.417 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.417 INFO kablam! | ^^^^^^ Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.417 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.417 INFO kablam! Sep 06 00:52:47.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.417 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.417 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.417 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.417 INFO kablam! Sep 06 00:52:47.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.417 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.417 INFO kablam! | ^^^^^^ Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.417 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.417 INFO kablam! Sep 06 00:52:47.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.417 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.417 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.417 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.417 INFO kablam! Sep 06 00:52:47.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.417 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 06 00:52:47.417 INFO kablam! | Sep 06 00:52:47.418 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.418 INFO kablam! | ^^^^^^ Sep 06 00:52:47.418 INFO kablam! | Sep 06 00:52:47.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.418 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.418 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.418 INFO kablam! Sep 06 00:52:47.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.418 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 06 00:52:47.418 INFO kablam! | Sep 06 00:52:47.418 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.418 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.418 INFO kablam! | Sep 06 00:52:47.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.418 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.418 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.418 INFO kablam! Sep 06 00:52:47.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.418 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 06 00:52:47.418 INFO kablam! | Sep 06 00:52:47.418 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.418 INFO kablam! | ^^^^^^ Sep 06 00:52:47.418 INFO kablam! | Sep 06 00:52:47.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.418 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.418 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.418 INFO kablam! Sep 06 00:52:47.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.421 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.421 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.421 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.421 INFO kablam! Sep 06 00:52:47.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.421 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.421 INFO kablam! | ^^^^^^ Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.421 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.421 INFO kablam! Sep 06 00:52:47.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.421 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.421 INFO kablam! | ^^^^^^ Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.421 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.421 INFO kablam! Sep 06 00:52:47.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.421 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.421 INFO kablam! | ^^^^^^ Sep 06 00:52:47.421 INFO kablam! | Sep 06 00:52:47.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.421 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.421 INFO kablam! Sep 06 00:52:47.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.421 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.422 INFO kablam! | ^^^^^^ Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.422 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.422 INFO kablam! Sep 06 00:52:47.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.422 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.422 INFO kablam! | ^^^^^^ Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.422 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.422 INFO kablam! Sep 06 00:52:47.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.422 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.422 INFO kablam! | ^^^^^^ Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.422 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.422 INFO kablam! Sep 06 00:52:47.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.422 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.422 INFO kablam! | ^^^^^^ Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.422 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.422 INFO kablam! Sep 06 00:52:47.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.422 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.422 INFO kablam! | ^^^^^^ Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.422 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.422 INFO kablam! Sep 06 00:52:47.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.422 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 06 00:52:47.422 INFO kablam! | Sep 06 00:52:47.422 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.423 INFO kablam! | ^^^^^^ Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.423 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.423 INFO kablam! Sep 06 00:52:47.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.423 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.423 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.423 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.423 INFO kablam! Sep 06 00:52:47.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.423 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.423 INFO kablam! | ^^^^^^ Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.423 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.423 INFO kablam! Sep 06 00:52:47.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.423 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.423 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.423 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.423 INFO kablam! Sep 06 00:52:47.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.423 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.423 INFO kablam! | ^^^^^^ Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.423 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.423 INFO kablam! Sep 06 00:52:47.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.423 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.423 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.423 INFO kablam! | Sep 06 00:52:47.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.424 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.424 INFO kablam! Sep 06 00:52:47.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.424 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.424 INFO kablam! | ^^^^^^ Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.424 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.424 INFO kablam! Sep 06 00:52:47.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.424 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.424 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.424 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.424 INFO kablam! Sep 06 00:52:47.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.424 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.424 INFO kablam! | ^^^^^^ Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.424 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.424 INFO kablam! Sep 06 00:52:47.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.424 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.424 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.424 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.424 INFO kablam! Sep 06 00:52:47.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.424 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.424 INFO kablam! | ^^^^^^ Sep 06 00:52:47.424 INFO kablam! | Sep 06 00:52:47.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.424 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.425 INFO kablam! Sep 06 00:52:47.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.425 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.425 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.425 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.425 INFO kablam! Sep 06 00:52:47.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.425 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.425 INFO kablam! | ^^^^^^ Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.425 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.425 INFO kablam! Sep 06 00:52:47.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.425 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.425 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.425 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.425 INFO kablam! Sep 06 00:52:47.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.425 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.425 INFO kablam! | ^^^^^^ Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.425 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.425 INFO kablam! Sep 06 00:52:47.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.425 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.425 INFO kablam! | ^^^^^^ Sep 06 00:52:47.425 INFO kablam! | Sep 06 00:52:47.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.425 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.425 INFO kablam! Sep 06 00:52:47.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.426 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.426 INFO kablam! | ^^^^^^ Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.426 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.426 INFO kablam! Sep 06 00:52:47.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.426 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.426 INFO kablam! | ^^^^^^ Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.426 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.426 INFO kablam! Sep 06 00:52:47.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.426 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.426 INFO kablam! | ^^^^^^ Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.426 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.426 INFO kablam! Sep 06 00:52:47.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.426 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.426 INFO kablam! | ^^^^^^ Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.426 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.426 INFO kablam! Sep 06 00:52:47.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.426 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.426 INFO kablam! | ^^^^^^ Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.426 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.426 INFO kablam! Sep 06 00:52:47.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.426 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 06 00:52:47.426 INFO kablam! | Sep 06 00:52:47.426 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.426 INFO kablam! | ^^^^^^ Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.427 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.427 INFO kablam! Sep 06 00:52:47.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.427 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.427 INFO kablam! | ^^^^^^ Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.427 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.427 INFO kablam! Sep 06 00:52:47.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.427 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.427 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.427 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.427 INFO kablam! Sep 06 00:52:47.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.427 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.427 INFO kablam! | ^^^^^^ Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.427 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.427 INFO kablam! Sep 06 00:52:47.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.427 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.427 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.427 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.427 INFO kablam! Sep 06 00:52:47.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.427 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.427 INFO kablam! | ^^^^^^ Sep 06 00:52:47.427 INFO kablam! | Sep 06 00:52:47.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.427 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.427 INFO kablam! Sep 06 00:52:47.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.427 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.428 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.428 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.428 INFO kablam! Sep 06 00:52:47.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.428 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.428 INFO kablam! | ^^^^^^ Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.428 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.428 INFO kablam! Sep 06 00:52:47.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.428 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.428 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.428 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.428 INFO kablam! Sep 06 00:52:47.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.428 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.428 INFO kablam! | ^^^^^^ Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.428 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.428 INFO kablam! Sep 06 00:52:47.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.428 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.428 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.428 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.428 INFO kablam! Sep 06 00:52:47.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.428 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.428 INFO kablam! | ^^^^^^ Sep 06 00:52:47.428 INFO kablam! | Sep 06 00:52:47.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.428 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.429 INFO kablam! Sep 06 00:52:47.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.429 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.429 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.429 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.429 INFO kablam! Sep 06 00:52:47.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.429 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.429 INFO kablam! | ^^^^^^ Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.429 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.429 INFO kablam! Sep 06 00:52:47.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.429 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.429 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.429 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.429 INFO kablam! Sep 06 00:52:47.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.429 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.429 INFO kablam! | ^^^^^^ Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.429 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.429 INFO kablam! Sep 06 00:52:47.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.429 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.429 INFO kablam! | ^^^^^^ Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.429 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.429 INFO kablam! Sep 06 00:52:47.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.429 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 06 00:52:47.429 INFO kablam! | Sep 06 00:52:47.429 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.429 INFO kablam! | ^^^^^^ Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.430 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.430 INFO kablam! Sep 06 00:52:47.430 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.430 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.430 INFO kablam! | ^^^^^^ Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.430 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.430 INFO kablam! Sep 06 00:52:47.430 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.430 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.430 INFO kablam! | ^^^^^^ Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.430 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.430 INFO kablam! Sep 06 00:52:47.430 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.430 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.430 INFO kablam! | ^^^^^^ Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.430 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.430 INFO kablam! Sep 06 00:52:47.430 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.430 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.430 INFO kablam! | ^^^^^^ Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.430 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.430 INFO kablam! Sep 06 00:52:47.430 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.430 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.430 INFO kablam! | ^^^^^^ Sep 06 00:52:47.430 INFO kablam! | Sep 06 00:52:47.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.430 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.430 INFO kablam! Sep 06 00:52:47.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.431 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.431 INFO kablam! | ^^^^^^ Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.431 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.431 INFO kablam! Sep 06 00:52:47.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.431 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.431 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.431 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.431 INFO kablam! Sep 06 00:52:47.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.431 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.431 INFO kablam! | ^^^^^^ Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.431 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.431 INFO kablam! Sep 06 00:52:47.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.431 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.431 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.431 INFO kablam! | Sep 06 00:52:47.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.431 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.431 INFO kablam! Sep 06 00:52:47.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.431 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.432 INFO kablam! | ^^^^^^ Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.432 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.432 INFO kablam! Sep 06 00:52:47.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.432 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.432 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.432 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.432 INFO kablam! Sep 06 00:52:47.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.432 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.432 INFO kablam! | ^^^^^^ Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.432 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.432 INFO kablam! Sep 06 00:52:47.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.432 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.432 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.432 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.432 INFO kablam! Sep 06 00:52:47.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.432 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.432 INFO kablam! | ^^^^^^ Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.432 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.432 INFO kablam! Sep 06 00:52:47.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.432 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 06 00:52:47.432 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.438 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.438 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.438 INFO kablam! Sep 06 00:52:47.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.438 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.438 INFO kablam! | ^^^^^^ Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.438 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.438 INFO kablam! Sep 06 00:52:47.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.438 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.438 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.438 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.438 INFO kablam! Sep 06 00:52:47.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.438 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.438 INFO kablam! | ^^^^^^ Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.438 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.438 INFO kablam! Sep 06 00:52:47.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.438 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.438 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.438 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.438 INFO kablam! Sep 06 00:52:47.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.438 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 06 00:52:47.438 INFO kablam! | Sep 06 00:52:47.438 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.438 INFO kablam! | ^^^^^^ Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.439 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.439 INFO kablam! Sep 06 00:52:47.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.439 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.439 INFO kablam! | ^^^^^^ Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.439 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.439 INFO kablam! Sep 06 00:52:47.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.439 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.439 INFO kablam! | ^^^^^^ Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.439 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.439 INFO kablam! Sep 06 00:52:47.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.439 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.439 INFO kablam! | ^^^^^^ Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.439 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.439 INFO kablam! Sep 06 00:52:47.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.439 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.439 INFO kablam! | ^^^^^^ Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.439 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.439 INFO kablam! Sep 06 00:52:47.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.439 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.439 INFO kablam! | ^^^^^^ Sep 06 00:52:47.439 INFO kablam! | Sep 06 00:52:47.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.439 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.439 INFO kablam! Sep 06 00:52:47.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.440 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.440 INFO kablam! | ^^^^^^ Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.440 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.440 INFO kablam! Sep 06 00:52:47.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.440 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.440 INFO kablam! | ^^^^^^ Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.440 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.440 INFO kablam! Sep 06 00:52:47.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.440 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.440 INFO kablam! | ^^^^^^ Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.440 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.440 INFO kablam! Sep 06 00:52:47.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.440 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.440 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.440 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.440 INFO kablam! Sep 06 00:52:47.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.440 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.440 INFO kablam! | ^^^^^^ Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.440 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.440 INFO kablam! Sep 06 00:52:47.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.440 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.440 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.440 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.440 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.441 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.441 INFO kablam! Sep 06 00:52:47.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.441 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.441 INFO kablam! | ^^^^^^ Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.441 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.441 INFO kablam! Sep 06 00:52:47.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.441 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.441 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.441 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.441 INFO kablam! Sep 06 00:52:47.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.441 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.441 INFO kablam! | ^^^^^^ Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.441 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.441 INFO kablam! Sep 06 00:52:47.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.441 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.441 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.441 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.441 INFO kablam! Sep 06 00:52:47.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.441 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.441 INFO kablam! | ^^^^^^ Sep 06 00:52:47.441 INFO kablam! | Sep 06 00:52:47.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.441 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.441 INFO kablam! Sep 06 00:52:47.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.441 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.442 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.442 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.442 INFO kablam! Sep 06 00:52:47.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.442 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.442 INFO kablam! | ^^^^^^ Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.442 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.442 INFO kablam! Sep 06 00:52:47.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.442 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.442 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.442 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.442 INFO kablam! Sep 06 00:52:47.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.442 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.442 INFO kablam! | ^^^^^^ Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.442 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.442 INFO kablam! Sep 06 00:52:47.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.442 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.442 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.442 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.442 INFO kablam! Sep 06 00:52:47.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.442 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.442 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.442 INFO kablam! | ^^^^^^ Sep 06 00:52:47.442 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.443 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.443 INFO kablam! Sep 06 00:52:47.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.443 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.443 INFO kablam! | ^^^^^^ Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.443 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.443 INFO kablam! Sep 06 00:52:47.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.443 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.443 INFO kablam! | ^^^^^^ Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.443 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.443 INFO kablam! Sep 06 00:52:47.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.443 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.443 INFO kablam! | ^^^^^^ Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.443 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.443 INFO kablam! Sep 06 00:52:47.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.443 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.443 INFO kablam! | ^^^^^^ Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.443 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.443 INFO kablam! Sep 06 00:52:47.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.443 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.443 INFO kablam! | ^^^^^^ Sep 06 00:52:47.443 INFO kablam! | Sep 06 00:52:47.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.443 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.443 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.443 INFO kablam! Sep 06 00:52:47.443 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.444 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.444 INFO kablam! | ^^^^^^ Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.444 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.444 INFO kablam! Sep 06 00:52:47.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.444 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.444 INFO kablam! | ^^^^^^ Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.444 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.444 INFO kablam! Sep 06 00:52:47.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.444 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.444 INFO kablam! | ^^^^^^ Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.444 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.444 INFO kablam! Sep 06 00:52:47.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.444 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.444 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.444 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.444 INFO kablam! Sep 06 00:52:47.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.444 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.444 INFO kablam! | ^^^^^^ Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.444 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.444 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.444 INFO kablam! Sep 06 00:52:47.444 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.444 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.444 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.444 INFO kablam! | Sep 06 00:52:47.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.445 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.445 INFO kablam! Sep 06 00:52:47.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.445 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.445 INFO kablam! | ^^^^^^ Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.445 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.445 INFO kablam! Sep 06 00:52:47.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.445 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.445 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.445 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.445 INFO kablam! Sep 06 00:52:47.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.445 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.445 INFO kablam! | ^^^^^^ Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.445 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.445 INFO kablam! Sep 06 00:52:47.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.445 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.445 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.445 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.445 INFO kablam! Sep 06 00:52:47.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.445 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.445 INFO kablam! | ^^^^^^ Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.445 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.445 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.445 INFO kablam! Sep 06 00:52:47.445 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.445 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 06 00:52:47.445 INFO kablam! | Sep 06 00:52:47.445 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.446 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.446 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.446 INFO kablam! Sep 06 00:52:47.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.446 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.446 INFO kablam! | ^^^^^^ Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.446 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.446 INFO kablam! Sep 06 00:52:47.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.446 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.446 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.446 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.446 INFO kablam! Sep 06 00:52:47.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.446 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.446 INFO kablam! | ^^^^^^ Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.446 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.446 INFO kablam! Sep 06 00:52:47.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.446 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.446 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.446 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.446 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.446 INFO kablam! Sep 06 00:52:47.446 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.446 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.446 INFO kablam! | ^^^^^^ Sep 06 00:52:47.446 INFO kablam! | Sep 06 00:52:47.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.446 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.447 INFO kablam! Sep 06 00:52:47.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.447 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.447 INFO kablam! | ^^^^^^ Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.447 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.447 INFO kablam! Sep 06 00:52:47.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.447 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.447 INFO kablam! | ^^^^^^ Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.447 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.447 INFO kablam! Sep 06 00:52:47.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.447 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.447 INFO kablam! | ^^^^^^ Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.447 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.447 INFO kablam! Sep 06 00:52:47.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.447 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.447 INFO kablam! | ^^^^^^ Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.447 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.447 INFO kablam! Sep 06 00:52:47.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.447 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.447 INFO kablam! | ^^^^^^ Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.447 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.447 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.447 INFO kablam! Sep 06 00:52:47.447 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.447 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 06 00:52:47.447 INFO kablam! | Sep 06 00:52:47.447 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.447 INFO kablam! | ^^^^^^ Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.448 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.448 INFO kablam! Sep 06 00:52:47.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.448 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.448 INFO kablam! | ^^^^^^ Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.448 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.448 INFO kablam! Sep 06 00:52:47.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.448 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.448 INFO kablam! | ^^^^^^ Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.448 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.448 INFO kablam! Sep 06 00:52:47.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.448 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.448 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.448 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.448 INFO kablam! Sep 06 00:52:47.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.448 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.448 INFO kablam! | ^^^^^^ Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.448 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.448 INFO kablam! Sep 06 00:52:47.448 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.448 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.448 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.448 INFO kablam! | Sep 06 00:52:47.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.448 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.448 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.449 INFO kablam! Sep 06 00:52:47.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.449 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.449 INFO kablam! | ^^^^^^ Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.449 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.449 INFO kablam! Sep 06 00:52:47.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.449 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.449 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.449 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.449 INFO kablam! Sep 06 00:52:47.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.449 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.449 INFO kablam! | ^^^^^^ Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.449 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.449 INFO kablam! Sep 06 00:52:47.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.449 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.449 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.449 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.449 INFO kablam! Sep 06 00:52:47.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.449 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.449 INFO kablam! | ^^^^^^ Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.449 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.449 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.449 INFO kablam! Sep 06 00:52:47.449 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.449 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.449 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.449 INFO kablam! | Sep 06 00:52:47.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.449 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.450 INFO kablam! Sep 06 00:52:47.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.450 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.450 INFO kablam! | ^^^^^^ Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.450 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.450 INFO kablam! Sep 06 00:52:47.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.450 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.450 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.450 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.450 INFO kablam! Sep 06 00:52:47.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.450 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.450 INFO kablam! | ^^^^^^ Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.450 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.450 INFO kablam! Sep 06 00:52:47.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.450 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.450 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.450 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.450 INFO kablam! Sep 06 00:52:47.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.450 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.450 INFO kablam! | ^^^^^^ Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.450 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.450 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.450 INFO kablam! Sep 06 00:52:47.450 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.450 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 06 00:52:47.450 INFO kablam! | Sep 06 00:52:47.450 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.451 INFO kablam! | ^^^^^^ Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.451 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.451 INFO kablam! Sep 06 00:52:47.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.451 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.451 INFO kablam! | ^^^^^^ Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.451 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.451 INFO kablam! Sep 06 00:52:47.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.451 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.451 INFO kablam! | ^^^^^^ Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.451 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.451 INFO kablam! Sep 06 00:52:47.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.451 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.451 INFO kablam! | ^^^^^^ Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.451 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.451 INFO kablam! Sep 06 00:52:47.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.451 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.451 INFO kablam! | ^^^^^^ Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.451 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.451 INFO kablam! Sep 06 00:52:47.451 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.451 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.451 INFO kablam! | ^^^^^^ Sep 06 00:52:47.451 INFO kablam! | Sep 06 00:52:47.451 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.451 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.451 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.451 INFO kablam! Sep 06 00:52:47.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.452 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.452 INFO kablam! | ^^^^^^ Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.452 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.452 INFO kablam! Sep 06 00:52:47.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.452 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.452 INFO kablam! | ^^^^^^ Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.452 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.452 INFO kablam! Sep 06 00:52:47.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.452 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.452 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.452 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.452 INFO kablam! Sep 06 00:52:47.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.452 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.452 INFO kablam! | ^^^^^^ Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.452 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.452 INFO kablam! Sep 06 00:52:47.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.452 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.452 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.452 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.452 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.452 INFO kablam! Sep 06 00:52:47.452 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.452 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.452 INFO kablam! | ^^^^^^ Sep 06 00:52:47.452 INFO kablam! | Sep 06 00:52:47.452 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.452 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.453 INFO kablam! Sep 06 00:52:47.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.453 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.453 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.453 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.453 INFO kablam! Sep 06 00:52:47.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.453 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.453 INFO kablam! | ^^^^^^ Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.453 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.453 INFO kablam! Sep 06 00:52:47.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.453 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.453 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.453 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.453 INFO kablam! Sep 06 00:52:47.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.453 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.453 INFO kablam! | ^^^^^^ Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.453 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.453 INFO kablam! Sep 06 00:52:47.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.453 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.453 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.453 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.453 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.453 INFO kablam! Sep 06 00:52:47.453 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.453 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.453 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.453 INFO kablam! | ^^^^^^ Sep 06 00:52:47.453 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.454 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.454 INFO kablam! Sep 06 00:52:47.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.454 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.454 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.454 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.454 INFO kablam! Sep 06 00:52:47.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.454 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.454 INFO kablam! | ^^^^^^ Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.454 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.454 INFO kablam! Sep 06 00:52:47.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.454 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.454 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.454 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.454 INFO kablam! Sep 06 00:52:47.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.454 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.454 INFO kablam! | ^^^^^^ Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.454 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.454 INFO kablam! Sep 06 00:52:47.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.454 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.454 INFO kablam! | ^^^^^^ Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.454 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.454 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.454 INFO kablam! Sep 06 00:52:47.454 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.454 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 06 00:52:47.454 INFO kablam! | Sep 06 00:52:47.455 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.455 INFO kablam! | ^^^^^^ Sep 06 00:52:47.455 INFO kablam! | Sep 06 00:52:47.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.455 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.455 INFO kablam! Sep 06 00:52:47.455 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.455 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 06 00:52:47.455 INFO kablam! | Sep 06 00:52:47.455 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.455 INFO kablam! | ^^^^^^ Sep 06 00:52:47.455 INFO kablam! | Sep 06 00:52:47.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.455 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.455 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.455 INFO kablam! Sep 06 00:52:47.455 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.455 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 06 00:52:47.455 INFO kablam! | Sep 06 00:52:47.455 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.455 INFO kablam! | ^^^^^^ Sep 06 00:52:47.455 INFO kablam! | Sep 06 00:52:47.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.455 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.458 INFO kablam! Sep 06 00:52:47.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.458 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 06 00:52:47.458 INFO kablam! | Sep 06 00:52:47.458 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.458 INFO kablam! | ^^^^^^ Sep 06 00:52:47.458 INFO kablam! | Sep 06 00:52:47.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.458 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.458 INFO kablam! Sep 06 00:52:47.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.458 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 06 00:52:47.458 INFO kablam! | Sep 06 00:52:47.458 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.458 INFO kablam! | ^^^^^^ Sep 06 00:52:47.458 INFO kablam! | Sep 06 00:52:47.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.458 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.458 INFO kablam! Sep 06 00:52:47.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.458 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 06 00:52:47.458 INFO kablam! | Sep 06 00:52:47.458 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.458 INFO kablam! | ^^^^^^ Sep 06 00:52:47.458 INFO kablam! | Sep 06 00:52:47.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.458 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.458 INFO kablam! Sep 06 00:52:47.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.459 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.459 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.459 INFO kablam! | ^^^^^^ Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.459 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.459 INFO kablam! Sep 06 00:52:47.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.459 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.459 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.459 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.459 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.459 INFO kablam! Sep 06 00:52:47.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.459 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.459 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.459 INFO kablam! | ^^^^^^ Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.459 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.459 INFO kablam! Sep 06 00:52:47.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.459 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 06 00:52:47.459 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.460 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.460 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.460 INFO kablam! Sep 06 00:52:47.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.460 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.460 INFO kablam! | ^^^^^^ Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.460 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.460 INFO kablam! Sep 06 00:52:47.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.460 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.460 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.460 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.460 INFO kablam! Sep 06 00:52:47.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.460 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.460 INFO kablam! | ^^^^^^ Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.460 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.460 INFO kablam! Sep 06 00:52:47.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.460 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.460 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.460 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.460 INFO kablam! Sep 06 00:52:47.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.460 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.460 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.460 INFO kablam! | ^^^^^^ Sep 06 00:52:47.460 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.461 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.461 INFO kablam! Sep 06 00:52:47.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.461 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.461 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.461 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.461 INFO kablam! Sep 06 00:52:47.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.461 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.461 INFO kablam! | ^^^^^^ Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.461 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.461 INFO kablam! Sep 06 00:52:47.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.461 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.461 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.461 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.461 INFO kablam! Sep 06 00:52:47.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.461 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.461 INFO kablam! | ^^^^^^ Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.461 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.461 INFO kablam! Sep 06 00:52:47.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.461 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.461 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.461 INFO kablam! | Sep 06 00:52:47.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.461 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.462 INFO kablam! Sep 06 00:52:47.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.462 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.462 INFO kablam! | ^^^^^^ Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.462 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.462 INFO kablam! Sep 06 00:52:47.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.462 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.462 INFO kablam! | ^^^^^^ Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.462 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.462 INFO kablam! Sep 06 00:52:47.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.462 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.462 INFO kablam! | ^^^^^^ Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.462 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.462 INFO kablam! Sep 06 00:52:47.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.462 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.462 INFO kablam! | ^^^^^^ Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.462 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.462 INFO kablam! Sep 06 00:52:47.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.462 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.462 INFO kablam! | ^^^^^^ Sep 06 00:52:47.462 INFO kablam! | Sep 06 00:52:47.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.462 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.462 INFO kablam! Sep 06 00:52:47.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.463 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.463 INFO kablam! | ^^^^^^ Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.463 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.463 INFO kablam! Sep 06 00:52:47.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.463 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.463 INFO kablam! | ^^^^^^ Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.463 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.463 INFO kablam! Sep 06 00:52:47.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.463 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.463 INFO kablam! | ^^^^^^ Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.463 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.463 INFO kablam! Sep 06 00:52:47.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.463 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.463 INFO kablam! | ^^^^^^ Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.463 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.463 INFO kablam! Sep 06 00:52:47.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.463 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.463 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.463 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.463 INFO kablam! Sep 06 00:52:47.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.463 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 06 00:52:47.463 INFO kablam! | Sep 06 00:52:47.463 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.464 INFO kablam! | ^^^^^^ Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.464 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.464 INFO kablam! Sep 06 00:52:47.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.464 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.464 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.464 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.464 INFO kablam! Sep 06 00:52:47.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.464 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.464 INFO kablam! | ^^^^^^ Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.464 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.464 INFO kablam! Sep 06 00:52:47.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.464 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.464 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.464 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.464 INFO kablam! Sep 06 00:52:47.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.464 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.464 INFO kablam! | ^^^^^^ Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.464 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.464 INFO kablam! Sep 06 00:52:47.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.464 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.464 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.464 INFO kablam! | Sep 06 00:52:47.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.465 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.465 INFO kablam! Sep 06 00:52:47.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.465 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.465 INFO kablam! | ^^^^^^ Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.465 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.465 INFO kablam! Sep 06 00:52:47.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.465 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.465 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.465 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.465 INFO kablam! Sep 06 00:52:47.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.465 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.465 INFO kablam! | ^^^^^^ Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.465 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.465 INFO kablam! Sep 06 00:52:47.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.465 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.465 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.465 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.465 INFO kablam! Sep 06 00:52:47.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.465 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.465 INFO kablam! | ^^^^^^ Sep 06 00:52:47.465 INFO kablam! | Sep 06 00:52:47.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.465 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.466 INFO kablam! Sep 06 00:52:47.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.466 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.466 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.466 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.466 INFO kablam! Sep 06 00:52:47.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.466 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.466 INFO kablam! | ^^^^^^ Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.466 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.466 INFO kablam! Sep 06 00:52:47.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.466 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.466 INFO kablam! | ^^^^^^ Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.466 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.466 INFO kablam! Sep 06 00:52:47.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.466 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.466 INFO kablam! | ^^^^^^ Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.466 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.466 INFO kablam! Sep 06 00:52:47.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.466 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.466 INFO kablam! | ^^^^^^ Sep 06 00:52:47.466 INFO kablam! | Sep 06 00:52:47.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.466 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.466 INFO kablam! Sep 06 00:52:47.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.467 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.467 INFO kablam! | ^^^^^^ Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.467 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.467 INFO kablam! Sep 06 00:52:47.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.467 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.467 INFO kablam! | ^^^^^^ Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.467 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.467 INFO kablam! Sep 06 00:52:47.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.467 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.467 INFO kablam! | ^^^^^^ Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.467 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.467 INFO kablam! Sep 06 00:52:47.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.467 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.467 INFO kablam! | ^^^^^^ Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.467 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.467 INFO kablam! Sep 06 00:52:47.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.467 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.467 INFO kablam! | ^^^^^^ Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.467 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.467 INFO kablam! Sep 06 00:52:47.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.467 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 06 00:52:47.467 INFO kablam! | Sep 06 00:52:47.467 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.468 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.468 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.468 INFO kablam! Sep 06 00:52:47.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.468 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.468 INFO kablam! | ^^^^^^ Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.468 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.468 INFO kablam! Sep 06 00:52:47.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.468 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.468 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.468 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.468 INFO kablam! Sep 06 00:52:47.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.468 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.468 INFO kablam! | ^^^^^^ Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.468 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.468 INFO kablam! Sep 06 00:52:47.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.468 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.468 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.468 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.468 INFO kablam! Sep 06 00:52:47.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.468 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.468 INFO kablam! | ^^^^^^ Sep 06 00:52:47.468 INFO kablam! | Sep 06 00:52:47.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.468 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.469 INFO kablam! Sep 06 00:52:47.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.469 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.469 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.469 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.469 INFO kablam! Sep 06 00:52:47.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.469 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.469 INFO kablam! | ^^^^^^ Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.469 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.469 INFO kablam! Sep 06 00:52:47.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.469 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.469 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.469 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.469 INFO kablam! Sep 06 00:52:47.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.469 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.469 INFO kablam! | ^^^^^^ Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.469 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.469 INFO kablam! Sep 06 00:52:47.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.469 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.469 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.469 INFO kablam! | Sep 06 00:52:47.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.469 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.469 INFO kablam! Sep 06 00:52:47.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.470 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.470 INFO kablam! | ^^^^^^ Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.470 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.470 INFO kablam! Sep 06 00:52:47.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.470 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.470 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.470 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.470 INFO kablam! Sep 06 00:52:47.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.470 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.470 INFO kablam! | ^^^^^^ Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.470 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.470 INFO kablam! Sep 06 00:52:47.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.470 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.470 INFO kablam! | ^^^^^^ Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.470 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.470 INFO kablam! Sep 06 00:52:47.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.470 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.470 INFO kablam! | ^^^^^^ Sep 06 00:52:47.470 INFO kablam! | Sep 06 00:52:47.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.470 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.470 INFO kablam! Sep 06 00:52:47.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.470 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 06 00:52:47.471 INFO kablam! | Sep 06 00:52:47.471 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.471 INFO kablam! | ^^^^^^ Sep 06 00:52:47.471 INFO kablam! | Sep 06 00:52:47.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.471 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.471 INFO kablam! Sep 06 00:52:47.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.471 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 06 00:52:47.471 INFO kablam! | Sep 06 00:52:47.471 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.471 INFO kablam! | ^^^^^^ Sep 06 00:52:47.471 INFO kablam! | Sep 06 00:52:47.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.471 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.471 INFO kablam! Sep 06 00:52:47.471 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 06 00:52:47.471 INFO kablam! --> src/lib.rs:8:12 Sep 06 00:52:47.471 INFO kablam! | Sep 06 00:52:47.471 INFO kablam! 8 | #![feature(associated_consts)] Sep 06 00:52:47.471 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 00:52:47.471 INFO kablam! | Sep 06 00:52:47.471 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 00:52:47.471 INFO kablam! Sep 06 00:52:47.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.636 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 06 00:52:47.636 INFO kablam! | Sep 06 00:52:47.636 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.636 INFO kablam! | ^^^^^^ Sep 06 00:52:47.636 INFO kablam! | Sep 06 00:52:47.636 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 00:52:47.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 06 00:52:47.636 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.636 INFO kablam! Sep 06 00:52:47.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.636 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 06 00:52:47.636 INFO kablam! | Sep 06 00:52:47.636 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.636 INFO kablam! | ^^^^^^ Sep 06 00:52:47.636 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.636 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.636 INFO kablam! Sep 06 00:52:47.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.636 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 06 00:52:47.636 INFO kablam! | Sep 06 00:52:47.637 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.637 INFO kablam! | ^^^^^^ Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! Sep 06 00:52:47.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.637 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.637 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.637 INFO kablam! | ^^^^^^ Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! Sep 06 00:52:47.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.637 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.637 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.637 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! Sep 06 00:52:47.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.637 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.637 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.637 INFO kablam! | ^^^^^^ Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! Sep 06 00:52:47.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.637 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.637 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.637 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.637 INFO kablam! Sep 06 00:52:47.637 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.637 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.637 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.637 INFO kablam! | ^^^^^^ Sep 06 00:52:47.637 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! Sep 06 00:52:47.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.638 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.638 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.638 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! Sep 06 00:52:47.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.638 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.638 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.638 INFO kablam! | ^^^^^^ Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! Sep 06 00:52:47.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.638 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.638 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.638 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! Sep 06 00:52:47.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.638 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.638 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.638 INFO kablam! | ^^^^^^ Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! Sep 06 00:52:47.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.638 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.638 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.638 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.638 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.638 INFO kablam! Sep 06 00:52:47.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.639 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.639 INFO kablam! | ^^^^^^ Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.639 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.639 INFO kablam! Sep 06 00:52:47.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.639 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.639 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.639 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.639 INFO kablam! Sep 06 00:52:47.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.639 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.639 INFO kablam! | ^^^^^^ Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.639 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.639 INFO kablam! Sep 06 00:52:47.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.639 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.639 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.639 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.639 INFO kablam! Sep 06 00:52:47.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.639 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.639 INFO kablam! | ^^^^^^ Sep 06 00:52:47.639 INFO kablam! | Sep 06 00:52:47.639 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.639 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.639 INFO kablam! Sep 06 00:52:47.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.640 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.640 INFO kablam! | ^^^^^^ Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.640 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.640 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.640 INFO kablam! Sep 06 00:52:47.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.640 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.640 INFO kablam! | ^^^^^^ Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.640 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.640 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.640 INFO kablam! Sep 06 00:52:47.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.640 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.640 INFO kablam! | ^^^^^^ Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.640 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.640 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.640 INFO kablam! Sep 06 00:52:47.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.640 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.640 INFO kablam! | ^^^^^^ Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.640 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.640 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.640 INFO kablam! Sep 06 00:52:47.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.640 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.640 INFO kablam! | ^^^^^^ Sep 06 00:52:47.640 INFO kablam! | Sep 06 00:52:47.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.640 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.640 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.640 INFO kablam! Sep 06 00:52:47.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.640 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.641 INFO kablam! | ^^^^^^ Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.641 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.641 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.641 INFO kablam! Sep 06 00:52:47.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.641 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.641 INFO kablam! | ^^^^^^ Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.641 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.641 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.641 INFO kablam! Sep 06 00:52:47.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.641 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.641 INFO kablam! | ^^^^^^ Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.641 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.641 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.641 INFO kablam! Sep 06 00:52:47.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.641 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.641 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.641 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.641 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.641 INFO kablam! Sep 06 00:52:47.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.641 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.641 INFO kablam! | ^^^^^^ Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.641 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.641 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.641 INFO kablam! Sep 06 00:52:47.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.641 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 06 00:52:47.641 INFO kablam! | Sep 06 00:52:47.641 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.641 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! Sep 06 00:52:47.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.642 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.642 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.642 INFO kablam! | ^^^^^^ Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! Sep 06 00:52:47.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.642 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.642 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.642 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! Sep 06 00:52:47.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.642 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.642 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.642 INFO kablam! | ^^^^^^ Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! Sep 06 00:52:47.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.642 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.642 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.642 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! Sep 06 00:52:47.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.642 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.642 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.642 INFO kablam! | ^^^^^^ Sep 06 00:52:47.642 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.642 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.643 INFO kablam! Sep 06 00:52:47.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.643 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.643 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.643 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.643 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.643 INFO kablam! Sep 06 00:52:47.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.643 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.643 INFO kablam! | ^^^^^^ Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.643 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.643 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.643 INFO kablam! Sep 06 00:52:47.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.643 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.643 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.643 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.643 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.643 INFO kablam! Sep 06 00:52:47.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.643 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.643 INFO kablam! | ^^^^^^ Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.643 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.643 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.643 INFO kablam! Sep 06 00:52:47.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.643 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.643 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.643 INFO kablam! | Sep 06 00:52:47.643 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.643 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.643 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.643 INFO kablam! Sep 06 00:52:47.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.644 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.644 INFO kablam! | ^^^^^^ Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.644 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.644 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.644 INFO kablam! Sep 06 00:52:47.644 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.644 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.644 INFO kablam! | ^^^^^^ Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.644 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.644 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.644 INFO kablam! Sep 06 00:52:47.644 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.644 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.644 INFO kablam! | ^^^^^^ Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.644 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.644 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.644 INFO kablam! Sep 06 00:52:47.644 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.644 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.644 INFO kablam! | ^^^^^^ Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.644 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.644 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.644 INFO kablam! Sep 06 00:52:47.644 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.644 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.644 INFO kablam! | ^^^^^^ Sep 06 00:52:47.644 INFO kablam! | Sep 06 00:52:47.644 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.644 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.644 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.644 INFO kablam! Sep 06 00:52:47.644 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.644 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.645 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.645 INFO kablam! | ^^^^^^ Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.645 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.645 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.645 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.645 INFO kablam! Sep 06 00:52:47.645 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.645 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.645 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.645 INFO kablam! | ^^^^^^ Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.645 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.645 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.645 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.645 INFO kablam! Sep 06 00:52:47.645 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.645 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.645 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.645 INFO kablam! | ^^^^^^ Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.645 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.645 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.645 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.645 INFO kablam! Sep 06 00:52:47.645 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.645 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 06 00:52:47.645 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.646 INFO kablam! | ^^^^^^ Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.646 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.646 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.646 INFO kablam! Sep 06 00:52:47.646 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.646 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.646 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.646 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.646 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.646 INFO kablam! Sep 06 00:52:47.646 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.646 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.646 INFO kablam! | ^^^^^^ Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.646 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.646 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.646 INFO kablam! Sep 06 00:52:47.646 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.646 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.646 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.646 INFO kablam! | Sep 06 00:52:47.646 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.646 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.646 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.647 INFO kablam! Sep 06 00:52:47.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.647 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.647 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.647 INFO kablam! | ^^^^^^ Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! Sep 06 00:52:47.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.647 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.647 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.647 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! Sep 06 00:52:47.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.647 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.647 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.647 INFO kablam! | ^^^^^^ Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! Sep 06 00:52:47.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.647 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.647 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.647 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! Sep 06 00:52:47.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.647 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.647 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.647 INFO kablam! | ^^^^^^ Sep 06 00:52:47.647 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.647 INFO kablam! Sep 06 00:52:47.647 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.647 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.648 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.648 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! Sep 06 00:52:47.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.648 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.648 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.648 INFO kablam! | ^^^^^^ Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! Sep 06 00:52:47.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.648 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.648 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.648 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! Sep 06 00:52:47.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.648 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.648 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.648 INFO kablam! | ^^^^^^ Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! Sep 06 00:52:47.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.648 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.648 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.648 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.648 INFO kablam! Sep 06 00:52:47.648 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.648 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 06 00:52:47.648 INFO kablam! | Sep 06 00:52:47.648 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.649 INFO kablam! | ^^^^^^ Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! Sep 06 00:52:47.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.649 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.649 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.649 INFO kablam! | ^^^^^^ Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! Sep 06 00:52:47.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.649 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.649 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.649 INFO kablam! | ^^^^^^ Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! Sep 06 00:52:47.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.649 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.649 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.649 INFO kablam! | ^^^^^^ Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! Sep 06 00:52:47.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.649 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.649 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.649 INFO kablam! | ^^^^^^ Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.649 INFO kablam! Sep 06 00:52:47.649 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.649 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.649 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.649 INFO kablam! | ^^^^^^ Sep 06 00:52:47.649 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! Sep 06 00:52:47.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.650 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.650 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.650 INFO kablam! | ^^^^^^ Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! Sep 06 00:52:47.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.650 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.650 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.650 INFO kablam! | ^^^^^^ Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! Sep 06 00:52:47.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.650 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.650 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.650 INFO kablam! | ^^^^^^ Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! Sep 06 00:52:47.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.650 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.650 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.650 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! Sep 06 00:52:47.650 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.650 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.650 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.650 INFO kablam! | ^^^^^^ Sep 06 00:52:47.650 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.650 INFO kablam! Sep 06 00:52:47.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.651 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.651 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.651 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! Sep 06 00:52:47.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.651 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.651 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.651 INFO kablam! | ^^^^^^ Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! Sep 06 00:52:47.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.651 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.651 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.651 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! Sep 06 00:52:47.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.651 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.651 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.651 INFO kablam! | ^^^^^^ Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! Sep 06 00:52:47.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.651 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.651 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.651 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.651 INFO kablam! Sep 06 00:52:47.651 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.651 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 06 00:52:47.651 INFO kablam! | Sep 06 00:52:47.651 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.651 INFO kablam! | ^^^^^^ Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! Sep 06 00:52:47.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.652 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.652 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.652 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! Sep 06 00:52:47.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.652 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.652 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.652 INFO kablam! | ^^^^^^ Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! Sep 06 00:52:47.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.652 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.652 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.652 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! Sep 06 00:52:47.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.652 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.652 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.652 INFO kablam! | ^^^^^^ Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! Sep 06 00:52:47.652 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.652 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.652 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.652 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.652 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.652 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! Sep 06 00:52:47.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.653 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.653 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.653 INFO kablam! | ^^^^^^ Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! Sep 06 00:52:47.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.653 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.653 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.653 INFO kablam! | ^^^^^^ Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! Sep 06 00:52:47.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.653 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.653 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.653 INFO kablam! | ^^^^^^ Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! Sep 06 00:52:47.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.653 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.653 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.653 INFO kablam! | ^^^^^^ Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! Sep 06 00:52:47.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.653 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.653 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.653 INFO kablam! | ^^^^^^ Sep 06 00:52:47.653 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.653 INFO kablam! Sep 06 00:52:47.653 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.653 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.654 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.654 INFO kablam! | ^^^^^^ Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! Sep 06 00:52:47.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.654 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.654 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.654 INFO kablam! | ^^^^^^ Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! Sep 06 00:52:47.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.654 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.654 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.654 INFO kablam! | ^^^^^^ Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! Sep 06 00:52:47.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.654 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.654 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.654 INFO kablam! | ^^^^^^ Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! Sep 06 00:52:47.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.654 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.654 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.654 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.654 INFO kablam! Sep 06 00:52:47.654 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.654 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 06 00:52:47.654 INFO kablam! | Sep 06 00:52:47.655 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.655 INFO kablam! | ^^^^^^ Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! Sep 06 00:52:47.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.655 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.655 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.655 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! Sep 06 00:52:47.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.655 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.655 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.655 INFO kablam! | ^^^^^^ Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! Sep 06 00:52:47.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.655 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.655 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.655 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! Sep 06 00:52:47.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.655 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.655 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.655 INFO kablam! | ^^^^^^ Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! Sep 06 00:52:47.655 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.655 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.655 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.655 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.655 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.655 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! Sep 06 00:52:47.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.656 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.656 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.656 INFO kablam! | ^^^^^^ Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! Sep 06 00:52:47.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.656 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.656 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.656 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! Sep 06 00:52:47.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.656 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.656 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.656 INFO kablam! | ^^^^^^ Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! Sep 06 00:52:47.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.656 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.656 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.656 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! Sep 06 00:52:47.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.656 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.656 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.656 INFO kablam! | ^^^^^^ Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.656 INFO kablam! Sep 06 00:52:47.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.656 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 06 00:52:47.656 INFO kablam! | Sep 06 00:52:47.656 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.657 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! Sep 06 00:52:47.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.657 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.657 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.657 INFO kablam! | ^^^^^^ Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! Sep 06 00:52:47.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.657 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.657 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.657 INFO kablam! | ^^^^^^ Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! Sep 06 00:52:47.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.657 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.657 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.657 INFO kablam! | ^^^^^^ Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! Sep 06 00:52:47.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.657 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.657 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.657 INFO kablam! | ^^^^^^ Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! Sep 06 00:52:47.657 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.657 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.657 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.657 INFO kablam! | ^^^^^^ Sep 06 00:52:47.657 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.657 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! Sep 06 00:52:47.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.658 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.658 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.658 INFO kablam! | ^^^^^^ Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! Sep 06 00:52:47.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.658 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.658 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.658 INFO kablam! | ^^^^^^ Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! Sep 06 00:52:47.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.658 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.658 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.658 INFO kablam! | ^^^^^^ Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! Sep 06 00:52:47.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.658 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.658 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.658 INFO kablam! | ^^^^^^ Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! Sep 06 00:52:47.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.658 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.658 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.658 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.658 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.658 INFO kablam! Sep 06 00:52:47.659 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.659 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 06 00:52:47.659 INFO kablam! | Sep 06 00:52:47.659 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.659 INFO kablam! | ^^^^^^ Sep 06 00:52:47.659 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! Sep 06 00:52:47.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.666 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.666 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.666 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! Sep 06 00:52:47.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.666 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.666 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.666 INFO kablam! | ^^^^^^ Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! Sep 06 00:52:47.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.666 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.666 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.666 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! Sep 06 00:52:47.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.666 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.666 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.666 INFO kablam! | ^^^^^^ Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.666 INFO kablam! Sep 06 00:52:47.666 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.666 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 06 00:52:47.666 INFO kablam! | Sep 06 00:52:47.666 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.667 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! Sep 06 00:52:47.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.667 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.667 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.667 INFO kablam! | ^^^^^^ Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! Sep 06 00:52:47.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.667 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.667 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.667 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! Sep 06 00:52:47.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.667 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.667 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.667 INFO kablam! | ^^^^^^ Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! Sep 06 00:52:47.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.667 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.667 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.667 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.667 INFO kablam! Sep 06 00:52:47.667 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.667 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.667 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.667 INFO kablam! | ^^^^^^ Sep 06 00:52:47.667 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.668 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.668 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.668 INFO kablam! Sep 06 00:52:47.668 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.668 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.668 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.668 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.668 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.668 INFO kablam! Sep 06 00:52:47.668 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.668 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.668 INFO kablam! | ^^^^^^ Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.668 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.668 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.668 INFO kablam! Sep 06 00:52:47.668 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.668 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.668 INFO kablam! | ^^^^^^ Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.668 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.668 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.668 INFO kablam! Sep 06 00:52:47.668 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.668 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.668 INFO kablam! | ^^^^^^ Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.668 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.668 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.668 INFO kablam! Sep 06 00:52:47.668 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.668 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.668 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.668 INFO kablam! | ^^^^^^ Sep 06 00:52:47.668 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.669 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.669 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.669 INFO kablam! Sep 06 00:52:47.669 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.669 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.669 INFO kablam! | ^^^^^^ Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.669 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.669 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.669 INFO kablam! Sep 06 00:52:47.669 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.669 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.669 INFO kablam! | ^^^^^^ Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.669 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.669 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.669 INFO kablam! Sep 06 00:52:47.669 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.669 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.669 INFO kablam! | ^^^^^^ Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.669 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.669 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.669 INFO kablam! Sep 06 00:52:47.669 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.669 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.669 INFO kablam! | ^^^^^^ Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.669 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.669 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.669 INFO kablam! Sep 06 00:52:47.669 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.669 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.669 INFO kablam! | ^^^^^^ Sep 06 00:52:47.669 INFO kablam! | Sep 06 00:52:47.669 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.669 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! Sep 06 00:52:47.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.670 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.670 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.670 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! Sep 06 00:52:47.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.670 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.670 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.670 INFO kablam! | ^^^^^^ Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! Sep 06 00:52:47.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.670 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.670 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.670 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! Sep 06 00:52:47.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.670 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.670 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.670 INFO kablam! | ^^^^^^ Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! Sep 06 00:52:47.670 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.670 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.670 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.670 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.670 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.670 INFO kablam! Sep 06 00:52:47.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.671 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.671 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.671 INFO kablam! | ^^^^^^ Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! Sep 06 00:52:47.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.671 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.671 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.671 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! Sep 06 00:52:47.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.671 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.671 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.671 INFO kablam! | ^^^^^^ Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! Sep 06 00:52:47.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.671 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.671 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.671 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! Sep 06 00:52:47.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.671 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.671 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.671 INFO kablam! | ^^^^^^ Sep 06 00:52:47.671 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.671 INFO kablam! Sep 06 00:52:47.671 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.672 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.672 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.672 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.672 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.672 INFO kablam! Sep 06 00:52:47.672 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.672 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.672 INFO kablam! | ^^^^^^ Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.672 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.672 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.672 INFO kablam! Sep 06 00:52:47.672 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.672 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.672 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.672 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.672 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.672 INFO kablam! Sep 06 00:52:47.672 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.672 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.672 INFO kablam! | ^^^^^^ Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.672 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.672 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.672 INFO kablam! Sep 06 00:52:47.672 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.672 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.672 INFO kablam! | ^^^^^^ Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.672 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.672 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.672 INFO kablam! Sep 06 00:52:47.672 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.672 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 06 00:52:47.672 INFO kablam! | Sep 06 00:52:47.672 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.673 INFO kablam! | ^^^^^^ Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.673 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.673 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.673 INFO kablam! Sep 06 00:52:47.673 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.673 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.673 INFO kablam! | ^^^^^^ Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.673 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.673 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.673 INFO kablam! Sep 06 00:52:47.673 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.673 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.673 INFO kablam! | ^^^^^^ Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.673 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.673 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.673 INFO kablam! Sep 06 00:52:47.673 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.673 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.673 INFO kablam! | ^^^^^^ Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.673 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.673 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.673 INFO kablam! Sep 06 00:52:47.673 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.673 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.673 INFO kablam! | ^^^^^^ Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.673 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.673 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.673 INFO kablam! Sep 06 00:52:47.673 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.673 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.673 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.673 INFO kablam! | ^^^^^^ Sep 06 00:52:47.673 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.674 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.674 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.674 INFO kablam! Sep 06 00:52:47.674 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.674 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.674 INFO kablam! | ^^^^^^ Sep 06 00:52:47.674 INFO kablam! | Sep 06 00:52:47.674 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.675 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.675 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.675 INFO kablam! Sep 06 00:52:47.675 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.675 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.675 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.675 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.675 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.675 INFO kablam! Sep 06 00:52:47.675 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.675 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.675 INFO kablam! | ^^^^^^ Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.675 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.675 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.675 INFO kablam! Sep 06 00:52:47.675 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.675 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.675 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.675 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.675 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.675 INFO kablam! Sep 06 00:52:47.675 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.675 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.675 INFO kablam! | ^^^^^^ Sep 06 00:52:47.675 INFO kablam! | Sep 06 00:52:47.675 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.676 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.676 INFO kablam! Sep 06 00:52:47.676 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.676 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.676 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.676 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.676 INFO kablam! Sep 06 00:52:47.676 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.676 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.676 INFO kablam! | ^^^^^^ Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.676 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.676 INFO kablam! Sep 06 00:52:47.676 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.676 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.676 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.676 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.676 INFO kablam! Sep 06 00:52:47.676 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.676 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.676 INFO kablam! | ^^^^^^ Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.676 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.676 INFO kablam! Sep 06 00:52:47.676 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.676 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.676 INFO kablam! | ^^^^^^ Sep 06 00:52:47.676 INFO kablam! | Sep 06 00:52:47.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.676 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.677 INFO kablam! Sep 06 00:52:47.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.677 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.677 INFO kablam! | ^^^^^^ Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.677 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.677 INFO kablam! Sep 06 00:52:47.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.677 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.677 INFO kablam! | ^^^^^^ Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.677 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.677 INFO kablam! Sep 06 00:52:47.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.677 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.677 INFO kablam! | ^^^^^^ Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.677 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.677 INFO kablam! Sep 06 00:52:47.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.677 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.677 INFO kablam! | ^^^^^^ Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.677 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.677 INFO kablam! Sep 06 00:52:47.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.677 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.677 INFO kablam! | ^^^^^^ Sep 06 00:52:47.677 INFO kablam! | Sep 06 00:52:47.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.677 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.677 INFO kablam! Sep 06 00:52:47.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.678 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.678 INFO kablam! | ^^^^^^ Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.678 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.678 INFO kablam! Sep 06 00:52:47.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.678 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.678 INFO kablam! | ^^^^^^ Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.678 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.678 INFO kablam! Sep 06 00:52:47.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.678 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.678 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.678 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.678 INFO kablam! Sep 06 00:52:47.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.678 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.678 INFO kablam! | ^^^^^^ Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.678 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.678 INFO kablam! Sep 06 00:52:47.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.678 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.678 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.678 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.678 INFO kablam! Sep 06 00:52:47.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.678 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 06 00:52:47.678 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.679 INFO kablam! | ^^^^^^ Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.679 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.679 INFO kablam! Sep 06 00:52:47.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.679 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.679 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.679 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.679 INFO kablam! Sep 06 00:52:47.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.679 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.679 INFO kablam! | ^^^^^^ Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.679 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.679 INFO kablam! Sep 06 00:52:47.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.679 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.679 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.679 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.679 INFO kablam! Sep 06 00:52:47.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.679 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.679 INFO kablam! | ^^^^^^ Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.679 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.679 INFO kablam! Sep 06 00:52:47.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.679 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.679 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.679 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.679 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.680 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.680 INFO kablam! Sep 06 00:52:47.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.680 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.680 INFO kablam! | ^^^^^^ Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.680 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.680 INFO kablam! Sep 06 00:52:47.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.680 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.680 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.680 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.680 INFO kablam! Sep 06 00:52:47.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.680 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.680 INFO kablam! | ^^^^^^ Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.680 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.680 INFO kablam! Sep 06 00:52:47.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.680 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.680 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.680 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.680 INFO kablam! Sep 06 00:52:47.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.680 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.680 INFO kablam! | ^^^^^^ Sep 06 00:52:47.680 INFO kablam! | Sep 06 00:52:47.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.680 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! Sep 06 00:52:47.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.681 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.681 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.681 INFO kablam! | ^^^^^^ Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! Sep 06 00:52:47.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.681 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.681 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.681 INFO kablam! | ^^^^^^ Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! Sep 06 00:52:47.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.681 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.681 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.681 INFO kablam! | ^^^^^^ Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! Sep 06 00:52:47.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.681 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.681 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.681 INFO kablam! | ^^^^^^ Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! Sep 06 00:52:47.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.681 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.681 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.681 INFO kablam! | ^^^^^^ Sep 06 00:52:47.681 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.681 INFO kablam! Sep 06 00:52:47.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.682 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.682 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.682 INFO kablam! | ^^^^^^ Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! Sep 06 00:52:47.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.682 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.682 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.682 INFO kablam! | ^^^^^^ Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! Sep 06 00:52:47.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.682 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.682 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.682 INFO kablam! | ^^^^^^ Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! Sep 06 00:52:47.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.682 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.682 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.682 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! Sep 06 00:52:47.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.682 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.682 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.682 INFO kablam! | ^^^^^^ Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.682 INFO kablam! Sep 06 00:52:47.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.682 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 06 00:52:47.682 INFO kablam! | Sep 06 00:52:47.683 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.683 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! Sep 06 00:52:47.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.683 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.683 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.683 INFO kablam! | ^^^^^^ Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! Sep 06 00:52:47.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.683 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.683 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.683 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! Sep 06 00:52:47.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.683 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.683 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.683 INFO kablam! | ^^^^^^ Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! Sep 06 00:52:47.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.683 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.683 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.683 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.683 INFO kablam! Sep 06 00:52:47.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.683 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.683 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.683 INFO kablam! | ^^^^^^ Sep 06 00:52:47.683 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! Sep 06 00:52:47.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.684 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.684 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.684 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! Sep 06 00:52:47.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.684 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.684 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.684 INFO kablam! | ^^^^^^ Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! Sep 06 00:52:47.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.684 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.684 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.684 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! Sep 06 00:52:47.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.684 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.684 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.684 INFO kablam! | ^^^^^^ Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! Sep 06 00:52:47.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.684 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.684 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.684 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.684 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.684 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! Sep 06 00:52:47.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.685 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.685 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.685 INFO kablam! | ^^^^^^ Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! Sep 06 00:52:47.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.685 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.685 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.685 INFO kablam! | ^^^^^^ Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! Sep 06 00:52:47.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.685 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.685 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.685 INFO kablam! | ^^^^^^ Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! Sep 06 00:52:47.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.685 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.685 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.685 INFO kablam! | ^^^^^^ Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! Sep 06 00:52:47.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.685 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.685 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.685 INFO kablam! | ^^^^^^ Sep 06 00:52:47.685 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.685 INFO kablam! Sep 06 00:52:47.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.686 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 06 00:52:47.686 INFO kablam! | Sep 06 00:52:47.686 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.686 INFO kablam! | ^^^^^^ Sep 06 00:52:47.686 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.686 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.686 INFO kablam! Sep 06 00:52:47.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.686 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 06 00:52:47.686 INFO kablam! | Sep 06 00:52:47.686 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.686 INFO kablam! | ^^^^^^ Sep 06 00:52:47.686 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.686 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.686 INFO kablam! Sep 06 00:52:47.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.686 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 06 00:52:47.686 INFO kablam! | Sep 06 00:52:47.686 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.686 INFO kablam! | ^^^^^^ Sep 06 00:52:47.686 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.686 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.690 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.690 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.690 INFO kablam! | ^^^^^^ Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.690 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.690 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.690 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.690 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.690 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.690 INFO kablam! | ^^^^^^ Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.690 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.690 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.690 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.690 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.690 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.690 INFO kablam! | ^^^^^^ Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.690 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.690 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.690 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.690 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.690 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.690 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.691 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.691 INFO kablam! | ^^^^^^ Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.691 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.691 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.691 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.691 INFO kablam! | ^^^^^^ Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.691 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.691 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.691 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.691 INFO kablam! | ^^^^^^ Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.691 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.691 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.691 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.691 INFO kablam! Sep 06 00:52:47.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.691 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 06 00:52:47.692 INFO kablam! | Sep 06 00:52:47.692 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.692 INFO kablam! | ^^^^^^ Sep 06 00:52:47.692 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.692 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.692 INFO kablam! Sep 06 00:52:47.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.692 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 06 00:52:47.692 INFO kablam! | Sep 06 00:52:47.692 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.692 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.692 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.692 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.692 INFO kablam! Sep 06 00:52:47.692 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.692 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 06 00:52:47.692 INFO kablam! | Sep 06 00:52:47.692 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.692 INFO kablam! | ^^^^^^ Sep 06 00:52:47.692 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.692 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.692 INFO kablam! Sep 06 00:52:47.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.693 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 06 00:52:47.693 INFO kablam! | Sep 06 00:52:47.693 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.693 INFO kablam! | ^^^^^^ Sep 06 00:52:47.693 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.693 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.693 INFO kablam! Sep 06 00:52:47.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.693 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 06 00:52:47.693 INFO kablam! | Sep 06 00:52:47.693 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.693 INFO kablam! | ^^^^^^ Sep 06 00:52:47.693 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.693 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.693 INFO kablam! Sep 06 00:52:47.693 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.693 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 06 00:52:47.693 INFO kablam! | Sep 06 00:52:47.693 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.693 INFO kablam! | ^^^^^^ Sep 06 00:52:47.693 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.694 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.694 INFO kablam! Sep 06 00:52:47.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.694 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 06 00:52:47.694 INFO kablam! | Sep 06 00:52:47.694 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.694 INFO kablam! | ^^^^^^ Sep 06 00:52:47.694 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.694 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.694 INFO kablam! Sep 06 00:52:47.694 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.694 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 06 00:52:47.694 INFO kablam! | Sep 06 00:52:47.694 INFO kablam! 28 | self.0.as_ptr() Sep 06 00:52:47.694 INFO kablam! | ^^^^^^ Sep 06 00:52:47.694 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.694 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.695 INFO kablam! Sep 06 00:52:47.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.695 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 06 00:52:47.695 INFO kablam! | Sep 06 00:52:47.695 INFO kablam! 34 | self.0.as_mut_ptr() Sep 06 00:52:47.695 INFO kablam! | ^^^^^^ Sep 06 00:52:47.695 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.695 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.695 INFO kablam! Sep 06 00:52:47.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.695 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 06 00:52:47.695 INFO kablam! | Sep 06 00:52:47.695 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 06 00:52:47.695 INFO kablam! | ^^^^^^ Sep 06 00:52:47.695 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.695 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.695 INFO kablam! Sep 06 00:52:47.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.696 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.696 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.696 INFO kablam! | ^^^^^^ Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! Sep 06 00:52:47.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.696 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.696 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 06 00:52:47.696 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! Sep 06 00:52:47.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.696 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.696 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.696 INFO kablam! | ^^^^^^ Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! Sep 06 00:52:47.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.696 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.696 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.696 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.696 INFO kablam! Sep 06 00:52:47.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.696 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.696 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.696 INFO kablam! | ^^^^^^ Sep 06 00:52:47.696 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! Sep 06 00:52:47.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.697 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.697 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.697 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! Sep 06 00:52:47.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.697 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.697 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.697 INFO kablam! | ^^^^^^ Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! Sep 06 00:52:47.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.697 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.697 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.697 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! Sep 06 00:52:47.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.697 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.697 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.697 INFO kablam! | ^^^^^^ Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! Sep 06 00:52:47.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.697 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.697 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.697 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.697 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.697 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.698 INFO kablam! Sep 06 00:52:47.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.698 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 06 00:52:47.698 INFO kablam! | Sep 06 00:52:47.698 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.698 INFO kablam! | ^^^^^^ Sep 06 00:52:47.698 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.698 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.698 INFO kablam! Sep 06 00:52:47.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.698 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 06 00:52:47.698 INFO kablam! | Sep 06 00:52:47.698 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.698 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.698 INFO kablam! | Sep 06 00:52:47.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 06 00:52:47.698 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.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 06 00:52:47.698 INFO kablam! Sep 06 00:52:47.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.699 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 06 00:52:47.699 INFO kablam! | Sep 06 00:52:47.699 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.699 INFO kablam! | ^^^^^^ Sep 06 00:52:47.699 INFO kablam! | Sep 06 00:52:47.699 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.699 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.699 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.699 INFO kablam! Sep 06 00:52:47.699 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.699 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 06 00:52:47.699 INFO kablam! | Sep 06 00:52:47.699 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:47.699 INFO kablam! | ^^^^^^^ Sep 06 00:52:47.699 INFO kablam! | Sep 06 00:52:47.699 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.699 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.699 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.699 INFO kablam! Sep 06 00:52:47.699 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.699 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 06 00:52:47.700 INFO kablam! | Sep 06 00:52:47.700 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 06 00:52:47.700 INFO kablam! | ^^^^^^ Sep 06 00:52:47.700 INFO kablam! | Sep 06 00:52:47.700 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.700 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.700 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.700 INFO kablam! Sep 06 00:52:47.700 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.700 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 06 00:52:47.700 INFO kablam! | Sep 06 00:52:47.700 INFO kablam! 132 | self.0.iter() Sep 06 00:52:47.700 INFO kablam! | ^^^^^^ Sep 06 00:52:47.700 INFO kablam! | Sep 06 00:52:47.700 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.700 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.700 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.700 INFO kablam! Sep 06 00:52:47.700 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.700 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 06 00:52:47.701 INFO kablam! | Sep 06 00:52:47.701 INFO kablam! 144 | self.0.iter_mut() Sep 06 00:52:47.701 INFO kablam! | ^^^^^^ Sep 06 00:52:47.701 INFO kablam! | Sep 06 00:52:47.701 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.701 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.701 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.701 INFO kablam! Sep 06 00:52:47.701 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.701 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 06 00:52:47.701 INFO kablam! | Sep 06 00:52:47.701 INFO kablam! 153 | &self.0[..] Sep 06 00:52:47.701 INFO kablam! | ^^^^^^ Sep 06 00:52:47.701 INFO kablam! | Sep 06 00:52:47.701 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.701 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.701 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.701 INFO kablam! Sep 06 00:52:47.701 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:47.701 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 06 00:52:47.702 INFO kablam! | Sep 06 00:52:47.702 INFO kablam! 162 | &mut self.0[..] Sep 06 00:52:47.702 INFO kablam! | ^^^^^^ Sep 06 00:52:47.702 INFO kablam! | Sep 06 00:52:47.702 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:47.702 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:47.702 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:47.702 INFO kablam! Sep 06 00:52:47.702 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 06 00:52:47.702 INFO kablam! --> src/lib.rs:8:12 Sep 06 00:52:47.702 INFO kablam! | Sep 06 00:52:47.702 INFO kablam! 8 | #![feature(associated_consts)] Sep 06 00:52:47.702 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 00:52:47.702 INFO kablam! | Sep 06 00:52:47.702 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 00:52:47.702 INFO kablam! Sep 06 00:52:47.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Sep 06 00:52:47.729 INFO kablam! su: No module specific data is present Sep 06 00:52:48.306 INFO running `"docker" "rm" "-f" "e6697337b792ef56e66f149f477db0a0664102f60b7b1d91d1ca2bde07cb1e9b"` Sep 06 00:52:48.422 INFO blam! e6697337b792ef56e66f149f477db0a0664102f60b7b1d91d1ca2bde07cb1e9b