Oct 27 16:31:23.398 INFO checking rust-extra-0.0.17 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:31:23.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 16:31:23.645 INFO blam! 21813ad1dcadd4531894a33f624ad41c332b425b4cd1e29370991202fedf7936 Oct 27 16:31:23.647 INFO running `"docker" "start" "-a" "21813ad1dcadd4531894a33f624ad41c332b425b4cd1e29370991202fedf7936"` Oct 27 16:31:24.476 INFO kablam! usermod: no changes Oct 27 16:31:24.508 INFO kablam! Checking rust-extra v0.0.17 (/source) Oct 27 16:31:25.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.991 INFO kablam! --> src/arrays/Array16.rs:28:3 Oct 27 16:31:25.991 INFO kablam! | Oct 27 16:31:25.991 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.991 INFO kablam! | ^^^^^^ Oct 27 16:31:25.991 INFO kablam! | Oct 27 16:31:25.991 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 16:31:25.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.991 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.991 INFO kablam! Oct 27 16:31:25.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.991 INFO kablam! --> src/arrays/Array16.rs:34:3 Oct 27 16:31:25.991 INFO kablam! | Oct 27 16:31:25.991 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.991 INFO kablam! | ^^^^^^ Oct 27 16:31:25.991 INFO kablam! | Oct 27 16:31:25.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.991 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.991 INFO kablam! Oct 27 16:31:25.991 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.991 INFO kablam! --> src/arrays/Array16.rs:56:3 Oct 27 16:31:25.991 INFO kablam! | Oct 27 16:31:25.991 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.991 INFO kablam! | ^^^^^^ Oct 27 16:31:25.991 INFO kablam! | Oct 27 16:31:25.991 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.991 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.991 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:65:3 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:65:18 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:78:29 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:78:43 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:84:20 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:84:34 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:90:20 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.992 INFO kablam! | ^^^^^^ Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.992 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.992 INFO kablam! Oct 27 16:31:25.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.992 INFO kablam! --> src/arrays/Array16.rs:90:34 Oct 27 16:31:25.992 INFO kablam! | Oct 27 16:31:25.992 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:96:20 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:96:34 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:102:20 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:102:34 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:111:14 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:111:28 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.993 INFO kablam! Oct 27 16:31:25.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.993 INFO kablam! --> src/arrays/Array16.rs:120:15 Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.993 INFO kablam! | ^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.993 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.005 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.006 INFO kablam! Oct 27 16:31:26.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.006 INFO kablam! --> src/arrays/Array16.rs:132:3 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array16.rs:144:3 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array16.rs:153:4 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array16.rs:162:8 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array30.rs:28:3 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array30.rs:34:3 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array30.rs:56:3 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array30.rs:65:3 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.007 INFO kablam! | ^^^^^^ Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.007 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.007 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.007 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.007 INFO kablam! Oct 27 16:31:26.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.007 INFO kablam! --> src/arrays/Array30.rs:65:18 Oct 27 16:31:26.007 INFO kablam! | Oct 27 16:31:26.008 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.008 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.008 INFO kablam! | Oct 27 16:31:26.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.008 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.008 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.008 INFO kablam! Oct 27 16:31:26.008 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.008 INFO kablam! --> src/arrays/Array30.rs:78:29 Oct 27 16:31:26.008 INFO kablam! | Oct 27 16:31:26.008 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.008 INFO kablam! | ^^^^^^ Oct 27 16:31:26.008 INFO kablam! | Oct 27 16:31:26.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.015 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.015 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.015 INFO kablam! Oct 27 16:31:26.015 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.015 INFO kablam! --> src/arrays/Array30.rs:78:43 Oct 27 16:31:26.015 INFO kablam! | Oct 27 16:31:26.015 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:84:20 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:84:34 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:90:20 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:90:34 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:96:20 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:96:34 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:102:20 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.016 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.016 INFO kablam! --> src/arrays/Array30.rs:102:34 Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.016 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.016 INFO kablam! | Oct 27 16:31:26.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.016 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.016 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.016 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:111:14 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:111:28 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.017 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:120:15 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:132:3 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:144:3 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:153:4 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array30.rs:162:8 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array32.rs:28:3 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.017 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.017 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.017 INFO kablam! Oct 27 16:31:26.017 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.017 INFO kablam! --> src/arrays/Array32.rs:34:3 Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.017 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.017 INFO kablam! | ^^^^^^ Oct 27 16:31:26.017 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:56:3 Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.018 INFO kablam! | ^^^^^^ Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:65:3 Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.018 INFO kablam! | ^^^^^^ Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:65:18 Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.018 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:78:29 Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.018 INFO kablam! | ^^^^^^ Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:78:43 Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.018 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:84:20 Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.018 INFO kablam! | ^^^^^^ Oct 27 16:31:26.018 INFO kablam! | Oct 27 16:31:26.018 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.018 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.018 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.018 INFO kablam! Oct 27 16:31:26.018 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.018 INFO kablam! --> src/arrays/Array32.rs:84:34 Oct 27 16:31:26.019 INFO kablam! | Oct 27 16:31:26.019 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.019 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.019 INFO kablam! | Oct 27 16:31:26.019 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.019 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.035 INFO kablam! Oct 27 16:31:26.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.035 INFO kablam! --> src/arrays/Array32.rs:90:20 Oct 27 16:31:26.035 INFO kablam! | Oct 27 16:31:26.035 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.035 INFO kablam! | ^^^^^^ Oct 27 16:31:26.035 INFO kablam! | Oct 27 16:31:26.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.035 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.035 INFO kablam! Oct 27 16:31:26.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.035 INFO kablam! --> src/arrays/Array32.rs:90:34 Oct 27 16:31:26.035 INFO kablam! | Oct 27 16:31:26.035 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.035 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.035 INFO kablam! | Oct 27 16:31:26.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.035 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.035 INFO kablam! Oct 27 16:31:26.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.035 INFO kablam! --> src/arrays/Array32.rs:96:20 Oct 27 16:31:26.035 INFO kablam! | Oct 27 16:31:26.035 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.035 INFO kablam! | ^^^^^^ Oct 27 16:31:26.035 INFO kablam! | Oct 27 16:31:26.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:96:34 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.039 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:102:20 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.039 INFO kablam! | ^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:102:34 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.039 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:111:14 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.039 INFO kablam! | ^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:111:28 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.039 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:120:15 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.039 INFO kablam! | ^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:132:3 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.039 INFO kablam! | ^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.039 INFO kablam! Oct 27 16:31:26.039 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.039 INFO kablam! --> src/arrays/Array32.rs:144:3 Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.039 INFO kablam! | ^^^^^^ Oct 27 16:31:26.039 INFO kablam! | Oct 27 16:31:26.039 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.039 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.039 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array32.rs:153:4 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array32.rs:162:8 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:28:3 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:34:3 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:56:3 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:65:3 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:65:18 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.040 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:78:29 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.040 INFO kablam! | ^^^^^^ Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.040 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.040 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.040 INFO kablam! Oct 27 16:31:26.040 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.040 INFO kablam! --> src/arrays/Array40.rs:78:43 Oct 27 16:31:26.040 INFO kablam! | Oct 27 16:31:26.040 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:84:20 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:84:34 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:90:20 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:90:34 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:96:20 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:96:34 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:102:20 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.041 INFO kablam! Oct 27 16:31:26.041 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.041 INFO kablam! --> src/arrays/Array40.rs:102:34 Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.041 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.041 INFO kablam! | Oct 27 16:31:26.041 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.041 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.041 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:111:14 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:111:28 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.042 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:120:15 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:132:3 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:144:3 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:153:4 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array40.rs:162:8 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.042 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.042 INFO kablam! Oct 27 16:31:26.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.042 INFO kablam! --> src/arrays/Array46.rs:28:3 Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.042 INFO kablam! | ^^^^^^ Oct 27 16:31:26.042 INFO kablam! | Oct 27 16:31:26.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.046 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.046 INFO kablam! Oct 27 16:31:26.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:34:3 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.047 INFO kablam! | ^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:56:3 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:65:3 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:65:18 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:78:29 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:78:43 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:84:20 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.047 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.047 INFO kablam! Oct 27 16:31:26.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.047 INFO kablam! --> src/arrays/Array46.rs:84:34 Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.047 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.047 INFO kablam! | Oct 27 16:31:26.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.054 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:90:20 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:90:34 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:96:20 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:96:34 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:102:20 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:102:34 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:111:14 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:111:28 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.055 INFO kablam! Oct 27 16:31:26.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.055 INFO kablam! --> src/arrays/Array46.rs:120:15 Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.055 INFO kablam! | ^^^^^^ Oct 27 16:31:26.055 INFO kablam! | Oct 27 16:31:26.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.055 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.056 INFO kablam! Oct 27 16:31:26.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.056 INFO kablam! --> src/arrays/Array46.rs:132:3 Oct 27 16:31:26.056 INFO kablam! | Oct 27 16:31:26.056 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.056 INFO kablam! | ^^^^^^ Oct 27 16:31:26.056 INFO kablam! | Oct 27 16:31:26.056 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.056 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.056 INFO kablam! Oct 27 16:31:26.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.056 INFO kablam! --> src/arrays/Array46.rs:144:3 Oct 27 16:31:26.056 INFO kablam! | Oct 27 16:31:26.056 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.056 INFO kablam! | ^^^^^^ Oct 27 16:31:26.056 INFO kablam! | Oct 27 16:31:26.056 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.056 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.056 INFO kablam! Oct 27 16:31:26.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.062 INFO kablam! --> src/arrays/Array46.rs:153:4 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array46.rs:162:8 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:28:3 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:34:3 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:56:3 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:65:3 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:65:18 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.063 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:78:29 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.063 INFO kablam! | ^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.063 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.063 INFO kablam! Oct 27 16:31:26.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.063 INFO kablam! --> src/arrays/Array52.rs:78:43 Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.063 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.063 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.063 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:84:20 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:84:34 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:90:20 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:90:34 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:96:20 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:96:34 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:102:20 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.064 INFO kablam! Oct 27 16:31:26.064 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.064 INFO kablam! --> src/arrays/Array52.rs:102:34 Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.064 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.064 INFO kablam! | Oct 27 16:31:26.064 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.064 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:111:14 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:111:28 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.065 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:120:15 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:132:3 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:144:3 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:153:4 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array52.rs:162:8 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array64.rs:28:3 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.065 INFO kablam! | ^^^^^^ Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.065 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.065 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.065 INFO kablam! Oct 27 16:31:26.065 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.065 INFO kablam! --> src/arrays/Array64.rs:34:3 Oct 27 16:31:26.065 INFO kablam! | Oct 27 16:31:26.065 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.066 INFO kablam! | ^^^^^^ Oct 27 16:31:26.066 INFO kablam! | Oct 27 16:31:26.066 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.066 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.066 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.066 INFO kablam! Oct 27 16:31:26.066 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.066 INFO kablam! --> src/arrays/Array64.rs:56:3 Oct 27 16:31:26.066 INFO kablam! | Oct 27 16:31:26.066 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.066 INFO kablam! | ^^^^^^ Oct 27 16:31:26.086 INFO kablam! | Oct 27 16:31:26.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.086 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:65:3 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:65:18 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:78:29 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:78:43 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:84:20 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:84:34 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:90:20 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:90:34 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.087 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.087 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.087 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.087 INFO kablam! Oct 27 16:31:26.087 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.087 INFO kablam! --> src/arrays/Array64.rs:96:20 Oct 27 16:31:26.087 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:96:34 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:102:20 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:102:34 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:111:14 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:111:28 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:120:15 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.088 INFO kablam! | ^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:132:3 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.088 INFO kablam! | ^^^^^^ Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.088 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.088 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.088 INFO kablam! Oct 27 16:31:26.088 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.088 INFO kablam! --> src/arrays/Array64.rs:144:3 Oct 27 16:31:26.088 INFO kablam! | Oct 27 16:31:26.088 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.088 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array64.rs:153:4 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array64.rs:162:8 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array80.rs:28:3 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array80.rs:34:3 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array80.rs:56:3 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array80.rs:65:3 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array80.rs:65:18 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.089 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.089 INFO kablam! Oct 27 16:31:26.089 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.089 INFO kablam! --> src/arrays/Array80.rs:78:29 Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.089 INFO kablam! | ^^^^^^ Oct 27 16:31:26.089 INFO kablam! | Oct 27 16:31:26.089 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.089 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.089 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.090 INFO kablam! Oct 27 16:31:26.090 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.090 INFO kablam! --> src/arrays/Array80.rs:78:43 Oct 27 16:31:26.090 INFO kablam! | Oct 27 16:31:26.090 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.090 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.090 INFO kablam! | Oct 27 16:31:26.090 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.090 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.102 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:84:20 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:84:34 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:90:20 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:90:34 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:96:20 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:96:34 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:102:20 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:102:34 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.103 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.103 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.103 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.103 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.103 INFO kablam! Oct 27 16:31:26.103 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.103 INFO kablam! --> src/arrays/Array80.rs:111:14 Oct 27 16:31:26.103 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array80.rs:111:28 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.104 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array80.rs:120:15 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array80.rs:132:3 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array80.rs:144:3 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array80.rs:153:4 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array80.rs:162:8 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array128.rs:28:3 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.104 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.104 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.104 INFO kablam! Oct 27 16:31:26.104 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.104 INFO kablam! --> src/arrays/Array128.rs:34:3 Oct 27 16:31:26.104 INFO kablam! | Oct 27 16:31:26.104 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.104 INFO kablam! | ^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:56:3 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:65:3 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:65:18 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:78:29 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:78:43 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:84:20 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:84:34 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.105 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.105 INFO kablam! --> src/arrays/Array128.rs:90:20 Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.105 INFO kablam! | ^^^^^^ Oct 27 16:31:26.105 INFO kablam! | Oct 27 16:31:26.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.105 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.105 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.105 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:90:34 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:96:20 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:96:34 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:102:20 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:102:34 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:111:14 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:111:28 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:120:15 Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.106 INFO kablam! | ^^^^^^ Oct 27 16:31:26.106 INFO kablam! | Oct 27 16:31:26.106 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.106 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.106 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.106 INFO kablam! Oct 27 16:31:26.106 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.106 INFO kablam! --> src/arrays/Array128.rs:132:3 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array128.rs:144:3 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array128.rs:153:4 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array128.rs:162:8 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array256.rs:28:3 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array256.rs:34:3 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array256.rs:56:3 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array256.rs:65:3 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.107 INFO kablam! | ^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.107 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.107 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.107 INFO kablam! Oct 27 16:31:26.107 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.107 INFO kablam! --> src/arrays/Array256.rs:65:18 Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.107 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.107 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.107 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:78:29 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:78:43 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:84:20 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:84:34 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:90:20 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:90:34 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:96:20 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.108 INFO kablam! --> src/arrays/Array256.rs:96:34 Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.108 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.108 INFO kablam! | Oct 27 16:31:26.108 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.108 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.108 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.108 INFO kablam! Oct 27 16:31:26.108 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:102:20 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:102:34 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.109 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:111:14 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:111:28 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.109 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:120:15 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:132:3 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:144:3 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:153:4 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.109 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.109 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.109 INFO kablam! Oct 27 16:31:26.109 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.109 INFO kablam! --> src/arrays/Array256.rs:162:8 Oct 27 16:31:26.109 INFO kablam! | Oct 27 16:31:26.109 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.109 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:28:3 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.110 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:34:3 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.110 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:56:3 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.110 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:65:3 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.110 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:65:18 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.110 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:78:29 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.110 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:78:43 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.110 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.110 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.110 INFO kablam! Oct 27 16:31:26.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.110 INFO kablam! --> src/arrays/Array512.rs:84:20 Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.110 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.110 INFO kablam! | ^^^^^^ Oct 27 16:31:26.110 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:84:34 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:90:20 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:90:34 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:96:20 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:96:34 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:102:20 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:102:34 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:111:14 Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.111 INFO kablam! | ^^^^^^ Oct 27 16:31:26.111 INFO kablam! | Oct 27 16:31:26.111 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.111 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.111 INFO kablam! Oct 27 16:31:26.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.111 INFO kablam! --> src/arrays/Array512.rs:111:28 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.112 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array512.rs:120:15 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array512.rs:132:3 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array512.rs:144:3 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array512.rs:153:4 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array512.rs:162:8 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array1024.rs:28:3 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.112 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.112 INFO kablam! --> src/arrays/Array1024.rs:34:3 Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.112 INFO kablam! | ^^^^^^ Oct 27 16:31:26.112 INFO kablam! | Oct 27 16:31:26.112 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.112 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.112 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:56:3 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:65:3 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:65:18 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:78:29 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:78:43 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:84:20 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:84:34 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:90:20 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.113 INFO kablam! | ^^^^^^ Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.113 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.113 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.113 INFO kablam! Oct 27 16:31:26.113 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.113 INFO kablam! --> src/arrays/Array1024.rs:90:34 Oct 27 16:31:26.113 INFO kablam! | Oct 27 16:31:26.113 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:96:20 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:96:34 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:102:20 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:102:34 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:111:14 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:111:28 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.114 INFO kablam! --> src/arrays/Array1024.rs:120:15 Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.114 INFO kablam! | ^^^^^^ Oct 27 16:31:26.114 INFO kablam! | Oct 27 16:31:26.114 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.114 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.114 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.114 INFO kablam! Oct 27 16:31:26.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.122 INFO kablam! --> src/arrays/Array1024.rs:132:3 Oct 27 16:31:26.122 INFO kablam! | Oct 27 16:31:26.122 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.123 INFO kablam! | ^^^^^^ Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.123 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.123 INFO kablam! Oct 27 16:31:26.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.123 INFO kablam! --> src/arrays/Array1024.rs:144:3 Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.123 INFO kablam! | ^^^^^^ Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.123 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.123 INFO kablam! Oct 27 16:31:26.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.123 INFO kablam! --> src/arrays/Array1024.rs:153:4 Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.123 INFO kablam! | ^^^^^^ Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.123 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.123 INFO kablam! Oct 27 16:31:26.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.123 INFO kablam! --> src/arrays/Array1024.rs:162:8 Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.123 INFO kablam! | ^^^^^^ Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.123 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.123 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.123 INFO kablam! Oct 27 16:31:26.123 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 16:31:26.123 INFO kablam! --> src/lib.rs:8:12 Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! 8 | #![feature(associated_consts)] Oct 27 16:31:26.123 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 16:31:26.123 INFO kablam! | Oct 27 16:31:26.123 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:31:26.123 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:28:3 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.207 INFO kablam! | ^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:34:3 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.207 INFO kablam! | ^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:56:3 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.207 INFO kablam! | ^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:65:3 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.207 INFO kablam! | ^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:65:18 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.207 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:78:29 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.207 INFO kablam! | ^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:78:43 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.207 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:84:20 Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.207 INFO kablam! | ^^^^^^ Oct 27 16:31:26.207 INFO kablam! | Oct 27 16:31:26.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.207 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.207 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.207 INFO kablam! Oct 27 16:31:26.207 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.207 INFO kablam! --> src/arrays/Array16.rs:84:34 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:90:20 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:90:34 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:96:20 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:96:34 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:102:20 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:102:34 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:111:14 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.208 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.208 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.208 INFO kablam! Oct 27 16:31:26.208 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.208 INFO kablam! --> src/arrays/Array16.rs:111:28 Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.208 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.208 INFO kablam! | Oct 27 16:31:26.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array16.rs:120:15 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array16.rs:132:3 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array16.rs:144:3 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array16.rs:153:4 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array16.rs:162:8 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array30.rs:28:3 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array30.rs:34:3 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array30.rs:56:3 Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.209 INFO kablam! | ^^^^^^ Oct 27 16:31:26.209 INFO kablam! | Oct 27 16:31:26.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.209 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.209 INFO kablam! Oct 27 16:31:26.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.209 INFO kablam! --> src/arrays/Array30.rs:65:3 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:65:18 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:78:29 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:78:43 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:84:20 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:84:34 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:90:20 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:90:34 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.210 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.210 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.210 INFO kablam! Oct 27 16:31:26.210 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.210 INFO kablam! --> src/arrays/Array30.rs:96:20 Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.210 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.210 INFO kablam! | ^^^^^^ Oct 27 16:31:26.210 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:96:34 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.211 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:102:20 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.211 INFO kablam! | ^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:102:34 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.211 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:111:14 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.211 INFO kablam! | ^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:111:28 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.211 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:120:15 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.211 INFO kablam! | ^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:132:3 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.211 INFO kablam! | ^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.211 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.211 INFO kablam! --> src/arrays/Array30.rs:144:3 Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.211 INFO kablam! | ^^^^^^ Oct 27 16:31:26.211 INFO kablam! | Oct 27 16:31:26.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.211 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.211 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.211 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array30.rs:153:4 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array30.rs:162:8 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:28:3 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:34:3 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:56:3 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:65:3 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:65:18 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.212 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:78:29 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.212 INFO kablam! | ^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.212 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.212 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.212 INFO kablam! Oct 27 16:31:26.212 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.212 INFO kablam! --> src/arrays/Array32.rs:78:43 Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.212 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.212 INFO kablam! | Oct 27 16:31:26.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:84:20 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:84:34 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:90:20 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:90:34 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:96:20 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:96:34 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:102:20 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.213 INFO kablam! --> src/arrays/Array32.rs:102:34 Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.213 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.213 INFO kablam! | Oct 27 16:31:26.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.213 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.213 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.213 INFO kablam! Oct 27 16:31:26.213 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:111:14 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:111:28 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.214 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:120:15 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:132:3 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:144:3 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:153:4 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array32.rs:162:8 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.214 INFO kablam! Oct 27 16:31:26.214 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.214 INFO kablam! --> src/arrays/Array40.rs:28:3 Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.214 INFO kablam! | ^^^^^^ Oct 27 16:31:26.214 INFO kablam! | Oct 27 16:31:26.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.214 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.214 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.222 INFO kablam! Oct 27 16:31:26.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.222 INFO kablam! --> src/arrays/Array40.rs:34:3 Oct 27 16:31:26.222 INFO kablam! | Oct 27 16:31:26.222 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.222 INFO kablam! | ^^^^^^ Oct 27 16:31:26.222 INFO kablam! | Oct 27 16:31:26.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.222 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.222 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.222 INFO kablam! Oct 27 16:31:26.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.223 INFO kablam! --> src/arrays/Array40.rs:56:3 Oct 27 16:31:26.223 INFO kablam! | Oct 27 16:31:26.223 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.223 INFO kablam! | ^^^^^^ Oct 27 16:31:26.223 INFO kablam! | Oct 27 16:31:26.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.223 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.223 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.223 INFO kablam! Oct 27 16:31:26.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.223 INFO kablam! --> src/arrays/Array40.rs:65:3 Oct 27 16:31:26.223 INFO kablam! | Oct 27 16:31:26.223 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.223 INFO kablam! | ^^^^^^ Oct 27 16:31:26.223 INFO kablam! | Oct 27 16:31:26.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.223 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.223 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.223 INFO kablam! Oct 27 16:31:26.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.224 INFO kablam! --> src/arrays/Array40.rs:65:18 Oct 27 16:31:26.224 INFO kablam! | Oct 27 16:31:26.224 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.224 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.224 INFO kablam! | Oct 27 16:31:26.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.224 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.224 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.224 INFO kablam! Oct 27 16:31:26.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.224 INFO kablam! --> src/arrays/Array40.rs:78:29 Oct 27 16:31:26.224 INFO kablam! | Oct 27 16:31:26.224 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.224 INFO kablam! | ^^^^^^ Oct 27 16:31:26.224 INFO kablam! | Oct 27 16:31:26.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.224 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.224 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.224 INFO kablam! Oct 27 16:31:26.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.224 INFO kablam! --> src/arrays/Array40.rs:78:43 Oct 27 16:31:26.224 INFO kablam! | Oct 27 16:31:26.225 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.225 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.225 INFO kablam! | Oct 27 16:31:26.225 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.225 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.225 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.225 INFO kablam! Oct 27 16:31:26.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.225 INFO kablam! --> src/arrays/Array40.rs:84:20 Oct 27 16:31:26.225 INFO kablam! | Oct 27 16:31:26.225 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.225 INFO kablam! | ^^^^^^ Oct 27 16:31:26.225 INFO kablam! | Oct 27 16:31:26.225 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.225 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.225 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.225 INFO kablam! Oct 27 16:31:26.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.225 INFO kablam! --> src/arrays/Array40.rs:84:34 Oct 27 16:31:26.225 INFO kablam! | Oct 27 16:31:26.225 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.225 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.225 INFO kablam! | Oct 27 16:31:26.226 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.226 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.226 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.226 INFO kablam! Oct 27 16:31:26.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.226 INFO kablam! --> src/arrays/Array40.rs:90:20 Oct 27 16:31:26.226 INFO kablam! | Oct 27 16:31:26.226 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.226 INFO kablam! | ^^^^^^ Oct 27 16:31:26.226 INFO kablam! | Oct 27 16:31:26.226 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.226 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.226 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.226 INFO kablam! Oct 27 16:31:26.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.226 INFO kablam! --> src/arrays/Array40.rs:90:34 Oct 27 16:31:26.226 INFO kablam! | Oct 27 16:31:26.226 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.226 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.226 INFO kablam! | Oct 27 16:31:26.226 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.227 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.227 INFO kablam! Oct 27 16:31:26.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.227 INFO kablam! --> src/arrays/Array40.rs:96:20 Oct 27 16:31:26.227 INFO kablam! | Oct 27 16:31:26.227 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.227 INFO kablam! | ^^^^^^ Oct 27 16:31:26.227 INFO kablam! | Oct 27 16:31:26.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.227 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.227 INFO kablam! Oct 27 16:31:26.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.227 INFO kablam! --> src/arrays/Array40.rs:96:34 Oct 27 16:31:26.227 INFO kablam! | Oct 27 16:31:26.227 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.227 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.227 INFO kablam! | Oct 27 16:31:26.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.227 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.227 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.228 INFO kablam! Oct 27 16:31:26.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.228 INFO kablam! --> src/arrays/Array40.rs:102:20 Oct 27 16:31:26.228 INFO kablam! | Oct 27 16:31:26.228 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.228 INFO kablam! | ^^^^^^ Oct 27 16:31:26.228 INFO kablam! | Oct 27 16:31:26.228 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.228 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.228 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.228 INFO kablam! Oct 27 16:31:26.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.228 INFO kablam! --> src/arrays/Array40.rs:102:34 Oct 27 16:31:26.228 INFO kablam! | Oct 27 16:31:26.228 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.228 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.228 INFO kablam! | Oct 27 16:31:26.228 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.228 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.228 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.228 INFO kablam! Oct 27 16:31:26.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.229 INFO kablam! --> src/arrays/Array40.rs:111:14 Oct 27 16:31:26.229 INFO kablam! | Oct 27 16:31:26.229 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.229 INFO kablam! | ^^^^^^ Oct 27 16:31:26.229 INFO kablam! | Oct 27 16:31:26.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.229 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.229 INFO kablam! Oct 27 16:31:26.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.229 INFO kablam! --> src/arrays/Array40.rs:111:28 Oct 27 16:31:26.229 INFO kablam! | Oct 27 16:31:26.229 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.229 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.229 INFO kablam! | Oct 27 16:31:26.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.229 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.229 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.229 INFO kablam! Oct 27 16:31:26.229 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.229 INFO kablam! --> src/arrays/Array40.rs:120:15 Oct 27 16:31:26.229 INFO kablam! | Oct 27 16:31:26.229 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.230 INFO kablam! | ^^^^^^ Oct 27 16:31:26.230 INFO kablam! | Oct 27 16:31:26.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.230 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.230 INFO kablam! Oct 27 16:31:26.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.230 INFO kablam! --> src/arrays/Array40.rs:132:3 Oct 27 16:31:26.230 INFO kablam! | Oct 27 16:31:26.230 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.230 INFO kablam! | ^^^^^^ Oct 27 16:31:26.230 INFO kablam! | Oct 27 16:31:26.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.230 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.230 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.230 INFO kablam! Oct 27 16:31:26.230 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.230 INFO kablam! --> src/arrays/Array40.rs:144:3 Oct 27 16:31:26.230 INFO kablam! | Oct 27 16:31:26.230 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.230 INFO kablam! | ^^^^^^ Oct 27 16:31:26.231 INFO kablam! | Oct 27 16:31:26.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.231 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.231 INFO kablam! Oct 27 16:31:26.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.231 INFO kablam! --> src/arrays/Array40.rs:153:4 Oct 27 16:31:26.231 INFO kablam! | Oct 27 16:31:26.231 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.231 INFO kablam! | ^^^^^^ Oct 27 16:31:26.231 INFO kablam! | Oct 27 16:31:26.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.231 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.231 INFO kablam! Oct 27 16:31:26.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.231 INFO kablam! --> src/arrays/Array40.rs:162:8 Oct 27 16:31:26.231 INFO kablam! | Oct 27 16:31:26.231 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.231 INFO kablam! | ^^^^^^ Oct 27 16:31:26.231 INFO kablam! | Oct 27 16:31:26.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.231 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.231 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.232 INFO kablam! Oct 27 16:31:26.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.232 INFO kablam! --> src/arrays/Array46.rs:28:3 Oct 27 16:31:26.232 INFO kablam! | Oct 27 16:31:26.232 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.232 INFO kablam! | ^^^^^^ Oct 27 16:31:26.232 INFO kablam! | Oct 27 16:31:26.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.232 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.232 INFO kablam! Oct 27 16:31:26.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.232 INFO kablam! --> src/arrays/Array46.rs:34:3 Oct 27 16:31:26.232 INFO kablam! | Oct 27 16:31:26.232 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.232 INFO kablam! | ^^^^^^ Oct 27 16:31:26.232 INFO kablam! | Oct 27 16:31:26.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.232 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.232 INFO kablam! Oct 27 16:31:26.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.232 INFO kablam! --> src/arrays/Array46.rs:56:3 Oct 27 16:31:26.232 INFO kablam! | Oct 27 16:31:26.233 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.233 INFO kablam! | ^^^^^^ Oct 27 16:31:26.233 INFO kablam! | Oct 27 16:31:26.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.233 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.233 INFO kablam! Oct 27 16:31:26.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.233 INFO kablam! --> src/arrays/Array46.rs:65:3 Oct 27 16:31:26.233 INFO kablam! | Oct 27 16:31:26.233 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.233 INFO kablam! | ^^^^^^ Oct 27 16:31:26.233 INFO kablam! | Oct 27 16:31:26.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.233 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.233 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.233 INFO kablam! Oct 27 16:31:26.233 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.233 INFO kablam! --> src/arrays/Array46.rs:65:18 Oct 27 16:31:26.233 INFO kablam! | Oct 27 16:31:26.234 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.234 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.234 INFO kablam! | Oct 27 16:31:26.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.234 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.234 INFO kablam! Oct 27 16:31:26.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.234 INFO kablam! --> src/arrays/Array46.rs:78:29 Oct 27 16:31:26.234 INFO kablam! | Oct 27 16:31:26.234 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.234 INFO kablam! | ^^^^^^ Oct 27 16:31:26.234 INFO kablam! | Oct 27 16:31:26.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.234 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.234 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.234 INFO kablam! Oct 27 16:31:26.234 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.234 INFO kablam! --> src/arrays/Array46.rs:78:43 Oct 27 16:31:26.234 INFO kablam! | Oct 27 16:31:26.234 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.235 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.235 INFO kablam! | Oct 27 16:31:26.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.235 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.235 INFO kablam! Oct 27 16:31:26.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.235 INFO kablam! --> src/arrays/Array46.rs:84:20 Oct 27 16:31:26.235 INFO kablam! | Oct 27 16:31:26.235 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.235 INFO kablam! | ^^^^^^ Oct 27 16:31:26.235 INFO kablam! | Oct 27 16:31:26.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.235 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.235 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.235 INFO kablam! Oct 27 16:31:26.235 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.235 INFO kablam! --> src/arrays/Array46.rs:84:34 Oct 27 16:31:26.235 INFO kablam! | Oct 27 16:31:26.235 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.235 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.235 INFO kablam! | Oct 27 16:31:26.235 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.236 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.236 INFO kablam! Oct 27 16:31:26.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.236 INFO kablam! --> src/arrays/Array46.rs:90:20 Oct 27 16:31:26.236 INFO kablam! | Oct 27 16:31:26.236 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.236 INFO kablam! | ^^^^^^ Oct 27 16:31:26.236 INFO kablam! | Oct 27 16:31:26.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.236 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.236 INFO kablam! Oct 27 16:31:26.236 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.236 INFO kablam! --> src/arrays/Array46.rs:90:34 Oct 27 16:31:26.236 INFO kablam! | Oct 27 16:31:26.236 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.236 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.236 INFO kablam! | Oct 27 16:31:26.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.236 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.236 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.237 INFO kablam! Oct 27 16:31:26.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.237 INFO kablam! --> src/arrays/Array46.rs:96:20 Oct 27 16:31:26.237 INFO kablam! | Oct 27 16:31:26.237 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.237 INFO kablam! | ^^^^^^ Oct 27 16:31:26.237 INFO kablam! | Oct 27 16:31:26.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.237 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.237 INFO kablam! Oct 27 16:31:26.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.237 INFO kablam! --> src/arrays/Array46.rs:96:34 Oct 27 16:31:26.237 INFO kablam! | Oct 27 16:31:26.237 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.237 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.237 INFO kablam! | Oct 27 16:31:26.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.237 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.237 INFO kablam! Oct 27 16:31:26.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.238 INFO kablam! --> src/arrays/Array46.rs:102:20 Oct 27 16:31:26.238 INFO kablam! | Oct 27 16:31:26.238 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.238 INFO kablam! | ^^^^^^ Oct 27 16:31:26.238 INFO kablam! | Oct 27 16:31:26.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.238 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.238 INFO kablam! Oct 27 16:31:26.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.238 INFO kablam! --> src/arrays/Array46.rs:102:34 Oct 27 16:31:26.238 INFO kablam! | Oct 27 16:31:26.238 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.238 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.238 INFO kablam! | Oct 27 16:31:26.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.238 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.238 INFO kablam! Oct 27 16:31:26.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.238 INFO kablam! --> src/arrays/Array46.rs:111:14 Oct 27 16:31:26.238 INFO kablam! | Oct 27 16:31:26.239 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.239 INFO kablam! | ^^^^^^ Oct 27 16:31:26.239 INFO kablam! | Oct 27 16:31:26.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.239 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.239 INFO kablam! Oct 27 16:31:26.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.239 INFO kablam! --> src/arrays/Array46.rs:111:28 Oct 27 16:31:26.239 INFO kablam! | Oct 27 16:31:26.239 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.239 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.239 INFO kablam! | Oct 27 16:31:26.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.239 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.239 INFO kablam! Oct 27 16:31:26.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.239 INFO kablam! --> src/arrays/Array46.rs:120:15 Oct 27 16:31:26.239 INFO kablam! | Oct 27 16:31:26.239 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.239 INFO kablam! | ^^^^^^ Oct 27 16:31:26.240 INFO kablam! | Oct 27 16:31:26.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.240 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.240 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.240 INFO kablam! Oct 27 16:31:26.240 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.240 INFO kablam! --> src/arrays/Array46.rs:132:3 Oct 27 16:31:26.240 INFO kablam! | Oct 27 16:31:26.240 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.240 INFO kablam! | ^^^^^^ Oct 27 16:31:26.240 INFO kablam! | Oct 27 16:31:26.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.240 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.240 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.240 INFO kablam! Oct 27 16:31:26.240 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.240 INFO kablam! --> src/arrays/Array46.rs:144:3 Oct 27 16:31:26.240 INFO kablam! | Oct 27 16:31:26.240 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.240 INFO kablam! | ^^^^^^ Oct 27 16:31:26.240 INFO kablam! | Oct 27 16:31:26.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.241 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.241 INFO kablam! Oct 27 16:31:26.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.241 INFO kablam! --> src/arrays/Array46.rs:153:4 Oct 27 16:31:26.241 INFO kablam! | Oct 27 16:31:26.241 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.241 INFO kablam! | ^^^^^^ Oct 27 16:31:26.241 INFO kablam! | Oct 27 16:31:26.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.241 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.241 INFO kablam! Oct 27 16:31:26.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.241 INFO kablam! --> src/arrays/Array46.rs:162:8 Oct 27 16:31:26.241 INFO kablam! | Oct 27 16:31:26.241 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.241 INFO kablam! | ^^^^^^ Oct 27 16:31:26.241 INFO kablam! | Oct 27 16:31:26.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.241 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.242 INFO kablam! Oct 27 16:31:26.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.242 INFO kablam! --> src/arrays/Array52.rs:28:3 Oct 27 16:31:26.242 INFO kablam! | Oct 27 16:31:26.242 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.242 INFO kablam! | ^^^^^^ Oct 27 16:31:26.242 INFO kablam! | Oct 27 16:31:26.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.242 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.242 INFO kablam! Oct 27 16:31:26.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.242 INFO kablam! --> src/arrays/Array52.rs:34:3 Oct 27 16:31:26.242 INFO kablam! | Oct 27 16:31:26.242 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.242 INFO kablam! | ^^^^^^ Oct 27 16:31:26.242 INFO kablam! | Oct 27 16:31:26.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.242 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.243 INFO kablam! Oct 27 16:31:26.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.243 INFO kablam! --> src/arrays/Array52.rs:56:3 Oct 27 16:31:26.243 INFO kablam! | Oct 27 16:31:26.243 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.243 INFO kablam! | ^^^^^^ Oct 27 16:31:26.243 INFO kablam! | Oct 27 16:31:26.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.243 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.243 INFO kablam! Oct 27 16:31:26.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.243 INFO kablam! --> src/arrays/Array52.rs:65:3 Oct 27 16:31:26.243 INFO kablam! | Oct 27 16:31:26.243 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.243 INFO kablam! | ^^^^^^ Oct 27 16:31:26.243 INFO kablam! | Oct 27 16:31:26.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.244 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.244 INFO kablam! Oct 27 16:31:26.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.244 INFO kablam! --> src/arrays/Array52.rs:65:18 Oct 27 16:31:26.244 INFO kablam! | Oct 27 16:31:26.244 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.244 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.244 INFO kablam! | Oct 27 16:31:26.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.244 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.244 INFO kablam! Oct 27 16:31:26.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.244 INFO kablam! --> src/arrays/Array52.rs:78:29 Oct 27 16:31:26.244 INFO kablam! | Oct 27 16:31:26.244 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.244 INFO kablam! | ^^^^^^ Oct 27 16:31:26.244 INFO kablam! | Oct 27 16:31:26.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.244 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.245 INFO kablam! Oct 27 16:31:26.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.245 INFO kablam! --> src/arrays/Array52.rs:78:43 Oct 27 16:31:26.245 INFO kablam! | Oct 27 16:31:26.245 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.245 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.245 INFO kablam! | Oct 27 16:31:26.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.245 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.245 INFO kablam! Oct 27 16:31:26.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.245 INFO kablam! --> src/arrays/Array52.rs:84:20 Oct 27 16:31:26.245 INFO kablam! | Oct 27 16:31:26.245 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.245 INFO kablam! | ^^^^^^ Oct 27 16:31:26.245 INFO kablam! | Oct 27 16:31:26.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.245 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.245 INFO kablam! Oct 27 16:31:26.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.246 INFO kablam! --> src/arrays/Array52.rs:84:34 Oct 27 16:31:26.246 INFO kablam! | Oct 27 16:31:26.246 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.246 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.246 INFO kablam! | Oct 27 16:31:26.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.246 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.246 INFO kablam! Oct 27 16:31:26.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.246 INFO kablam! --> src/arrays/Array52.rs:90:20 Oct 27 16:31:26.246 INFO kablam! | Oct 27 16:31:26.246 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.246 INFO kablam! | ^^^^^^ Oct 27 16:31:26.246 INFO kablam! | Oct 27 16:31:26.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.246 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.246 INFO kablam! Oct 27 16:31:26.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.246 INFO kablam! --> src/arrays/Array52.rs:90:34 Oct 27 16:31:26.247 INFO kablam! | Oct 27 16:31:26.247 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.247 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.247 INFO kablam! | Oct 27 16:31:26.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.247 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.247 INFO kablam! Oct 27 16:31:26.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.247 INFO kablam! --> src/arrays/Array52.rs:96:20 Oct 27 16:31:26.247 INFO kablam! | Oct 27 16:31:26.247 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.247 INFO kablam! | ^^^^^^ Oct 27 16:31:26.247 INFO kablam! | Oct 27 16:31:26.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.247 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.247 INFO kablam! Oct 27 16:31:26.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.247 INFO kablam! --> src/arrays/Array52.rs:96:34 Oct 27 16:31:26.247 INFO kablam! | Oct 27 16:31:26.247 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.247 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.247 INFO kablam! | Oct 27 16:31:26.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.248 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.248 INFO kablam! Oct 27 16:31:26.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.248 INFO kablam! --> src/arrays/Array52.rs:102:20 Oct 27 16:31:26.248 INFO kablam! | Oct 27 16:31:26.248 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.248 INFO kablam! | ^^^^^^ Oct 27 16:31:26.248 INFO kablam! | Oct 27 16:31:26.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.248 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.248 INFO kablam! Oct 27 16:31:26.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.248 INFO kablam! --> src/arrays/Array52.rs:102:34 Oct 27 16:31:26.248 INFO kablam! | Oct 27 16:31:26.248 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.248 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.248 INFO kablam! | Oct 27 16:31:26.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.248 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.249 INFO kablam! Oct 27 16:31:26.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.249 INFO kablam! --> src/arrays/Array52.rs:111:14 Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.249 INFO kablam! | ^^^^^^ Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.249 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.249 INFO kablam! Oct 27 16:31:26.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.249 INFO kablam! --> src/arrays/Array52.rs:111:28 Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.249 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.249 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.249 INFO kablam! Oct 27 16:31:26.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.249 INFO kablam! --> src/arrays/Array52.rs:120:15 Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.249 INFO kablam! | ^^^^^^ Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.249 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.249 INFO kablam! Oct 27 16:31:26.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.249 INFO kablam! --> src/arrays/Array52.rs:132:3 Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.249 INFO kablam! | ^^^^^^ Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.249 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.249 INFO kablam! Oct 27 16:31:26.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.249 INFO kablam! --> src/arrays/Array52.rs:144:3 Oct 27 16:31:26.249 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array52.rs:153:4 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array52.rs:162:8 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array64.rs:28:3 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array64.rs:34:3 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array64.rs:56:3 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array64.rs:65:3 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.250 INFO kablam! | ^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.250 INFO kablam! --> src/arrays/Array64.rs:65:18 Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.250 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.250 INFO kablam! | Oct 27 16:31:26.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.250 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.250 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.250 INFO kablam! Oct 27 16:31:26.250 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:78:29 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:78:43 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:84:20 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:84:34 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:90:20 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:90:34 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:96:20 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:96:34 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.251 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.251 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.251 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.251 INFO kablam! Oct 27 16:31:26.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.251 INFO kablam! --> src/arrays/Array64.rs:102:20 Oct 27 16:31:26.251 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:102:34 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.252 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:111:14 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:111:28 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.252 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:120:15 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:132:3 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:144:3 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:153:4 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.252 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.252 INFO kablam! Oct 27 16:31:26.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.252 INFO kablam! --> src/arrays/Array64.rs:162:8 Oct 27 16:31:26.252 INFO kablam! | Oct 27 16:31:26.252 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.252 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:28:3 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.253 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:34:3 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.253 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:56:3 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.253 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:65:3 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.253 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:65:18 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.253 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:78:29 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.253 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:78:43 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.253 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.253 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.253 INFO kablam! Oct 27 16:31:26.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.253 INFO kablam! --> src/arrays/Array80.rs:84:20 Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.253 INFO kablam! | ^^^^^^ Oct 27 16:31:26.253 INFO kablam! | Oct 27 16:31:26.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:84:34 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:90:20 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:90:34 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:96:20 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:96:34 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:102:20 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:102:34 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.254 INFO kablam! Oct 27 16:31:26.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.254 INFO kablam! --> src/arrays/Array80.rs:111:14 Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.254 INFO kablam! | ^^^^^^ Oct 27 16:31:26.254 INFO kablam! | Oct 27 16:31:26.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.254 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array80.rs:111:28 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.255 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array80.rs:120:15 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array80.rs:132:3 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array80.rs:144:3 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array80.rs:153:4 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array80.rs:162:8 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array128.rs:28:3 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.255 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.255 INFO kablam! Oct 27 16:31:26.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.255 INFO kablam! --> src/arrays/Array128.rs:34:3 Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.255 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.255 INFO kablam! | ^^^^^^ Oct 27 16:31:26.255 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:56:3 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:65:3 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:65:18 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:78:29 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:78:43 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:84:20 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:84:34 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.256 INFO kablam! Oct 27 16:31:26.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.256 INFO kablam! --> src/arrays/Array128.rs:90:20 Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.256 INFO kablam! | ^^^^^^ Oct 27 16:31:26.256 INFO kablam! | Oct 27 16:31:26.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.256 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:90:34 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:96:20 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:96:34 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:102:20 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:102:34 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:111:14 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:111:28 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.257 INFO kablam! --> src/arrays/Array128.rs:120:15 Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.257 INFO kablam! | ^^^^^^ Oct 27 16:31:26.257 INFO kablam! | Oct 27 16:31:26.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.257 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.257 INFO kablam! Oct 27 16:31:26.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array128.rs:132:3 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array128.rs:144:3 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array128.rs:153:4 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array128.rs:162:8 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array256.rs:28:3 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array256.rs:34:3 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array256.rs:56:3 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.258 INFO kablam! | ^^^^^^ Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.258 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.258 INFO kablam! Oct 27 16:31:26.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.258 INFO kablam! --> src/arrays/Array256.rs:65:3 Oct 27 16:31:26.258 INFO kablam! | Oct 27 16:31:26.258 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:65:18 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:78:29 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:78:43 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:84:20 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:84:34 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:90:20 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:90:34 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.259 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.259 INFO kablam! Oct 27 16:31:26.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.259 INFO kablam! --> src/arrays/Array256.rs:96:20 Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.259 INFO kablam! | ^^^^^^ Oct 27 16:31:26.259 INFO kablam! | Oct 27 16:31:26.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:96:34 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.260 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:102:20 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.260 INFO kablam! | ^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:102:34 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.260 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:111:14 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.260 INFO kablam! | ^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:111:28 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.260 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:120:15 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.260 INFO kablam! | ^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:132:3 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.260 INFO kablam! | ^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.260 INFO kablam! Oct 27 16:31:26.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.260 INFO kablam! --> src/arrays/Array256.rs:144:3 Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.260 INFO kablam! | ^^^^^^ Oct 27 16:31:26.260 INFO kablam! | Oct 27 16:31:26.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.260 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array256.rs:153:4 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array256.rs:162:8 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:28:3 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:34:3 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:56:3 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:65:3 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:65:18 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.261 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:78:29 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.261 INFO kablam! | ^^^^^^ Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.261 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.261 INFO kablam! Oct 27 16:31:26.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.261 INFO kablam! --> src/arrays/Array512.rs:78:43 Oct 27 16:31:26.261 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:84:20 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:84:34 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:90:20 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:90:34 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:96:20 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:96:34 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:102:20 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^ Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.262 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.262 INFO kablam! Oct 27 16:31:26.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.262 INFO kablam! --> src/arrays/Array512.rs:102:34 Oct 27 16:31:26.262 INFO kablam! | Oct 27 16:31:26.262 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.262 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:111:14 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.263 INFO kablam! | ^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:111:28 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.263 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:120:15 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.263 INFO kablam! | ^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:132:3 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.263 INFO kablam! | ^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:144:3 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.263 INFO kablam! | ^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:153:4 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.263 INFO kablam! | ^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array512.rs:162:8 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.263 INFO kablam! | ^^^^^^ Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.263 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.263 INFO kablam! Oct 27 16:31:26.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.263 INFO kablam! --> src/arrays/Array1024.rs:28:3 Oct 27 16:31:26.263 INFO kablam! | Oct 27 16:31:26.263 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.264 INFO kablam! | ^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:34:3 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.264 INFO kablam! | ^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:56:3 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:65:3 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:65:18 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:78:29 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:78:43 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:84:20 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.264 INFO kablam! Oct 27 16:31:26.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.264 INFO kablam! --> src/arrays/Array1024.rs:84:34 Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.264 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.264 INFO kablam! | Oct 27 16:31:26.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.264 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:90:20 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:90:34 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:96:20 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:96:34 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:102:20 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:102:34 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:111:14 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.265 INFO kablam! --> src/arrays/Array1024.rs:111:28 Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.265 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.265 INFO kablam! | Oct 27 16:31:26.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.265 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.265 INFO kablam! Oct 27 16:31:26.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.266 INFO kablam! --> src/arrays/Array1024.rs:120:15 Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.266 INFO kablam! | ^^^^^^ Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.266 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.266 INFO kablam! Oct 27 16:31:26.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.266 INFO kablam! --> src/arrays/Array1024.rs:132:3 Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.266 INFO kablam! | ^^^^^^ Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.266 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.266 INFO kablam! Oct 27 16:31:26.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.266 INFO kablam! --> src/arrays/Array1024.rs:144:3 Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.266 INFO kablam! | ^^^^^^ Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.266 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.266 INFO kablam! Oct 27 16:31:26.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.266 INFO kablam! --> src/arrays/Array1024.rs:153:4 Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.266 INFO kablam! | ^^^^^^ Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.266 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.266 INFO kablam! Oct 27 16:31:26.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.266 INFO kablam! --> src/arrays/Array1024.rs:162:8 Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.266 INFO kablam! | ^^^^^^ Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.266 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.266 INFO kablam! Oct 27 16:31:26.266 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 16:31:26.266 INFO kablam! --> src/lib.rs:8:12 Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! 8 | #![feature(associated_consts)] Oct 27 16:31:26.266 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 16:31:26.266 INFO kablam! | Oct 27 16:31:26.266 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:31:26.266 INFO kablam! Oct 27 16:31:26.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.80s Oct 27 16:31:26.306 INFO kablam! su: No module specific data is present Oct 27 16:31:26.675 INFO running `"docker" "rm" "-f" "21813ad1dcadd4531894a33f624ad41c332b425b4cd1e29370991202fedf7936"` Oct 27 16:31:26.899 INFO blam! 21813ad1dcadd4531894a33f624ad41c332b425b4cd1e29370991202fedf7936