Sep 17 18:16:18.524 INFO checking rust-extra-0.0.17 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:16:18.524 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:16:18.524 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:16:18.717 INFO blam! 01f52e0de83824fbae1195a52fd3ff2cb5fe99fc431979da3b9f19a2373ca405 Sep 17 18:16:18.720 INFO running `"docker" "start" "-a" "01f52e0de83824fbae1195a52fd3ff2cb5fe99fc431979da3b9f19a2373ca405"` Sep 17 18:16:19.366 INFO kablam! usermod: no changes Sep 17 18:16:19.392 INFO kablam! Checking rust-extra v0.0.17 (/source) Sep 17 18:16:20.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.417 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 17 18:16:20.417 INFO kablam! | Sep 17 18:16:20.417 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.417 INFO kablam! | ^^^^^^ Sep 17 18:16:20.417 INFO kablam! | Sep 17 18:16:20.417 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 18:16:20.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 17 18:16:20.417 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.417 INFO kablam! Sep 17 18:16:20.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.417 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 17 18:16:20.417 INFO kablam! | Sep 17 18:16:20.417 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.417 INFO kablam! | ^^^^^^ Sep 17 18:16:20.417 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.417 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.417 INFO kablam! Sep 17 18:16:20.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^ Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! Sep 17 18:16:20.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^ Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! Sep 17 18:16:20.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! Sep 17 18:16:20.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^ Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! Sep 17 18:16:20.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! Sep 17 18:16:20.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^ Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.418 INFO kablam! Sep 17 18:16:20.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.418 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 17 18:16:20.418 INFO kablam! | Sep 17 18:16:20.418 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.418 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.419 INFO kablam! | ^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.419 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.419 INFO kablam! | ^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.419 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.419 INFO kablam! | ^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.419 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.419 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.419 INFO kablam! Sep 17 18:16:20.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.419 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 17 18:16:20.419 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.420 INFO kablam! | ^^^^^^ Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.420 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.420 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.420 INFO kablam! Sep 17 18:16:20.420 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.420 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.420 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.420 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.420 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.420 INFO kablam! Sep 17 18:16:20.420 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.420 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.420 INFO kablam! | ^^^^^^ Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.420 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.420 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.420 INFO kablam! Sep 17 18:16:20.420 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.420 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.420 INFO kablam! | ^^^^^^ Sep 17 18:16:20.420 INFO kablam! | Sep 17 18:16:20.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.420 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.461 INFO kablam! Sep 17 18:16:20.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.461 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 17 18:16:20.461 INFO kablam! | Sep 17 18:16:20.461 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.461 INFO kablam! | ^^^^^^ Sep 17 18:16:20.461 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.461 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.461 INFO kablam! Sep 17 18:16:20.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.461 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 17 18:16:20.461 INFO kablam! | Sep 17 18:16:20.461 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.461 INFO kablam! | ^^^^^^ Sep 17 18:16:20.461 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.462 INFO kablam! | ^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.462 INFO kablam! | ^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.462 INFO kablam! | ^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.462 INFO kablam! | ^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.462 INFO kablam! | ^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.462 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.462 INFO kablam! | ^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.462 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.462 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.462 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.462 INFO kablam! Sep 17 18:16:20.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.462 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.463 INFO kablam! Sep 17 18:16:20.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.463 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.463 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.463 INFO kablam! | ^^^^^^ Sep 17 18:16:20.463 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.464 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.464 INFO kablam! Sep 17 18:16:20.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.464 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.464 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.464 INFO kablam! | ^^^^^^ Sep 17 18:16:20.464 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! Sep 17 18:16:20.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.465 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.465 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.465 INFO kablam! | ^^^^^^ Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! Sep 17 18:16:20.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.465 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.465 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.465 INFO kablam! | ^^^^^^ Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! Sep 17 18:16:20.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.465 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.465 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.465 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! Sep 17 18:16:20.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.465 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.465 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.465 INFO kablam! | ^^^^^^ Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! Sep 17 18:16:20.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.465 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.465 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.465 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.465 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.465 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! Sep 17 18:16:20.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.466 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.466 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.466 INFO kablam! | ^^^^^^ Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! Sep 17 18:16:20.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.466 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.466 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.466 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! Sep 17 18:16:20.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.466 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.466 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.466 INFO kablam! | ^^^^^^ Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! Sep 17 18:16:20.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.466 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.466 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.466 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.466 INFO kablam! Sep 17 18:16:20.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.466 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.466 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.466 INFO kablam! | ^^^^^^ Sep 17 18:16:20.466 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.467 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.467 INFO kablam! Sep 17 18:16:20.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.467 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 17 18:16:20.467 INFO kablam! | Sep 17 18:16:20.467 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.467 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.467 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.467 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.467 INFO kablam! Sep 17 18:16:20.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.467 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 17 18:16:20.467 INFO kablam! | Sep 17 18:16:20.467 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.467 INFO kablam! | ^^^^^^ Sep 17 18:16:20.467 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.467 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.467 INFO kablam! Sep 17 18:16:20.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.467 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 17 18:16:20.467 INFO kablam! | Sep 17 18:16:20.467 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.467 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.467 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.468 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.468 INFO kablam! Sep 17 18:16:20.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.468 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 17 18:16:20.468 INFO kablam! | Sep 17 18:16:20.468 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.468 INFO kablam! | ^^^^^^ Sep 17 18:16:20.468 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.468 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.468 INFO kablam! Sep 17 18:16:20.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.468 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 17 18:16:20.468 INFO kablam! | Sep 17 18:16:20.468 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.468 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.468 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.468 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.468 INFO kablam! Sep 17 18:16:20.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.469 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.469 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.469 INFO kablam! | ^^^^^^ Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.469 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.469 INFO kablam! Sep 17 18:16:20.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.469 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.469 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.469 INFO kablam! | ^^^^^^ Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.469 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.469 INFO kablam! Sep 17 18:16:20.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.469 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.469 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.469 INFO kablam! | ^^^^^^ Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.469 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.469 INFO kablam! Sep 17 18:16:20.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.469 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.469 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.469 INFO kablam! | ^^^^^^ Sep 17 18:16:20.469 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.470 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.470 INFO kablam! Sep 17 18:16:20.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.471 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.471 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.471 INFO kablam! | ^^^^^^ Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! Sep 17 18:16:20.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.471 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.471 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.471 INFO kablam! | ^^^^^^ Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! Sep 17 18:16:20.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.471 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.471 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.471 INFO kablam! | ^^^^^^ Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! Sep 17 18:16:20.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.471 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.471 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.471 INFO kablam! | ^^^^^^ Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.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 17 18:16:20.471 INFO kablam! Sep 17 18:16:20.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.471 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 17 18:16:20.471 INFO kablam! | Sep 17 18:16:20.471 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.471 INFO kablam! | ^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^ Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.472 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.472 INFO kablam! Sep 17 18:16:20.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.472 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 17 18:16:20.472 INFO kablam! | Sep 17 18:16:20.472 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.472 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.473 INFO kablam! | Sep 17 18:16:20.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.473 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.473 INFO kablam! Sep 17 18:16:20.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.473 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 17 18:16:20.473 INFO kablam! | Sep 17 18:16:20.473 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.473 INFO kablam! | ^^^^^^ Sep 17 18:16:20.473 INFO kablam! | Sep 17 18:16:20.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.473 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.473 INFO kablam! Sep 17 18:16:20.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.473 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 17 18:16:20.473 INFO kablam! | Sep 17 18:16:20.473 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.473 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.473 INFO kablam! | Sep 17 18:16:20.476 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.476 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.476 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.476 INFO kablam! Sep 17 18:16:20.476 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.476 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 17 18:16:20.476 INFO kablam! | Sep 17 18:16:20.476 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.477 INFO kablam! | ^^^^^^ Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.477 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.477 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.477 INFO kablam! Sep 17 18:16:20.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.477 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.477 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.477 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.477 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.477 INFO kablam! Sep 17 18:16:20.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.477 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.477 INFO kablam! | ^^^^^^ Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.477 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.477 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.477 INFO kablam! Sep 17 18:16:20.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.477 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.477 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.477 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.477 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.477 INFO kablam! Sep 17 18:16:20.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.477 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.477 INFO kablam! | ^^^^^^ Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.477 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.477 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.477 INFO kablam! Sep 17 18:16:20.477 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.477 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.477 INFO kablam! | ^^^^^^ Sep 17 18:16:20.477 INFO kablam! | Sep 17 18:16:20.477 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.478 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.478 INFO kablam! Sep 17 18:16:20.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.478 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.478 INFO kablam! | ^^^^^^ Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.478 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.478 INFO kablam! Sep 17 18:16:20.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.478 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.478 INFO kablam! | ^^^^^^ Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.478 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.478 INFO kablam! Sep 17 18:16:20.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.478 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.478 INFO kablam! | ^^^^^^ Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.478 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.478 INFO kablam! Sep 17 18:16:20.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.478 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.478 INFO kablam! | ^^^^^^ Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.478 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.478 INFO kablam! Sep 17 18:16:20.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.478 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.478 INFO kablam! | ^^^^^^ Sep 17 18:16:20.478 INFO kablam! | Sep 17 18:16:20.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.478 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.478 INFO kablam! Sep 17 18:16:20.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.479 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.479 INFO kablam! | ^^^^^^ Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.479 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.479 INFO kablam! Sep 17 18:16:20.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.479 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.479 INFO kablam! | ^^^^^^ Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.479 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.479 INFO kablam! Sep 17 18:16:20.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.479 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.479 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.479 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.479 INFO kablam! Sep 17 18:16:20.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.479 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.479 INFO kablam! | ^^^^^^ Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.479 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.479 INFO kablam! Sep 17 18:16:20.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.479 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.479 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.479 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.479 INFO kablam! Sep 17 18:16:20.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.479 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.479 INFO kablam! | ^^^^^^ Sep 17 18:16:20.479 INFO kablam! | Sep 17 18:16:20.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.479 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.480 INFO kablam! Sep 17 18:16:20.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.480 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.480 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.480 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.480 INFO kablam! Sep 17 18:16:20.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.480 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.480 INFO kablam! | ^^^^^^ Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.480 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.480 INFO kablam! Sep 17 18:16:20.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.480 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.480 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.480 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.480 INFO kablam! Sep 17 18:16:20.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.480 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.480 INFO kablam! | ^^^^^^ Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.480 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.480 INFO kablam! Sep 17 18:16:20.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.480 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.480 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.480 INFO kablam! | Sep 17 18:16:20.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.480 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.480 INFO kablam! Sep 17 18:16:20.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.481 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.481 INFO kablam! | ^^^^^^ Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.481 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.481 INFO kablam! Sep 17 18:16:20.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.481 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.481 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.481 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.481 INFO kablam! Sep 17 18:16:20.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.481 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.481 INFO kablam! | ^^^^^^ Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.481 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.481 INFO kablam! Sep 17 18:16:20.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.481 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.481 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.481 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.481 INFO kablam! Sep 17 18:16:20.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.481 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.481 INFO kablam! | ^^^^^^ Sep 17 18:16:20.481 INFO kablam! | Sep 17 18:16:20.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.481 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.481 INFO kablam! Sep 17 18:16:20.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.481 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.482 INFO kablam! | ^^^^^^ Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.482 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.482 INFO kablam! Sep 17 18:16:20.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.482 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.482 INFO kablam! | ^^^^^^ Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.482 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.482 INFO kablam! Sep 17 18:16:20.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.482 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.482 INFO kablam! | ^^^^^^ Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.482 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.482 INFO kablam! Sep 17 18:16:20.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.482 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.482 INFO kablam! | ^^^^^^ Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.482 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.482 INFO kablam! Sep 17 18:16:20.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.482 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.482 INFO kablam! | ^^^^^^ Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.482 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.482 INFO kablam! Sep 17 18:16:20.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.482 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.482 INFO kablam! | ^^^^^^ Sep 17 18:16:20.482 INFO kablam! | Sep 17 18:16:20.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.482 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.483 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.483 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.483 INFO kablam! | Sep 17 18:16:20.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.483 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.483 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.484 INFO kablam! | ^^^^^^ Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.484 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.484 INFO kablam! Sep 17 18:16:20.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.484 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 17 18:16:20.484 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.485 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.485 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.485 INFO kablam! Sep 17 18:16:20.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.485 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.485 INFO kablam! | ^^^^^^ Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.485 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.485 INFO kablam! Sep 17 18:16:20.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.485 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.485 INFO kablam! | ^^^^^^ Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.485 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.485 INFO kablam! Sep 17 18:16:20.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.485 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.485 INFO kablam! | ^^^^^^ Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.485 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.485 INFO kablam! Sep 17 18:16:20.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.485 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.485 INFO kablam! | ^^^^^^ Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.485 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.485 INFO kablam! Sep 17 18:16:20.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.485 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.485 INFO kablam! | ^^^^^^ Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.485 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.485 INFO kablam! Sep 17 18:16:20.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.485 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 17 18:16:20.485 INFO kablam! | Sep 17 18:16:20.485 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.486 INFO kablam! | ^^^^^^ Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.486 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.486 INFO kablam! Sep 17 18:16:20.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.486 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.486 INFO kablam! | ^^^^^^ Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.486 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.486 INFO kablam! Sep 17 18:16:20.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.486 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.486 INFO kablam! | ^^^^^^ Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.486 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.486 INFO kablam! Sep 17 18:16:20.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.486 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.486 INFO kablam! | ^^^^^^ Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.486 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.486 INFO kablam! Sep 17 18:16:20.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.486 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.486 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.486 INFO kablam! | Sep 17 18:16:20.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.486 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.486 INFO kablam! Sep 17 18:16:20.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.487 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.487 INFO kablam! | ^^^^^^ Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.487 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.487 INFO kablam! Sep 17 18:16:20.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.487 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.487 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.487 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.487 INFO kablam! Sep 17 18:16:20.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.487 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.487 INFO kablam! | ^^^^^^ Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.487 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.487 INFO kablam! Sep 17 18:16:20.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.487 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.487 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.487 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.487 INFO kablam! Sep 17 18:16:20.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.487 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.487 INFO kablam! | ^^^^^^ Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.487 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.487 INFO kablam! Sep 17 18:16:20.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.487 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 17 18:16:20.487 INFO kablam! | Sep 17 18:16:20.487 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.488 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.488 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.488 INFO kablam! Sep 17 18:16:20.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.488 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.488 INFO kablam! | ^^^^^^ Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.488 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.488 INFO kablam! Sep 17 18:16:20.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.488 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.488 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.488 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.488 INFO kablam! Sep 17 18:16:20.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.488 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.488 INFO kablam! | ^^^^^^ Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.488 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.488 INFO kablam! Sep 17 18:16:20.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.488 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.488 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.488 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.488 INFO kablam! Sep 17 18:16:20.488 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.488 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.488 INFO kablam! | ^^^^^^ Sep 17 18:16:20.488 INFO kablam! | Sep 17 18:16:20.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.488 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.489 INFO kablam! Sep 17 18:16:20.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.489 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.489 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.489 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.489 INFO kablam! Sep 17 18:16:20.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.489 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.489 INFO kablam! | ^^^^^^ Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.489 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.489 INFO kablam! Sep 17 18:16:20.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.489 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.489 INFO kablam! | ^^^^^^ Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.489 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.489 INFO kablam! Sep 17 18:16:20.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.489 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.489 INFO kablam! | ^^^^^^ Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.489 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.489 INFO kablam! Sep 17 18:16:20.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.489 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.489 INFO kablam! | ^^^^^^ Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.489 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.489 INFO kablam! Sep 17 18:16:20.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.489 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 17 18:16:20.489 INFO kablam! | Sep 17 18:16:20.489 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.489 INFO kablam! | ^^^^^^ Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.490 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.490 INFO kablam! Sep 17 18:16:20.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.490 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.490 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.490 INFO kablam! | ^^^^^^ Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.490 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.490 INFO kablam! Sep 17 18:16:20.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.490 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.490 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.490 INFO kablam! | ^^^^^^ Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.490 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.490 INFO kablam! Sep 17 18:16:20.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.490 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.490 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.490 INFO kablam! | ^^^^^^ Sep 17 18:16:20.490 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.492 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.492 INFO kablam! Sep 17 18:16:20.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.492 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.492 INFO kablam! | ^^^^^^ Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.492 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.492 INFO kablam! Sep 17 18:16:20.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.492 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.492 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.492 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.492 INFO kablam! Sep 17 18:16:20.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.492 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.492 INFO kablam! | ^^^^^^ Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.492 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.492 INFO kablam! Sep 17 18:16:20.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.492 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.492 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.492 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.492 INFO kablam! Sep 17 18:16:20.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.492 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.492 INFO kablam! | ^^^^^^ Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.492 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.492 INFO kablam! Sep 17 18:16:20.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.492 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 17 18:16:20.492 INFO kablam! | Sep 17 18:16:20.493 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.493 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.493 INFO kablam! | Sep 17 18:16:20.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.493 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.493 INFO kablam! Sep 17 18:16:20.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.497 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 17 18:16:20.497 INFO kablam! | Sep 17 18:16:20.497 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.498 INFO kablam! | ^^^^^^ Sep 17 18:16:20.498 INFO kablam! | Sep 17 18:16:20.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.498 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.498 INFO kablam! Sep 17 18:16:20.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.498 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.499 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.499 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.499 INFO kablam! Sep 17 18:16:20.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.499 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.499 INFO kablam! | ^^^^^^ Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.499 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.499 INFO kablam! Sep 17 18:16:20.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.499 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.499 INFO kablam! | ^^^^^^ Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.499 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.499 INFO kablam! Sep 17 18:16:20.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.499 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.499 INFO kablam! | ^^^^^^ Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.499 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.499 INFO kablam! Sep 17 18:16:20.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.499 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.499 INFO kablam! | ^^^^^^ Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.499 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.499 INFO kablam! Sep 17 18:16:20.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.499 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.499 INFO kablam! | ^^^^^^ Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.499 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.499 INFO kablam! Sep 17 18:16:20.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.499 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 17 18:16:20.499 INFO kablam! | Sep 17 18:16:20.499 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.499 INFO kablam! | ^^^^^^ Sep 17 18:16:20.500 INFO kablam! | Sep 17 18:16:20.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.502 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.502 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.502 INFO kablam! Sep 17 18:16:20.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.503 INFO kablam! | ^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.503 INFO kablam! | ^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.503 INFO kablam! | ^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.503 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.503 INFO kablam! | ^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.503 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.503 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.503 INFO kablam! | ^^^^^^ Sep 17 18:16:20.503 INFO kablam! | Sep 17 18:16:20.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.503 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.503 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.504 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.504 INFO kablam! | Sep 17 18:16:20.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.504 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.504 INFO kablam! Sep 17 18:16:20.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.504 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.505 INFO kablam! | ^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.505 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.505 INFO kablam! | ^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.505 INFO kablam! | ^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.505 INFO kablam! | ^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.505 INFO kablam! | ^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.505 INFO kablam! | ^^^^^^ Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.505 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.505 INFO kablam! Sep 17 18:16:20.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.505 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 17 18:16:20.505 INFO kablam! | Sep 17 18:16:20.505 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.506 INFO kablam! | ^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.506 INFO kablam! | ^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.506 INFO kablam! | ^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.506 INFO kablam! | ^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.506 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.506 INFO kablam! | ^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.506 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.506 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.506 INFO kablam! Sep 17 18:16:20.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.506 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 17 18:16:20.506 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.507 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.507 INFO kablam! Sep 17 18:16:20.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.507 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.507 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.507 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.507 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.508 INFO kablam! | ^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.508 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.508 INFO kablam! | ^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.508 INFO kablam! | ^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.508 INFO kablam! | ^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.508 INFO kablam! | ^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.508 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.508 INFO kablam! | ^^^^^^ Sep 17 18:16:20.508 INFO kablam! | Sep 17 18:16:20.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.508 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.508 INFO kablam! Sep 17 18:16:20.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.509 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.509 INFO kablam! | ^^^^^^ Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.509 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.509 INFO kablam! Sep 17 18:16:20.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.509 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.509 INFO kablam! | ^^^^^^ Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.509 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.509 INFO kablam! Sep 17 18:16:20.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.509 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.509 INFO kablam! | ^^^^^^ Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.509 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.509 INFO kablam! Sep 17 18:16:20.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.509 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.509 INFO kablam! | ^^^^^^ Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.509 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.509 INFO kablam! Sep 17 18:16:20.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.509 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.509 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.509 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.509 INFO kablam! Sep 17 18:16:20.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.509 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 17 18:16:20.509 INFO kablam! | Sep 17 18:16:20.509 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.509 INFO kablam! | ^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.510 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.510 INFO kablam! Sep 17 18:16:20.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.510 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.510 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.510 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.510 INFO kablam! Sep 17 18:16:20.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.510 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.510 INFO kablam! | ^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.510 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.510 INFO kablam! Sep 17 18:16:20.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.510 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.510 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.510 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.510 INFO kablam! Sep 17 18:16:20.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.510 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.510 INFO kablam! | ^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.510 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.510 INFO kablam! Sep 17 18:16:20.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.510 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.510 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.510 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.510 INFO kablam! Sep 17 18:16:20.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.510 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.510 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.510 INFO kablam! | ^^^^^^ Sep 17 18:16:20.510 INFO kablam! | Sep 17 18:16:20.514 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.515 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.515 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.515 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.515 INFO kablam! | ^^^^^^ Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.515 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.515 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.515 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.515 INFO kablam! | ^^^^^^ Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.515 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.515 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.515 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.515 INFO kablam! | ^^^^^^ Sep 17 18:16:20.515 INFO kablam! | Sep 17 18:16:20.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.515 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.515 INFO kablam! Sep 17 18:16:20.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.516 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.516 INFO kablam! | ^^^^^^ Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.516 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.516 INFO kablam! Sep 17 18:16:20.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.516 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.516 INFO kablam! | ^^^^^^ Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.516 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.516 INFO kablam! Sep 17 18:16:20.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.516 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.516 INFO kablam! | ^^^^^^ Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.516 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.516 INFO kablam! Sep 17 18:16:20.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.516 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.516 INFO kablam! | ^^^^^^ Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.516 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.516 INFO kablam! Sep 17 18:16:20.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.516 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.516 INFO kablam! | ^^^^^^ Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.516 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.516 INFO kablam! Sep 17 18:16:20.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.516 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.516 INFO kablam! | ^^^^^^ Sep 17 18:16:20.516 INFO kablam! | Sep 17 18:16:20.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.516 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.516 INFO kablam! Sep 17 18:16:20.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.517 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.517 INFO kablam! | ^^^^^^ Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.517 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.517 INFO kablam! Sep 17 18:16:20.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.517 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.517 INFO kablam! | ^^^^^^ Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.517 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.517 INFO kablam! Sep 17 18:16:20.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.517 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.517 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.517 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.517 INFO kablam! Sep 17 18:16:20.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.517 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.517 INFO kablam! | ^^^^^^ Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.517 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.517 INFO kablam! Sep 17 18:16:20.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.517 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.517 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.517 INFO kablam! | Sep 17 18:16:20.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.517 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.517 INFO kablam! Sep 17 18:16:20.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.517 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.518 INFO kablam! | ^^^^^^ Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.518 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.518 INFO kablam! Sep 17 18:16:20.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.518 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.518 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.518 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.518 INFO kablam! Sep 17 18:16:20.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.518 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.518 INFO kablam! | ^^^^^^ Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.518 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.518 INFO kablam! Sep 17 18:16:20.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.518 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.518 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.518 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.518 INFO kablam! Sep 17 18:16:20.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.518 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.518 INFO kablam! | ^^^^^^ Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.518 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.518 INFO kablam! Sep 17 18:16:20.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.518 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.518 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.518 INFO kablam! | Sep 17 18:16:20.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.518 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.519 INFO kablam! Sep 17 18:16:20.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.519 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.519 INFO kablam! | ^^^^^^ Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.519 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.519 INFO kablam! Sep 17 18:16:20.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.519 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.519 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.519 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.519 INFO kablam! Sep 17 18:16:20.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.519 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.519 INFO kablam! | ^^^^^^ Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.519 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.519 INFO kablam! Sep 17 18:16:20.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.519 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.519 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.519 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.519 INFO kablam! Sep 17 18:16:20.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.519 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.519 INFO kablam! | ^^^^^^ Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.519 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.519 INFO kablam! Sep 17 18:16:20.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.519 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.519 INFO kablam! | ^^^^^^ Sep 17 18:16:20.519 INFO kablam! | Sep 17 18:16:20.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.519 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.520 INFO kablam! Sep 17 18:16:20.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.520 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.520 INFO kablam! | ^^^^^^ Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.520 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.520 INFO kablam! Sep 17 18:16:20.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.520 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.520 INFO kablam! | ^^^^^^ Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.520 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.520 INFO kablam! Sep 17 18:16:20.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.520 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.520 INFO kablam! | ^^^^^^ Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.520 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.520 INFO kablam! Sep 17 18:16:20.520 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 17 18:16:20.520 INFO kablam! --> src/lib.rs:8:12 Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.520 INFO kablam! 8 | #![feature(associated_consts)] Sep 17 18:16:20.520 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 18:16:20.520 INFO kablam! | Sep 17 18:16:20.521 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 18:16:20.521 INFO kablam! Sep 17 18:16:20.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.521 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 17 18:16:20.521 INFO kablam! | Sep 17 18:16:20.521 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.521 INFO kablam! | ^^^^^^ Sep 17 18:16:20.521 INFO kablam! | Sep 17 18:16:20.521 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 18:16:20.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.521 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.522 INFO kablam! Sep 17 18:16:20.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.522 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 17 18:16:20.522 INFO kablam! | Sep 17 18:16:20.522 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.523 INFO kablam! | ^^^^^^ Sep 17 18:16:20.523 INFO kablam! | Sep 17 18:16:20.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.523 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.524 INFO kablam! Sep 17 18:16:20.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.524 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 17 18:16:20.524 INFO kablam! | Sep 17 18:16:20.524 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.524 INFO kablam! | ^^^^^^ Sep 17 18:16:20.525 INFO kablam! | Sep 17 18:16:20.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.525 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.525 INFO kablam! Sep 17 18:16:20.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.526 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 17 18:16:20.526 INFO kablam! | Sep 17 18:16:20.526 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.526 INFO kablam! | ^^^^^^ Sep 17 18:16:20.527 INFO kablam! | Sep 17 18:16:20.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.527 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.527 INFO kablam! Sep 17 18:16:20.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.528 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 17 18:16:20.528 INFO kablam! | Sep 17 18:16:20.528 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.528 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.529 INFO kablam! | Sep 17 18:16:20.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.529 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.529 INFO kablam! Sep 17 18:16:20.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.530 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 17 18:16:20.530 INFO kablam! | Sep 17 18:16:20.530 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.530 INFO kablam! | ^^^^^^ Sep 17 18:16:20.531 INFO kablam! | Sep 17 18:16:20.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.531 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.531 INFO kablam! Sep 17 18:16:20.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.532 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 17 18:16:20.532 INFO kablam! | Sep 17 18:16:20.532 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.532 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.532 INFO kablam! | Sep 17 18:16:20.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.533 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.533 INFO kablam! Sep 17 18:16:20.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.533 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 17 18:16:20.533 INFO kablam! | Sep 17 18:16:20.534 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.534 INFO kablam! | ^^^^^^ Sep 17 18:16:20.534 INFO kablam! | Sep 17 18:16:20.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.534 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.535 INFO kablam! Sep 17 18:16:20.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.535 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 17 18:16:20.535 INFO kablam! | Sep 17 18:16:20.535 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.535 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.536 INFO kablam! | Sep 17 18:16:20.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.536 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.536 INFO kablam! Sep 17 18:16:20.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.537 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 17 18:16:20.537 INFO kablam! | Sep 17 18:16:20.537 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.537 INFO kablam! | ^^^^^^ Sep 17 18:16:20.537 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.539 INFO kablam! Sep 17 18:16:20.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.539 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.539 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.539 INFO kablam! Sep 17 18:16:20.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.539 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.539 INFO kablam! | ^^^^^^ Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.539 INFO kablam! Sep 17 18:16:20.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.539 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.539 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.539 INFO kablam! Sep 17 18:16:20.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.539 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.539 INFO kablam! | ^^^^^^ Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.539 INFO kablam! Sep 17 18:16:20.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.539 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.539 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.539 INFO kablam! Sep 17 18:16:20.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.539 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.539 INFO kablam! | ^^^^^^ Sep 17 18:16:20.539 INFO kablam! | Sep 17 18:16:20.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.539 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.540 INFO kablam! Sep 17 18:16:20.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.540 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 17 18:16:20.540 INFO kablam! | Sep 17 18:16:20.540 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.540 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.540 INFO kablam! | Sep 17 18:16:20.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.540 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.540 INFO kablam! Sep 17 18:16:20.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.540 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 17 18:16:20.540 INFO kablam! | Sep 17 18:16:20.540 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.540 INFO kablam! | ^^^^^^ Sep 17 18:16:20.540 INFO kablam! | Sep 17 18:16:20.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.541 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.541 INFO kablam! Sep 17 18:16:20.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.542 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.542 INFO kablam! Sep 17 18:16:20.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.542 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.542 INFO kablam! Sep 17 18:16:20.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.542 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.542 INFO kablam! Sep 17 18:16:20.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.542 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.542 INFO kablam! Sep 17 18:16:20.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.542 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.542 INFO kablam! Sep 17 18:16:20.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.542 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.542 INFO kablam! Sep 17 18:16:20.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.542 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.542 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.542 INFO kablam! | ^^^^^^ Sep 17 18:16:20.542 INFO kablam! | Sep 17 18:16:20.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.543 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.543 INFO kablam! Sep 17 18:16:20.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.543 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 17 18:16:20.543 INFO kablam! | Sep 17 18:16:20.543 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.543 INFO kablam! | ^^^^^^ Sep 17 18:16:20.543 INFO kablam! | Sep 17 18:16:20.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.543 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.543 INFO kablam! Sep 17 18:16:20.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.543 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 17 18:16:20.543 INFO kablam! | Sep 17 18:16:20.543 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.543 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.543 INFO kablam! | Sep 17 18:16:20.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.544 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.544 INFO kablam! | ^^^^^^ Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.544 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.544 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.544 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.544 INFO kablam! | ^^^^^^ Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.544 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.544 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.544 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.544 INFO kablam! | ^^^^^^ Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.544 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.544 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.544 INFO kablam! | Sep 17 18:16:20.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.544 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.544 INFO kablam! Sep 17 18:16:20.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.547 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 17 18:16:20.547 INFO kablam! | Sep 17 18:16:20.547 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.547 INFO kablam! | ^^^^^^ Sep 17 18:16:20.547 INFO kablam! | Sep 17 18:16:20.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.547 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.547 INFO kablam! Sep 17 18:16:20.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.547 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 17 18:16:20.547 INFO kablam! | Sep 17 18:16:20.547 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.547 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.547 INFO kablam! | Sep 17 18:16:20.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.547 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.547 INFO kablam! Sep 17 18:16:20.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.547 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 17 18:16:20.547 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.548 INFO kablam! | ^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.548 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.548 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.548 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.548 INFO kablam! | ^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.548 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.548 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.548 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.548 INFO kablam! | ^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.548 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.548 INFO kablam! | ^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.548 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.548 INFO kablam! | ^^^^^^ Sep 17 18:16:20.548 INFO kablam! | Sep 17 18:16:20.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.548 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.548 INFO kablam! Sep 17 18:16:20.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.549 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.549 INFO kablam! | ^^^^^^ Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.549 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.549 INFO kablam! Sep 17 18:16:20.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.549 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.549 INFO kablam! | ^^^^^^ Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.549 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.549 INFO kablam! Sep 17 18:16:20.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.549 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.549 INFO kablam! | ^^^^^^ Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.549 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.549 INFO kablam! Sep 17 18:16:20.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.549 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.549 INFO kablam! | ^^^^^^ Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.549 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.549 INFO kablam! Sep 17 18:16:20.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.549 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.549 INFO kablam! | ^^^^^^ Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.549 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.549 INFO kablam! Sep 17 18:16:20.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.549 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.549 INFO kablam! | ^^^^^^ Sep 17 18:16:20.549 INFO kablam! | Sep 17 18:16:20.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.549 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.549 INFO kablam! Sep 17 18:16:20.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.550 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 17 18:16:20.550 INFO kablam! | Sep 17 18:16:20.550 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.550 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.550 INFO kablam! | Sep 17 18:16:20.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.550 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.550 INFO kablam! Sep 17 18:16:20.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.550 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 17 18:16:20.550 INFO kablam! | Sep 17 18:16:20.550 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.550 INFO kablam! | ^^^^^^ Sep 17 18:16:20.550 INFO kablam! | Sep 17 18:16:20.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.550 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.550 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.551 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.551 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.551 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.551 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.551 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.551 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.551 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.551 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.551 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.551 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.551 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.551 INFO kablam! Sep 17 18:16:20.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.551 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.551 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.551 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.551 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.552 INFO kablam! Sep 17 18:16:20.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.552 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.552 INFO kablam! | ^^^^^^ Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.552 INFO kablam! Sep 17 18:16:20.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.552 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.552 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.552 INFO kablam! Sep 17 18:16:20.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.552 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.552 INFO kablam! | ^^^^^^ Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.552 INFO kablam! Sep 17 18:16:20.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.552 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.552 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.552 INFO kablam! Sep 17 18:16:20.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.552 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.552 INFO kablam! | ^^^^^^ Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.552 INFO kablam! Sep 17 18:16:20.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.552 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.552 INFO kablam! | ^^^^^^ Sep 17 18:16:20.552 INFO kablam! | Sep 17 18:16:20.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.552 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.553 INFO kablam! Sep 17 18:16:20.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.553 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 17 18:16:20.553 INFO kablam! | Sep 17 18:16:20.553 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.553 INFO kablam! | ^^^^^^ Sep 17 18:16:20.553 INFO kablam! | Sep 17 18:16:20.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.553 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.553 INFO kablam! Sep 17 18:16:20.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.553 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 17 18:16:20.553 INFO kablam! | Sep 17 18:16:20.553 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.553 INFO kablam! | ^^^^^^ Sep 17 18:16:20.553 INFO kablam! | Sep 17 18:16:20.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.553 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.553 INFO kablam! Sep 17 18:16:20.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.553 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 17 18:16:20.553 INFO kablam! | Sep 17 18:16:20.553 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.553 INFO kablam! | ^^^^^^ Sep 17 18:16:20.553 INFO kablam! | Sep 17 18:16:20.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.553 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.555 INFO kablam! Sep 17 18:16:20.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.555 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 17 18:16:20.555 INFO kablam! | Sep 17 18:16:20.555 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.555 INFO kablam! | ^^^^^^ Sep 17 18:16:20.555 INFO kablam! | Sep 17 18:16:20.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.556 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.556 INFO kablam! | ^^^^^^ Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.556 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.556 INFO kablam! | ^^^^^^ Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.556 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.556 INFO kablam! | ^^^^^^ Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.556 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.556 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.556 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.556 INFO kablam! | ^^^^^^ Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.556 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.556 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.556 INFO kablam! | Sep 17 18:16:20.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.556 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.556 INFO kablam! Sep 17 18:16:20.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.557 INFO kablam! | ^^^^^^ Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.557 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.557 INFO kablam! Sep 17 18:16:20.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.557 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.557 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.557 INFO kablam! Sep 17 18:16:20.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.557 INFO kablam! | ^^^^^^ Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.557 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.557 INFO kablam! Sep 17 18:16:20.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.557 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.557 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.557 INFO kablam! Sep 17 18:16:20.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.557 INFO kablam! | ^^^^^^ Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.557 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.557 INFO kablam! Sep 17 18:16:20.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.557 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.557 INFO kablam! | Sep 17 18:16:20.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.557 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.557 INFO kablam! Sep 17 18:16:20.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.557 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.558 INFO kablam! | ^^^^^^ Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.558 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.558 INFO kablam! Sep 17 18:16:20.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.558 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.558 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.558 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.558 INFO kablam! Sep 17 18:16:20.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.558 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.558 INFO kablam! | ^^^^^^ Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.558 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.558 INFO kablam! Sep 17 18:16:20.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.558 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.558 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.558 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.558 INFO kablam! Sep 17 18:16:20.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.558 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.558 INFO kablam! | ^^^^^^ Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.558 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.558 INFO kablam! Sep 17 18:16:20.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.558 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.558 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.558 INFO kablam! | ^^^^^^ Sep 17 18:16:20.558 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.559 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.559 INFO kablam! Sep 17 18:16:20.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.559 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.559 INFO kablam! | ^^^^^^ Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.559 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.559 INFO kablam! Sep 17 18:16:20.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.559 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.559 INFO kablam! | ^^^^^^ Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.559 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.559 INFO kablam! Sep 17 18:16:20.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.559 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.559 INFO kablam! | ^^^^^^ Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.559 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.559 INFO kablam! Sep 17 18:16:20.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.559 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.559 INFO kablam! | ^^^^^^ Sep 17 18:16:20.559 INFO kablam! | Sep 17 18:16:20.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.559 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.559 INFO kablam! Sep 17 18:16:20.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.560 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 17 18:16:20.560 INFO kablam! | Sep 17 18:16:20.560 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.560 INFO kablam! | ^^^^^^ Sep 17 18:16:20.560 INFO kablam! | Sep 17 18:16:20.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.560 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.560 INFO kablam! Sep 17 18:16:20.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.560 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 17 18:16:20.560 INFO kablam! | Sep 17 18:16:20.560 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.560 INFO kablam! | ^^^^^^ Sep 17 18:16:20.560 INFO kablam! | Sep 17 18:16:20.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.560 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.560 INFO kablam! Sep 17 18:16:20.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.560 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 17 18:16:20.560 INFO kablam! | Sep 17 18:16:20.560 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.560 INFO kablam! | ^^^^^^ Sep 17 18:16:20.560 INFO kablam! | Sep 17 18:16:20.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.560 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.560 INFO kablam! Sep 17 18:16:20.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.564 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 17 18:16:20.564 INFO kablam! | Sep 17 18:16:20.564 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.564 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.564 INFO kablam! | Sep 17 18:16:20.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.564 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.564 INFO kablam! Sep 17 18:16:20.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.564 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 17 18:16:20.564 INFO kablam! | Sep 17 18:16:20.564 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.564 INFO kablam! | ^^^^^^ Sep 17 18:16:20.564 INFO kablam! | Sep 17 18:16:20.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.564 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.564 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.565 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.565 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.565 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.565 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.565 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.565 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.565 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.565 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.565 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.565 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.565 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.565 INFO kablam! Sep 17 18:16:20.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.565 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.565 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.565 INFO kablam! | Sep 17 18:16:20.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.566 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.566 INFO kablam! Sep 17 18:16:20.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.566 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.566 INFO kablam! | ^^^^^^ Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.566 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.566 INFO kablam! Sep 17 18:16:20.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.566 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.566 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.566 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.566 INFO kablam! Sep 17 18:16:20.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.566 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.566 INFO kablam! | ^^^^^^ Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.566 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.566 INFO kablam! Sep 17 18:16:20.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.566 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.566 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.566 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.566 INFO kablam! Sep 17 18:16:20.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.566 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.566 INFO kablam! | ^^^^^^ Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.566 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.566 INFO kablam! Sep 17 18:16:20.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.566 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.566 INFO kablam! | ^^^^^^ Sep 17 18:16:20.566 INFO kablam! | Sep 17 18:16:20.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.567 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.567 INFO kablam! Sep 17 18:16:20.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.567 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 17 18:16:20.567 INFO kablam! | Sep 17 18:16:20.567 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.567 INFO kablam! | ^^^^^^ Sep 17 18:16:20.567 INFO kablam! | Sep 17 18:16:20.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.567 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.567 INFO kablam! Sep 17 18:16:20.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.567 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 17 18:16:20.567 INFO kablam! | Sep 17 18:16:20.567 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.567 INFO kablam! | ^^^^^^ Sep 17 18:16:20.567 INFO kablam! | Sep 17 18:16:20.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.567 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.567 INFO kablam! Sep 17 18:16:20.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.567 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 17 18:16:20.567 INFO kablam! | Sep 17 18:16:20.567 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.567 INFO kablam! | ^^^^^^ Sep 17 18:16:20.567 INFO kablam! | Sep 17 18:16:20.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.567 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.568 INFO kablam! Sep 17 18:16:20.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.568 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.568 INFO kablam! | ^^^^^^ Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.568 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.568 INFO kablam! Sep 17 18:16:20.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.568 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.568 INFO kablam! | ^^^^^^ Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.568 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.568 INFO kablam! Sep 17 18:16:20.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.568 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.568 INFO kablam! | ^^^^^^ Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.568 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.568 INFO kablam! Sep 17 18:16:20.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.568 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.568 INFO kablam! | ^^^^^^ Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.568 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.568 INFO kablam! Sep 17 18:16:20.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.568 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.568 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.568 INFO kablam! | Sep 17 18:16:20.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.568 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.568 INFO kablam! Sep 17 18:16:20.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.569 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.569 INFO kablam! | ^^^^^^ Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.569 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.569 INFO kablam! Sep 17 18:16:20.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.569 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.569 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.569 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.569 INFO kablam! Sep 17 18:16:20.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.569 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.569 INFO kablam! | ^^^^^^ Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.569 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.569 INFO kablam! Sep 17 18:16:20.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.569 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.569 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.569 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.569 INFO kablam! Sep 17 18:16:20.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.569 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.569 INFO kablam! | ^^^^^^ Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.569 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.569 INFO kablam! Sep 17 18:16:20.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.569 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 17 18:16:20.569 INFO kablam! | Sep 17 18:16:20.569 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.570 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.570 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.570 INFO kablam! Sep 17 18:16:20.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.570 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.570 INFO kablam! | ^^^^^^ Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.570 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.570 INFO kablam! Sep 17 18:16:20.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.570 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.570 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.570 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.570 INFO kablam! Sep 17 18:16:20.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.570 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.570 INFO kablam! | ^^^^^^ Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.570 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.570 INFO kablam! Sep 17 18:16:20.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.570 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.570 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.570 INFO kablam! | Sep 17 18:16:20.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.570 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.571 INFO kablam! Sep 17 18:16:20.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.571 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.571 INFO kablam! | ^^^^^^ Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.571 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.571 INFO kablam! Sep 17 18:16:20.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.571 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.571 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.571 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.571 INFO kablam! Sep 17 18:16:20.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.571 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.571 INFO kablam! | ^^^^^^ Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.571 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.571 INFO kablam! Sep 17 18:16:20.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.571 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.571 INFO kablam! | ^^^^^^ Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.571 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.571 INFO kablam! Sep 17 18:16:20.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.571 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.571 INFO kablam! | ^^^^^^ Sep 17 18:16:20.571 INFO kablam! | Sep 17 18:16:20.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.572 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.572 INFO kablam! Sep 17 18:16:20.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.572 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.572 INFO kablam! | ^^^^^^ Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.572 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.572 INFO kablam! Sep 17 18:16:20.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.572 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.572 INFO kablam! | ^^^^^^ Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.572 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.572 INFO kablam! Sep 17 18:16:20.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.572 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.572 INFO kablam! | ^^^^^^ Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.572 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.572 INFO kablam! Sep 17 18:16:20.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.572 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.572 INFO kablam! | ^^^^^^ Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.572 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.572 INFO kablam! Sep 17 18:16:20.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.572 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.572 INFO kablam! | ^^^^^^ Sep 17 18:16:20.572 INFO kablam! | Sep 17 18:16:20.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.572 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.573 INFO kablam! Sep 17 18:16:20.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.573 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.573 INFO kablam! | ^^^^^^ Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.573 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.573 INFO kablam! Sep 17 18:16:20.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.573 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.573 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.573 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.573 INFO kablam! Sep 17 18:16:20.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.573 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.573 INFO kablam! | ^^^^^^ Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.573 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.573 INFO kablam! Sep 17 18:16:20.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.573 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.573 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.573 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.573 INFO kablam! Sep 17 18:16:20.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.573 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.573 INFO kablam! | ^^^^^^ Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.573 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.573 INFO kablam! Sep 17 18:16:20.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.573 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 17 18:16:20.573 INFO kablam! | Sep 17 18:16:20.573 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.573 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.574 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.574 INFO kablam! Sep 17 18:16:20.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.574 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.574 INFO kablam! | ^^^^^^ Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.574 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.574 INFO kablam! Sep 17 18:16:20.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.574 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.574 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.574 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.574 INFO kablam! Sep 17 18:16:20.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.574 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.574 INFO kablam! | ^^^^^^ Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.574 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.574 INFO kablam! Sep 17 18:16:20.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.574 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.574 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.574 INFO kablam! | Sep 17 18:16:20.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.574 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.574 INFO kablam! Sep 17 18:16:20.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.575 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.575 INFO kablam! | ^^^^^^ Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.575 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.575 INFO kablam! Sep 17 18:16:20.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.575 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.575 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.575 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.575 INFO kablam! Sep 17 18:16:20.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.575 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.575 INFO kablam! | ^^^^^^ Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.575 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.575 INFO kablam! Sep 17 18:16:20.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.575 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.575 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.575 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.575 INFO kablam! Sep 17 18:16:20.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.575 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.575 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.575 INFO kablam! | ^^^^^^ Sep 17 18:16:20.575 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.576 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.576 INFO kablam! Sep 17 18:16:20.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.576 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.576 INFO kablam! | ^^^^^^ Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.576 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.576 INFO kablam! Sep 17 18:16:20.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.576 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.576 INFO kablam! | ^^^^^^ Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.576 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.576 INFO kablam! Sep 17 18:16:20.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.576 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.576 INFO kablam! | ^^^^^^ Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.576 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.576 INFO kablam! Sep 17 18:16:20.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.576 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.576 INFO kablam! | ^^^^^^ Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.576 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.576 INFO kablam! Sep 17 18:16:20.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.576 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.576 INFO kablam! | ^^^^^^ Sep 17 18:16:20.576 INFO kablam! | Sep 17 18:16:20.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.576 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.577 INFO kablam! Sep 17 18:16:20.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.577 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.577 INFO kablam! | ^^^^^^ Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.577 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.577 INFO kablam! Sep 17 18:16:20.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.577 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.577 INFO kablam! | ^^^^^^ Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.577 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.577 INFO kablam! Sep 17 18:16:20.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.577 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.577 INFO kablam! | ^^^^^^ Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.577 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.577 INFO kablam! Sep 17 18:16:20.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.577 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.577 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.577 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.577 INFO kablam! Sep 17 18:16:20.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.577 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.577 INFO kablam! | ^^^^^^ Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.577 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.577 INFO kablam! Sep 17 18:16:20.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.577 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.577 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.577 INFO kablam! | Sep 17 18:16:20.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.577 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.578 INFO kablam! Sep 17 18:16:20.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.578 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.578 INFO kablam! | ^^^^^^ Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.578 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.578 INFO kablam! Sep 17 18:16:20.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.578 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.578 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.578 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.578 INFO kablam! Sep 17 18:16:20.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.578 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.578 INFO kablam! | ^^^^^^ Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.578 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.578 INFO kablam! Sep 17 18:16:20.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.578 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.578 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.578 INFO kablam! | Sep 17 18:16:20.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.578 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.578 INFO kablam! Sep 17 18:16:20.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.578 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.579 INFO kablam! | ^^^^^^ Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.579 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.579 INFO kablam! Sep 17 18:16:20.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.579 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.579 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.579 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.579 INFO kablam! Sep 17 18:16:20.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.579 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.579 INFO kablam! | ^^^^^^ Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.579 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.579 INFO kablam! Sep 17 18:16:20.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.579 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.579 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.579 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.579 INFO kablam! Sep 17 18:16:20.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.579 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.579 INFO kablam! | ^^^^^^ Sep 17 18:16:20.579 INFO kablam! | Sep 17 18:16:20.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.579 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.579 INFO kablam! Sep 17 18:16:20.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.579 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.580 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.580 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.580 INFO kablam! Sep 17 18:16:20.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.580 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.580 INFO kablam! | ^^^^^^ Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.580 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.580 INFO kablam! Sep 17 18:16:20.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.580 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.580 INFO kablam! | ^^^^^^ Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.580 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.580 INFO kablam! Sep 17 18:16:20.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.580 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.580 INFO kablam! | ^^^^^^ Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.580 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.580 INFO kablam! Sep 17 18:16:20.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.580 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.580 INFO kablam! | ^^^^^^ Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.580 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.580 INFO kablam! Sep 17 18:16:20.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.580 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 17 18:16:20.580 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.581 INFO kablam! | ^^^^^^ Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.581 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.581 INFO kablam! Sep 17 18:16:20.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.581 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.581 INFO kablam! | ^^^^^^ Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.581 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.581 INFO kablam! Sep 17 18:16:20.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.581 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.581 INFO kablam! | ^^^^^^ Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.581 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.581 INFO kablam! Sep 17 18:16:20.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.581 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.581 INFO kablam! | ^^^^^^ Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.581 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.581 INFO kablam! Sep 17 18:16:20.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.581 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.581 INFO kablam! | ^^^^^^ Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.581 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.581 INFO kablam! Sep 17 18:16:20.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.581 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.581 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.581 INFO kablam! | Sep 17 18:16:20.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.581 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.582 INFO kablam! Sep 17 18:16:20.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.582 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.582 INFO kablam! | ^^^^^^ Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.582 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.582 INFO kablam! Sep 17 18:16:20.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.582 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.582 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.582 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.582 INFO kablam! Sep 17 18:16:20.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.582 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.582 INFO kablam! | ^^^^^^ Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.582 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.582 INFO kablam! Sep 17 18:16:20.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.582 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.582 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.582 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.582 INFO kablam! Sep 17 18:16:20.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.582 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.582 INFO kablam! | ^^^^^^ Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.582 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.582 INFO kablam! Sep 17 18:16:20.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.582 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.582 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.582 INFO kablam! | Sep 17 18:16:20.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.583 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.583 INFO kablam! Sep 17 18:16:20.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.583 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 17 18:16:20.583 INFO kablam! | Sep 17 18:16:20.583 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.583 INFO kablam! | ^^^^^^ Sep 17 18:16:20.583 INFO kablam! | Sep 17 18:16:20.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.583 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.583 INFO kablam! Sep 17 18:16:20.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.583 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 17 18:16:20.583 INFO kablam! | Sep 17 18:16:20.583 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.583 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.583 INFO kablam! | Sep 17 18:16:20.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.583 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.583 INFO kablam! Sep 17 18:16:20.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.583 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 17 18:16:20.583 INFO kablam! | Sep 17 18:16:20.583 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.583 INFO kablam! | ^^^^^^ Sep 17 18:16:20.583 INFO kablam! | Sep 17 18:16:20.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.583 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.584 INFO kablam! Sep 17 18:16:20.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.584 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.584 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.584 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.584 INFO kablam! Sep 17 18:16:20.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.584 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.584 INFO kablam! | ^^^^^^ Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.584 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.584 INFO kablam! Sep 17 18:16:20.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.584 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.584 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.584 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.584 INFO kablam! Sep 17 18:16:20.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.584 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.584 INFO kablam! | ^^^^^^ Sep 17 18:16:20.584 INFO kablam! | Sep 17 18:16:20.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.584 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.584 INFO kablam! Sep 17 18:16:20.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.585 INFO kablam! | ^^^^^^ Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.585 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.585 INFO kablam! Sep 17 18:16:20.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.585 INFO kablam! | ^^^^^^ Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.585 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.585 INFO kablam! Sep 17 18:16:20.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.585 INFO kablam! | ^^^^^^ Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.585 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.585 INFO kablam! Sep 17 18:16:20.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.585 INFO kablam! | ^^^^^^ Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.585 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.585 INFO kablam! Sep 17 18:16:20.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.585 INFO kablam! | ^^^^^^ Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.585 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.585 INFO kablam! Sep 17 18:16:20.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.585 INFO kablam! | ^^^^^^ Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.585 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.585 INFO kablam! Sep 17 18:16:20.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.585 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 17 18:16:20.585 INFO kablam! | Sep 17 18:16:20.585 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.586 INFO kablam! | ^^^^^^ Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.586 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.586 INFO kablam! Sep 17 18:16:20.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.586 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.586 INFO kablam! | ^^^^^^ Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.586 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.586 INFO kablam! Sep 17 18:16:20.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.586 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.586 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.586 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.586 INFO kablam! Sep 17 18:16:20.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.586 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.586 INFO kablam! | ^^^^^^ Sep 17 18:16:20.586 INFO kablam! | Sep 17 18:16:20.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.586 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.586 INFO kablam! Sep 17 18:16:20.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.587 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.587 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.587 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.587 INFO kablam! Sep 17 18:16:20.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.587 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.587 INFO kablam! | ^^^^^^ Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.587 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.587 INFO kablam! Sep 17 18:16:20.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.587 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.587 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.587 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.587 INFO kablam! Sep 17 18:16:20.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.587 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.587 INFO kablam! | ^^^^^^ Sep 17 18:16:20.587 INFO kablam! | Sep 17 18:16:20.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.587 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.588 INFO kablam! Sep 17 18:16:20.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.588 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.588 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.588 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.588 INFO kablam! Sep 17 18:16:20.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.588 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.588 INFO kablam! | ^^^^^^ Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.588 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.588 INFO kablam! Sep 17 18:16:20.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.588 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.588 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.588 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.588 INFO kablam! Sep 17 18:16:20.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.588 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.588 INFO kablam! | ^^^^^^ Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.588 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.588 INFO kablam! Sep 17 18:16:20.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.588 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.588 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.588 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.588 INFO kablam! Sep 17 18:16:20.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.588 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.588 INFO kablam! | ^^^^^^ Sep 17 18:16:20.588 INFO kablam! | Sep 17 18:16:20.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.588 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.589 INFO kablam! Sep 17 18:16:20.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.589 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.589 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.589 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.589 INFO kablam! Sep 17 18:16:20.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.589 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.589 INFO kablam! | ^^^^^^ Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.589 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.589 INFO kablam! Sep 17 18:16:20.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.589 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.589 INFO kablam! | ^^^^^^ Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.589 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.589 INFO kablam! Sep 17 18:16:20.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.589 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.589 INFO kablam! | ^^^^^^ Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.589 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.589 INFO kablam! Sep 17 18:16:20.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.589 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.589 INFO kablam! | ^^^^^^ Sep 17 18:16:20.589 INFO kablam! | Sep 17 18:16:20.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.589 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.589 INFO kablam! Sep 17 18:16:20.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.589 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.590 INFO kablam! | ^^^^^^ Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.590 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.590 INFO kablam! Sep 17 18:16:20.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.590 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.590 INFO kablam! | ^^^^^^ Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.590 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.590 INFO kablam! Sep 17 18:16:20.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.590 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.590 INFO kablam! | ^^^^^^ Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.590 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.590 INFO kablam! Sep 17 18:16:20.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.590 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.590 INFO kablam! | ^^^^^^ Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.590 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.590 INFO kablam! Sep 17 18:16:20.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.590 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.590 INFO kablam! | ^^^^^^ Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.590 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.590 INFO kablam! Sep 17 18:16:20.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.590 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 17 18:16:20.590 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.591 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.591 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.591 INFO kablam! Sep 17 18:16:20.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.591 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.591 INFO kablam! | ^^^^^^ Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.591 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.591 INFO kablam! Sep 17 18:16:20.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.591 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.591 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.591 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.591 INFO kablam! Sep 17 18:16:20.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.591 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.591 INFO kablam! | ^^^^^^ Sep 17 18:16:20.591 INFO kablam! | Sep 17 18:16:20.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.591 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.591 INFO kablam! Sep 17 18:16:20.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.592 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.592 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.592 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.592 INFO kablam! Sep 17 18:16:20.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.592 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.592 INFO kablam! | ^^^^^^ Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.592 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.592 INFO kablam! Sep 17 18:16:20.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.592 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.592 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.592 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.592 INFO kablam! Sep 17 18:16:20.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.592 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.592 INFO kablam! | ^^^^^^ Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.592 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.592 INFO kablam! Sep 17 18:16:20.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.592 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.592 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.592 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.592 INFO kablam! Sep 17 18:16:20.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.592 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.592 INFO kablam! | ^^^^^^ Sep 17 18:16:20.592 INFO kablam! | Sep 17 18:16:20.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.592 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.593 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.593 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.593 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.593 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.593 INFO kablam! | ^^^^^^ Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.593 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.593 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.593 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.593 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.593 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.593 INFO kablam! | ^^^^^^ Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.593 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.593 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.593 INFO kablam! | ^^^^^^ Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.593 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.593 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.593 INFO kablam! | ^^^^^^ Sep 17 18:16:20.593 INFO kablam! | Sep 17 18:16:20.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.593 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.593 INFO kablam! Sep 17 18:16:20.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.594 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.594 INFO kablam! | ^^^^^^ Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.594 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.594 INFO kablam! Sep 17 18:16:20.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.594 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.594 INFO kablam! | ^^^^^^ Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.594 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.594 INFO kablam! Sep 17 18:16:20.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.594 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! 28 | self.0.as_ptr() Sep 17 18:16:20.594 INFO kablam! | ^^^^^^ Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.594 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.594 INFO kablam! Sep 17 18:16:20.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.594 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! 34 | self.0.as_mut_ptr() Sep 17 18:16:20.594 INFO kablam! | ^^^^^^ Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.594 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.594 INFO kablam! Sep 17 18:16:20.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.594 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 17 18:16:20.594 INFO kablam! | ^^^^^^ Sep 17 18:16:20.594 INFO kablam! | Sep 17 18:16:20.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.594 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.594 INFO kablam! Sep 17 18:16:20.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.594 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.595 INFO kablam! | ^^^^^^ Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.595 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.595 INFO kablam! Sep 17 18:16:20.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.595 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 17 18:16:20.595 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.595 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.595 INFO kablam! Sep 17 18:16:20.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.595 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.595 INFO kablam! | ^^^^^^ Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.595 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.595 INFO kablam! Sep 17 18:16:20.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.595 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.595 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.595 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.595 INFO kablam! Sep 17 18:16:20.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.595 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.595 INFO kablam! | ^^^^^^ Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.595 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.595 INFO kablam! Sep 17 18:16:20.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.595 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.595 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.595 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.595 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.596 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.596 INFO kablam! Sep 17 18:16:20.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.596 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.596 INFO kablam! | ^^^^^^ Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.596 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.596 INFO kablam! Sep 17 18:16:20.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.596 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.596 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.596 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.596 INFO kablam! Sep 17 18:16:20.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.596 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.596 INFO kablam! | ^^^^^^ Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.596 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.596 INFO kablam! Sep 17 18:16:20.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.596 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.596 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.596 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.596 INFO kablam! Sep 17 18:16:20.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.596 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.596 INFO kablam! | ^^^^^^ Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.596 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.596 INFO kablam! Sep 17 18:16:20.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.596 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 17 18:16:20.596 INFO kablam! | Sep 17 18:16:20.596 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.596 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.597 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.597 INFO kablam! Sep 17 18:16:20.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.597 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.597 INFO kablam! | ^^^^^^ Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.597 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.597 INFO kablam! Sep 17 18:16:20.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.597 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 17 18:16:20.597 INFO kablam! | ^^^^^^^ Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.597 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.597 INFO kablam! Sep 17 18:16:20.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.597 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 17 18:16:20.597 INFO kablam! | ^^^^^^ Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.597 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.597 INFO kablam! Sep 17 18:16:20.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.597 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! 132 | self.0.iter() Sep 17 18:16:20.597 INFO kablam! | ^^^^^^ Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.597 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.597 INFO kablam! Sep 17 18:16:20.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.597 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! 144 | self.0.iter_mut() Sep 17 18:16:20.597 INFO kablam! | ^^^^^^ Sep 17 18:16:20.597 INFO kablam! | Sep 17 18:16:20.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.597 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.598 INFO kablam! Sep 17 18:16:20.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.598 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 17 18:16:20.598 INFO kablam! | Sep 17 18:16:20.598 INFO kablam! 153 | &self.0[..] Sep 17 18:16:20.598 INFO kablam! | ^^^^^^ Sep 17 18:16:20.598 INFO kablam! | Sep 17 18:16:20.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.598 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.598 INFO kablam! Sep 17 18:16:20.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 18:16:20.598 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 17 18:16:20.598 INFO kablam! | Sep 17 18:16:20.598 INFO kablam! 162 | &mut self.0[..] Sep 17 18:16:20.598 INFO kablam! | ^^^^^^ Sep 17 18:16:20.598 INFO kablam! | Sep 17 18:16:20.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 18:16:20.598 INFO kablam! = note: for more information, see issue #46043 Sep 17 18:16:20.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 17 18:16:20.598 INFO kablam! Sep 17 18:16:20.598 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 17 18:16:20.598 INFO kablam! --> src/lib.rs:8:12 Sep 17 18:16:20.598 INFO kablam! | Sep 17 18:16:20.598 INFO kablam! 8 | #![feature(associated_consts)] Sep 17 18:16:20.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 18:16:20.598 INFO kablam! | Sep 17 18:16:20.598 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 18:16:20.598 INFO kablam! Sep 17 18:16:20.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Sep 17 18:16:20.702 INFO kablam! su: No module specific data is present Sep 17 18:16:21.554 INFO running `"docker" "rm" "-f" "01f52e0de83824fbae1195a52fd3ff2cb5fe99fc431979da3b9f19a2373ca405"` Sep 17 18:16:21.665 INFO blam! 01f52e0de83824fbae1195a52fd3ff2cb5fe99fc431979da3b9f19a2373ca405