Oct 27 16:31:23.371 INFO checking rust-extra-0.0.17 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:31:23.372 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.603 INFO blam! 1f14a6786a602e556c0bcac829f98b526d028d798ded75e6974843815abe069d Oct 27 16:31:23.609 INFO running `"docker" "start" "-a" "1f14a6786a602e556c0bcac829f98b526d028d798ded75e6974843815abe069d"` Oct 27 16:31:24.333 INFO kablam! usermod: no changes Oct 27 16:31:24.358 INFO kablam! Checking rust-extra v0.0.17 (/source) Oct 27 16:31:25.691 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.692 INFO kablam! --> src/arrays/Array16.rs:28:3 Oct 27 16:31:25.693 INFO kablam! | Oct 27 16:31:25.694 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.694 INFO kablam! | ^^^^^^ Oct 27 16:31:25.694 INFO kablam! | Oct 27 16:31:25.695 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 16:31:25.699 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.699 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.700 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.701 INFO kablam! Oct 27 16:31:25.701 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.701 INFO kablam! --> src/arrays/Array16.rs:34:3 Oct 27 16:31:25.702 INFO kablam! | Oct 27 16:31:25.702 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.703 INFO kablam! | ^^^^^^ Oct 27 16:31:25.703 INFO kablam! | Oct 27 16:31:25.703 INFO kablam! = warning: this was 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.704 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.704 INFO kablam! = note: fields 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.704 INFO kablam! Oct 27 16:31:25.705 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.705 INFO kablam! --> src/arrays/Array16.rs:56:3 Oct 27 16:31:25.706 INFO kablam! | Oct 27 16:31:25.706 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.707 INFO kablam! | ^^^^^^ Oct 27 16:31:25.707 INFO kablam! | Oct 27 16:31:25.707 INFO kablam! = warning: this was 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.707 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.708 INFO kablam! = note: fields 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.708 INFO kablam! Oct 27 16:31:25.708 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.709 INFO kablam! --> src/arrays/Array16.rs:65:3 Oct 27 16:31:25.709 INFO kablam! | Oct 27 16:31:25.709 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.709 INFO kablam! | ^^^^^^ Oct 27 16:31:25.711 INFO kablam! | Oct 27 16:31:25.711 INFO kablam! = warning: this was 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.711 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.711 INFO kablam! = note: fields 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.712 INFO kablam! Oct 27 16:31:25.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.712 INFO kablam! --> src/arrays/Array16.rs:65:18 Oct 27 16:31:25.713 INFO kablam! | Oct 27 16:31:25.713 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.713 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.713 INFO kablam! | Oct 27 16:31:25.714 INFO kablam! = warning: this was 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.714 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.714 INFO kablam! = note: fields 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.715 INFO kablam! Oct 27 16:31:25.715 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.715 INFO kablam! --> src/arrays/Array16.rs:78:29 Oct 27 16:31:25.717 INFO kablam! | Oct 27 16:31:25.717 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.718 INFO kablam! | ^^^^^^ Oct 27 16:31:25.718 INFO kablam! | Oct 27 16:31:25.719 INFO kablam! = warning: this was 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.719 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.719 INFO kablam! = note: fields 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.719 INFO kablam! Oct 27 16:31:25.720 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.720 INFO kablam! --> src/arrays/Array16.rs:78:43 Oct 27 16:31:25.720 INFO kablam! | Oct 27 16:31:25.721 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.721 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.721 INFO kablam! | Oct 27 16:31:25.721 INFO kablam! = warning: this was 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.722 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.722 INFO kablam! = note: fields 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.722 INFO kablam! Oct 27 16:31:25.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.723 INFO kablam! --> src/arrays/Array16.rs:84:20 Oct 27 16:31:25.723 INFO kablam! | Oct 27 16:31:25.723 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.724 INFO kablam! | ^^^^^^ Oct 27 16:31:25.724 INFO kablam! | Oct 27 16:31:25.724 INFO kablam! = warning: this was 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.724 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.725 INFO kablam! = note: fields 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.725 INFO kablam! Oct 27 16:31:25.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.726 INFO kablam! --> src/arrays/Array16.rs:84:34 Oct 27 16:31:25.726 INFO kablam! | Oct 27 16:31:25.726 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.726 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.727 INFO kablam! | Oct 27 16:31:25.727 INFO kablam! = warning: this was 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.727 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.728 INFO kablam! = note: fields 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.728 INFO kablam! Oct 27 16:31:25.728 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.728 INFO kablam! --> src/arrays/Array16.rs:90:20 Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.729 INFO kablam! | ^^^^^^ Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! = warning: this was 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.729 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.729 INFO kablam! = note: fields 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.729 INFO kablam! Oct 27 16:31:25.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.729 INFO kablam! --> src/arrays/Array16.rs:90:34 Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.729 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! = warning: this was 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.729 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.729 INFO kablam! = note: fields 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.729 INFO kablam! Oct 27 16:31:25.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.729 INFO kablam! --> src/arrays/Array16.rs:96:20 Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.729 INFO kablam! | ^^^^^^ Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! = warning: this was 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.729 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.729 INFO kablam! = note: fields 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.729 INFO kablam! Oct 27 16:31:25.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.729 INFO kablam! --> src/arrays/Array16.rs:96:34 Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.729 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! = warning: this was 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.729 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.729 INFO kablam! = note: fields 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.729 INFO kablam! Oct 27 16:31:25.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.729 INFO kablam! --> src/arrays/Array16.rs:102:20 Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.729 INFO kablam! | ^^^^^^ Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! = warning: this was 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.729 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.729 INFO kablam! = note: fields 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.729 INFO kablam! Oct 27 16:31:25.729 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.729 INFO kablam! --> src/arrays/Array16.rs:102:34 Oct 27 16:31:25.729 INFO kablam! | Oct 27 16:31:25.729 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.729 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.730 INFO kablam! | Oct 27 16:31:25.730 INFO kablam! = warning: this was 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.730 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.730 INFO kablam! = note: fields 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.730 INFO kablam! Oct 27 16:31:25.730 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.730 INFO kablam! --> src/arrays/Array16.rs:111:14 Oct 27 16:31:25.730 INFO kablam! | Oct 27 16:31:25.730 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.730 INFO kablam! | ^^^^^^ Oct 27 16:31:25.730 INFO kablam! | Oct 27 16:31:25.747 INFO kablam! = warning: this was 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.747 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.747 INFO kablam! = note: fields 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.747 INFO kablam! Oct 27 16:31:25.747 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.747 INFO kablam! --> src/arrays/Array16.rs:111:28 Oct 27 16:31:25.747 INFO kablam! | Oct 27 16:31:25.747 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.747 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.747 INFO kablam! | Oct 27 16:31:25.747 INFO kablam! = warning: this was 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.747 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.747 INFO kablam! = note: fields 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.747 INFO kablam! Oct 27 16:31:25.747 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.747 INFO kablam! --> src/arrays/Array16.rs:120:15 Oct 27 16:31:25.747 INFO kablam! | Oct 27 16:31:25.747 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.747 INFO kablam! | ^^^^^^ Oct 27 16:31:25.747 INFO kablam! | Oct 27 16:31:25.747 INFO kablam! = warning: this was 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.747 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.747 INFO kablam! = note: fields 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.747 INFO kablam! Oct 27 16:31:25.747 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.747 INFO kablam! --> src/arrays/Array16.rs:132:3 Oct 27 16:31:25.747 INFO kablam! | Oct 27 16:31:25.747 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.747 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.748 INFO kablam! --> src/arrays/Array16.rs:144:3 Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.748 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.748 INFO kablam! --> src/arrays/Array16.rs:153:4 Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.748 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.748 INFO kablam! --> src/arrays/Array16.rs:162:8 Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.748 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.748 INFO kablam! --> src/arrays/Array30.rs:28:3 Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.748 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.748 INFO kablam! --> src/arrays/Array30.rs:34:3 Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.748 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.748 INFO kablam! --> src/arrays/Array30.rs:56:3 Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.748 INFO kablam! | ^^^^^^ Oct 27 16:31:25.748 INFO kablam! | Oct 27 16:31:25.748 INFO kablam! = warning: this was 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.748 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.748 INFO kablam! = note: fields 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.748 INFO kablam! Oct 27 16:31:25.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.749 INFO kablam! --> src/arrays/Array30.rs:65:3 Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.749 INFO kablam! | ^^^^^^ Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! = warning: this was 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.749 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.749 INFO kablam! = note: fields 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.749 INFO kablam! Oct 27 16:31:25.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.749 INFO kablam! --> src/arrays/Array30.rs:65:18 Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.749 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! = warning: this was 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.749 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.749 INFO kablam! = note: fields 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.749 INFO kablam! Oct 27 16:31:25.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.749 INFO kablam! --> src/arrays/Array30.rs:78:29 Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.749 INFO kablam! | ^^^^^^ Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! = warning: this was 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.749 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.749 INFO kablam! = note: fields 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.749 INFO kablam! Oct 27 16:31:25.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.749 INFO kablam! --> src/arrays/Array30.rs:78:43 Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.749 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! = warning: this was 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.749 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.749 INFO kablam! = note: fields 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.749 INFO kablam! Oct 27 16:31:25.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.749 INFO kablam! --> src/arrays/Array30.rs:84:20 Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.749 INFO kablam! | ^^^^^^ Oct 27 16:31:25.749 INFO kablam! | Oct 27 16:31:25.749 INFO kablam! = warning: this was 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.749 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.749 INFO kablam! = note: fields 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.749 INFO kablam! Oct 27 16:31:25.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:84:34 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.756 INFO kablam! = note: fields 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.756 INFO kablam! Oct 27 16:31:25.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:90:20 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.756 INFO kablam! = note: fields 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.756 INFO kablam! Oct 27 16:31:25.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:90:34 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.756 INFO kablam! = note: fields 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.756 INFO kablam! Oct 27 16:31:25.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:96:20 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.756 INFO kablam! = note: fields 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.756 INFO kablam! Oct 27 16:31:25.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:96:34 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.756 INFO kablam! = note: fields 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.756 INFO kablam! Oct 27 16:31:25.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:102:20 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.756 INFO kablam! = note: fields 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.756 INFO kablam! Oct 27 16:31:25.756 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.756 INFO kablam! --> src/arrays/Array30.rs:102:34 Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.756 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.756 INFO kablam! | Oct 27 16:31:25.756 INFO kablam! = warning: this was 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.756 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:111:14 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:111:28 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.757 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:120:15 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:132:3 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:144:3 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:153:4 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array30.rs:162:8 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.757 INFO kablam! Oct 27 16:31:25.757 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.757 INFO kablam! --> src/arrays/Array32.rs:28:3 Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.757 INFO kablam! | ^^^^^^ Oct 27 16:31:25.757 INFO kablam! | Oct 27 16:31:25.757 INFO kablam! = warning: this was 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.757 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.757 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:34:3 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.758 INFO kablam! | ^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:56:3 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:65:3 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:65:18 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:78:29 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:78:43 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:84:20 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:84:34 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.758 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.758 INFO kablam! = warning: this was 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.758 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.758 INFO kablam! = note: fields 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.758 INFO kablam! Oct 27 16:31:25.758 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.758 INFO kablam! --> src/arrays/Array32.rs:90:20 Oct 27 16:31:25.758 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:90:34 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:96:20 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:96:34 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:102:20 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:102:34 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:111:14 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:111:28 Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.759 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.759 INFO kablam! | Oct 27 16:31:25.759 INFO kablam! = warning: this was 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.759 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.759 INFO kablam! = note: fields 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.759 INFO kablam! Oct 27 16:31:25.759 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.759 INFO kablam! --> src/arrays/Array32.rs:120:15 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array32.rs:132:3 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array32.rs:144:3 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array32.rs:153:4 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array32.rs:162:8 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array40.rs:28:3 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array40.rs:34:3 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.760 INFO kablam! --> src/arrays/Array40.rs:56:3 Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.760 INFO kablam! | ^^^^^^ Oct 27 16:31:25.760 INFO kablam! | Oct 27 16:31:25.760 INFO kablam! = warning: this was 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.760 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.760 INFO kablam! = note: fields 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.760 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:65:3 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:65:18 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:78:29 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:78:43 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:84:20 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:84:34 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:90:20 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:90:34 Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.761 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.761 INFO kablam! | Oct 27 16:31:25.761 INFO kablam! = warning: this was 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.761 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.761 INFO kablam! = note: fields 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.761 INFO kablam! Oct 27 16:31:25.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.761 INFO kablam! --> src/arrays/Array40.rs:96:20 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:96:34 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:102:20 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:102:34 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:111:14 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:111:28 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:120:15 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.762 INFO kablam! | ^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! = warning: this was 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.762 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.762 INFO kablam! = note: fields 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.762 INFO kablam! Oct 27 16:31:25.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.762 INFO kablam! --> src/arrays/Array40.rs:132:3 Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.762 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.762 INFO kablam! | ^^^^^^ Oct 27 16:31:25.762 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array40.rs:144:3 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.807 INFO kablam! | ^^^^^^ Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array40.rs:153:4 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.807 INFO kablam! | ^^^^^^ Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array40.rs:162:8 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.807 INFO kablam! | ^^^^^^ Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array46.rs:28:3 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.807 INFO kablam! | ^^^^^^ Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array46.rs:34:3 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.807 INFO kablam! | ^^^^^^ Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array46.rs:56:3 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.807 INFO kablam! | ^^^^^^ Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.807 INFO kablam! = warning: this was 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.807 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.807 INFO kablam! = note: fields 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.807 INFO kablam! Oct 27 16:31:25.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.807 INFO kablam! --> src/arrays/Array46.rs:65:3 Oct 27 16:31:25.807 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:65:18 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:78:29 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:78:43 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:84:20 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:84:34 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:90:20 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:90:34 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.808 INFO kablam! --> src/arrays/Array46.rs:96:20 Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.808 INFO kablam! | ^^^^^^ Oct 27 16:31:25.808 INFO kablam! | Oct 27 16:31:25.808 INFO kablam! = warning: this was 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.808 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.808 INFO kablam! = note: fields 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.808 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:96:34 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.809 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:102:20 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.809 INFO kablam! | ^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:102:34 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.809 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:111:14 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.809 INFO kablam! | ^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:111:28 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.809 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:120:15 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.809 INFO kablam! | ^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:132:3 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.809 INFO kablam! | ^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:144:3 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.809 INFO kablam! | ^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.809 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.809 INFO kablam! = note: fields 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.809 INFO kablam! Oct 27 16:31:25.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.809 INFO kablam! --> src/arrays/Array46.rs:153:4 Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.809 INFO kablam! | ^^^^^^ Oct 27 16:31:25.809 INFO kablam! | Oct 27 16:31:25.809 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array46.rs:162:8 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.810 INFO kablam! | ^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:28:3 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.810 INFO kablam! | ^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:34:3 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.810 INFO kablam! | ^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:56:3 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.810 INFO kablam! | ^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:65:3 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.810 INFO kablam! | ^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:65:18 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.810 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:78:29 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.810 INFO kablam! | ^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! = warning: this was 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.810 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.810 INFO kablam! = note: fields 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.810 INFO kablam! Oct 27 16:31:25.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.810 INFO kablam! --> src/arrays/Array52.rs:78:43 Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.810 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.810 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.810 INFO kablam! | Oct 27 16:31:25.814 INFO kablam! = warning: this was 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.815 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.815 INFO kablam! = note: fields 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.815 INFO kablam! Oct 27 16:31:25.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.815 INFO kablam! --> src/arrays/Array52.rs:84:20 Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.815 INFO kablam! | ^^^^^^ Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! = warning: this was 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.815 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.815 INFO kablam! = note: fields 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.815 INFO kablam! Oct 27 16:31:25.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.815 INFO kablam! --> src/arrays/Array52.rs:84:34 Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.815 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! = warning: this was 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.815 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.815 INFO kablam! = note: fields 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.815 INFO kablam! Oct 27 16:31:25.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.815 INFO kablam! --> src/arrays/Array52.rs:90:20 Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.815 INFO kablam! | ^^^^^^ Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! = warning: this was 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.815 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.815 INFO kablam! = note: fields 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.815 INFO kablam! Oct 27 16:31:25.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.815 INFO kablam! --> src/arrays/Array52.rs:90:34 Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.815 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! = warning: this was 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.815 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.815 INFO kablam! = note: fields 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.815 INFO kablam! Oct 27 16:31:25.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.815 INFO kablam! --> src/arrays/Array52.rs:96:20 Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.815 INFO kablam! | ^^^^^^ Oct 27 16:31:25.815 INFO kablam! | Oct 27 16:31:25.815 INFO kablam! = warning: this was 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.815 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.815 INFO kablam! = note: fields 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.815 INFO kablam! Oct 27 16:31:25.816 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.816 INFO kablam! --> src/arrays/Array52.rs:96:34 Oct 27 16:31:25.816 INFO kablam! | Oct 27 16:31:25.816 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.816 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.816 INFO kablam! | Oct 27 16:31:25.816 INFO kablam! = warning: this was 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.816 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.816 INFO kablam! = note: fields 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.816 INFO kablam! Oct 27 16:31:25.816 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.816 INFO kablam! --> src/arrays/Array52.rs:102:20 Oct 27 16:31:25.816 INFO kablam! | Oct 27 16:31:25.816 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.816 INFO kablam! | ^^^^^^ Oct 27 16:31:25.816 INFO kablam! | Oct 27 16:31:25.816 INFO kablam! = warning: this was 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.816 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.816 INFO kablam! = note: fields 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.816 INFO kablam! Oct 27 16:31:25.816 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.816 INFO kablam! --> src/arrays/Array52.rs:102:34 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.817 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:111:14 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:111:28 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.817 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:120:15 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:132:3 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:144:3 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:153:4 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array52.rs:162:8 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.817 INFO kablam! = note: fields 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.817 INFO kablam! Oct 27 16:31:25.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.817 INFO kablam! --> src/arrays/Array64.rs:28:3 Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.817 INFO kablam! | ^^^^^^ Oct 27 16:31:25.817 INFO kablam! | Oct 27 16:31:25.817 INFO kablam! = warning: this was 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.817 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:34:3 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.818 INFO kablam! | ^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:56:3 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:65:3 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:65:18 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:78:29 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:78:43 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:84:20 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.818 INFO kablam! = note: fields 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.818 INFO kablam! Oct 27 16:31:25.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.818 INFO kablam! --> src/arrays/Array64.rs:84:34 Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.818 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.818 INFO kablam! | Oct 27 16:31:25.818 INFO kablam! = warning: this was 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.818 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:90:20 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:90:34 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:96:20 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:96:34 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:102:20 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:102:34 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:111:14 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.819 INFO kablam! Oct 27 16:31:25.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.819 INFO kablam! --> src/arrays/Array64.rs:111:28 Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.819 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.819 INFO kablam! | Oct 27 16:31:25.819 INFO kablam! = warning: this was 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.819 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.819 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array64.rs:120:15 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array64.rs:132:3 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array64.rs:144:3 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array64.rs:153:4 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array64.rs:162:8 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array80.rs:28:3 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array80.rs:34:3 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array80.rs:56:3 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.820 INFO kablam! | ^^^^^^ Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.820 INFO kablam! = warning: this was 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.820 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.820 INFO kablam! = note: fields 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.820 INFO kablam! Oct 27 16:31:25.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.820 INFO kablam! --> src/arrays/Array80.rs:65:3 Oct 27 16:31:25.820 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:65:18 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:78:29 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:78:43 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:84:20 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:84:34 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:90:20 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:90:34 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! = warning: this was 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.821 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.821 INFO kablam! = note: fields 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.821 INFO kablam! Oct 27 16:31:25.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.821 INFO kablam! --> src/arrays/Array80.rs:96:20 Oct 27 16:31:25.821 INFO kablam! | Oct 27 16:31:25.821 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.821 INFO kablam! | ^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:96:34 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.822 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:102:20 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.822 INFO kablam! | ^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:102:34 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.822 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:111:14 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.822 INFO kablam! | ^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:111:28 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.822 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:120:15 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.822 INFO kablam! | ^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:132:3 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.822 INFO kablam! | ^^^^^^ Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.822 INFO kablam! = warning: this was 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.822 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.822 INFO kablam! = note: fields 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.822 INFO kablam! Oct 27 16:31:25.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.822 INFO kablam! --> src/arrays/Array80.rs:144:3 Oct 27 16:31:25.822 INFO kablam! | Oct 27 16:31:25.836 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.836 INFO kablam! | ^^^^^^ Oct 27 16:31:25.836 INFO kablam! | Oct 27 16:31:25.836 INFO kablam! = warning: this was 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.836 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.836 INFO kablam! = note: fields 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.836 INFO kablam! Oct 27 16:31:25.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.836 INFO kablam! --> src/arrays/Array80.rs:153:4 Oct 27 16:31:25.836 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array80.rs:162:8 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:28:3 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:34:3 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:56:3 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:65:3 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:65:18 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.837 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:78:29 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.837 INFO kablam! | ^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! = warning: this was 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.837 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.837 INFO kablam! = note: fields 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.837 INFO kablam! Oct 27 16:31:25.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.837 INFO kablam! --> src/arrays/Array128.rs:78:43 Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.837 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.837 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.837 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:84:20 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:84:34 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:90:20 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:90:34 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:96:20 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:96:34 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:102:20 Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.838 INFO kablam! | ^^^^^^ Oct 27 16:31:25.838 INFO kablam! | Oct 27 16:31:25.838 INFO kablam! = warning: this was 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.838 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.838 INFO kablam! = note: fields 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.838 INFO kablam! Oct 27 16:31:25.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.838 INFO kablam! --> src/arrays/Array128.rs:102:34 Oct 27 16:31:25.842 INFO kablam! | Oct 27 16:31:25.842 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.842 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:111:14 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:111:28 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.843 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:120:15 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:132:3 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:144:3 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:153:4 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array128.rs:162:8 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array256.rs:28:3 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.843 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.843 INFO kablam! Oct 27 16:31:25.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.843 INFO kablam! --> src/arrays/Array256.rs:34:3 Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.843 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.843 INFO kablam! | ^^^^^^ Oct 27 16:31:25.843 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:56:3 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:65:3 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:65:18 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:78:29 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:78:43 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:84:20 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:84:34 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:90:20 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.844 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.844 INFO kablam! Oct 27 16:31:25.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.844 INFO kablam! --> src/arrays/Array256.rs:90:34 Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.844 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.844 INFO kablam! | Oct 27 16:31:25.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.845 INFO kablam! Oct 27 16:31:25.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.845 INFO kablam! --> src/arrays/Array256.rs:96:20 Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.845 INFO kablam! | ^^^^^^ Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.845 INFO kablam! Oct 27 16:31:25.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.845 INFO kablam! --> src/arrays/Array256.rs:96:34 Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.845 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.845 INFO kablam! Oct 27 16:31:25.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.845 INFO kablam! --> src/arrays/Array256.rs:102:20 Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.845 INFO kablam! | ^^^^^^ Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.845 INFO kablam! Oct 27 16:31:25.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.845 INFO kablam! --> src/arrays/Array256.rs:102:34 Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.845 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.845 INFO kablam! Oct 27 16:31:25.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.845 INFO kablam! --> src/arrays/Array256.rs:111:14 Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.845 INFO kablam! | ^^^^^^ Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.845 INFO kablam! Oct 27 16:31:25.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.845 INFO kablam! --> src/arrays/Array256.rs:111:28 Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.845 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.845 INFO kablam! | Oct 27 16:31:25.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.845 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.846 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array256.rs:120:15 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array256.rs:132:3 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array256.rs:144:3 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array256.rs:153:4 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array256.rs:162:8 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array512.rs:28:3 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array512.rs:34:3 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array512.rs:56:3 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! = warning: this was 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.847 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.847 INFO kablam! = note: fields 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.847 INFO kablam! Oct 27 16:31:25.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.847 INFO kablam! --> src/arrays/Array512.rs:65:3 Oct 27 16:31:25.847 INFO kablam! | Oct 27 16:31:25.847 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.847 INFO kablam! | ^^^^^^ Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.848 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.848 INFO kablam! Oct 27 16:31:25.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.848 INFO kablam! --> src/arrays/Array512.rs:65:18 Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.848 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.848 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.848 INFO kablam! Oct 27 16:31:25.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.848 INFO kablam! --> src/arrays/Array512.rs:78:29 Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.848 INFO kablam! | ^^^^^^ Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.848 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.848 INFO kablam! Oct 27 16:31:25.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.848 INFO kablam! --> src/arrays/Array512.rs:78:43 Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.848 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.848 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.848 INFO kablam! Oct 27 16:31:25.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.848 INFO kablam! --> src/arrays/Array512.rs:84:20 Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.848 INFO kablam! | ^^^^^^ Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.848 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.848 INFO kablam! Oct 27 16:31:25.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.848 INFO kablam! --> src/arrays/Array512.rs:84:34 Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.848 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.848 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.848 INFO kablam! | Oct 27 16:31:25.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.850 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:90:20 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:90:34 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:96:20 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:96:34 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:102:20 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:102:34 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:111:14 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:111:28 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.851 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.851 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.851 INFO kablam! Oct 27 16:31:25.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.851 INFO kablam! --> src/arrays/Array512.rs:120:15 Oct 27 16:31:25.851 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array512.rs:132:3 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array512.rs:144:3 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array512.rs:153:4 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array512.rs:162:8 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array1024.rs:28:3 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array1024.rs:34:3 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array1024.rs:56:3 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.852 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.852 INFO kablam! Oct 27 16:31:25.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.852 INFO kablam! --> src/arrays/Array1024.rs:65:3 Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.852 INFO kablam! | ^^^^^^ Oct 27 16:31:25.852 INFO kablam! | Oct 27 16:31:25.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:65:18 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:78:29 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:78:43 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:84:20 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:84:34 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:90:20 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:90:34 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.853 INFO kablam! --> src/arrays/Array1024.rs:96:20 Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.853 INFO kablam! | ^^^^^^ Oct 27 16:31:25.853 INFO kablam! | Oct 27 16:31:25.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.853 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.853 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:96:34 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.854 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:102:20 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.854 INFO kablam! | ^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:102:34 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.854 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:111:14 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.854 INFO kablam! | ^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:111:28 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.854 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:120:15 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.854 INFO kablam! | ^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:132:3 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.854 INFO kablam! | ^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.854 INFO kablam! --> src/arrays/Array1024.rs:144:3 Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.854 INFO kablam! | ^^^^^^ Oct 27 16:31:25.854 INFO kablam! | Oct 27 16:31:25.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:25.854 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:25.854 INFO kablam! Oct 27 16:31:25.854 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.855 INFO kablam! --> src/arrays/Array1024.rs:153:4 Oct 27 16:31:25.855 INFO kablam! | Oct 27 16:31:25.855 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.855 INFO kablam! | ^^^^^^ Oct 27 16:31:25.855 INFO kablam! | Oct 27 16:31:25.855 INFO kablam! = warning: this was 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.855 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.855 INFO kablam! = note: fields 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.855 INFO kablam! Oct 27 16:31:25.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.855 INFO kablam! --> src/arrays/Array1024.rs:162:8 Oct 27 16:31:25.855 INFO kablam! | Oct 27 16:31:25.855 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.855 INFO kablam! | ^^^^^^ Oct 27 16:31:25.855 INFO kablam! | Oct 27 16:31:25.855 INFO kablam! = warning: this was 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.855 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.855 INFO kablam! = note: fields 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.855 INFO kablam! Oct 27 16:31:25.855 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:25.855 INFO kablam! --> src/lib.rs:8:12 Oct 27 16:31:25.855 INFO kablam! | Oct 27 16:31:25.855 INFO kablam! 8 | #![feature(associated_consts)] Oct 27 16:31:25.855 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 16:31:25.855 INFO kablam! | Oct 27 16:31:25.855 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:31:25.855 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: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.993 INFO kablam! | ^^^^^^ Oct 27 16:31:25.993 INFO kablam! | Oct 27 16:31:25.993 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default 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.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:34:3 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.994 INFO kablam! | ^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:56:3 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:65:3 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:65:18 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:78:29 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:78:43 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:84:20 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.994 INFO kablam! --> src/arrays/Array16.rs:84:34 Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.994 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.994 INFO kablam! | Oct 27 16:31:25.994 INFO kablam! = warning: this was 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.994 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.994 INFO kablam! = note: fields 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.994 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:90:20 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:90:34 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:96:20 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:96:34 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:102:20 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:102:34 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:111:14 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.995 INFO kablam! --> src/arrays/Array16.rs:111:28 Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.995 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.995 INFO kablam! | Oct 27 16:31:25.995 INFO kablam! = warning: this was 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.995 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.995 INFO kablam! = note: fields 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.995 INFO kablam! Oct 27 16:31:25.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array16.rs:120:15 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array16.rs:132:3 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array16.rs:144:3 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array16.rs:153:4 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array16.rs:162:8 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array30.rs:28:3 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array30.rs:34:3 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array30.rs:56:3 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! = warning: this was 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.996 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.996 INFO kablam! = note: fields 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.996 INFO kablam! Oct 27 16:31:25.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.996 INFO kablam! --> src/arrays/Array30.rs:65:3 Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.996 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.996 INFO kablam! | ^^^^^^ Oct 27 16:31:25.996 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:65:18 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:78:29 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:78:43 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:84:20 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:84:34 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:90:20 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:90:34 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.997 INFO kablam! Oct 27 16:31:25.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.997 INFO kablam! --> src/arrays/Array30.rs:96:20 Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.997 INFO kablam! | ^^^^^^ Oct 27 16:31:25.997 INFO kablam! | Oct 27 16:31:25.997 INFO kablam! = warning: this was 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.997 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.997 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:96:34 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.998 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:102:20 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.998 INFO kablam! | ^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:102:34 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.998 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:111:14 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.998 INFO kablam! | ^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:111:28 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.998 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:120:15 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:25.998 INFO kablam! | ^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:132:3 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 132 | self.0.iter() Oct 27 16:31:25.998 INFO kablam! | ^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.998 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.998 INFO kablam! = note: fields 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.998 INFO kablam! Oct 27 16:31:25.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.998 INFO kablam! --> src/arrays/Array30.rs:144:3 Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:25.998 INFO kablam! | ^^^^^^ Oct 27 16:31:25.998 INFO kablam! | Oct 27 16:31:25.998 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array30.rs:153:4 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 153 | &self.0[..] Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array30.rs:162:8 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:28:3 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:34:3 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:56:3 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:65:3 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:65:18 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:25.999 INFO kablam! | ^^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:78:29 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:25.999 INFO kablam! | ^^^^^^ Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:25.999 INFO kablam! = warning: this was 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.999 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:25.999 INFO kablam! = note: fields 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.999 INFO kablam! Oct 27 16:31:25.999 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:25.999 INFO kablam! --> src/arrays/Array32.rs:78:43 Oct 27 16:31:25.999 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:84:20 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:84:34 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:90:20 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:90:34 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:96:20 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:96:34 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:102:20 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^ Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.000 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.000 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.000 INFO kablam! Oct 27 16:31:26.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.000 INFO kablam! --> src/arrays/Array32.rs:102:34 Oct 27 16:31:26.000 INFO kablam! | Oct 27 16:31:26.000 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.000 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:111:14 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:111:28 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.001 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:120:15 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:132:3 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:144:3 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:153:4 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array32.rs:162:8 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.001 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.001 INFO kablam! Oct 27 16:31:26.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.001 INFO kablam! --> src/arrays/Array40.rs:28:3 Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.001 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.001 INFO kablam! | ^^^^^^ Oct 27 16:31:26.001 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:34:3 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.002 INFO kablam! | ^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:56:3 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.002 INFO kablam! | ^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:65:3 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.002 INFO kablam! | ^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:65:18 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.002 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:78:29 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.002 INFO kablam! | ^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:78:43 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.002 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.002 INFO kablam! --> src/arrays/Array40.rs:84:20 Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.002 INFO kablam! | ^^^^^^ Oct 27 16:31:26.002 INFO kablam! | Oct 27 16:31:26.002 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.002 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.002 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.002 INFO kablam! Oct 27 16:31:26.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.022 INFO kablam! --> src/arrays/Array40.rs:84:34 Oct 27 16:31:26.026 INFO kablam! | Oct 27 16:31:26.026 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.026 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:90:20 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:90:34 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:96:20 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:96:34 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:102:20 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:102:34 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:111:14 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.027 INFO kablam! | ^^^^^^ Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.027 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.027 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.027 INFO kablam! Oct 27 16:31:26.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.027 INFO kablam! --> src/arrays/Array40.rs:111:28 Oct 27 16:31:26.027 INFO kablam! | Oct 27 16:31:26.027 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.028 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array40.rs:120:15 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array40.rs:132:3 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array40.rs:144:3 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array40.rs:153:4 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array40.rs:162:8 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array46.rs:28:3 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array46.rs:34:3 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.028 INFO kablam! Oct 27 16:31:26.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.028 INFO kablam! --> src/arrays/Array46.rs:56:3 Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.028 INFO kablam! | ^^^^^^ Oct 27 16:31:26.028 INFO kablam! | Oct 27 16:31:26.028 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.028 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.028 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:65:3 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:65:18 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:78:29 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:78:43 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:84:20 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:84:34 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:90:20 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:90:34 Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.029 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.029 INFO kablam! | Oct 27 16:31:26.029 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.029 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.029 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.029 INFO kablam! Oct 27 16:31:26.029 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.029 INFO kablam! --> src/arrays/Array46.rs:96:20 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:96:34 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:102:20 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:102:34 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:111:14 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:111:28 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:120:15 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.030 INFO kablam! | ^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:132:3 Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.030 INFO kablam! | ^^^^^^ Oct 27 16:31:26.030 INFO kablam! | Oct 27 16:31:26.030 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.030 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.030 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.030 INFO kablam! Oct 27 16:31:26.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.030 INFO kablam! --> src/arrays/Array46.rs:144:3 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array46.rs:153:4 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array46.rs:162:8 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array52.rs:28:3 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array52.rs:34:3 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array52.rs:56:3 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array52.rs:65:3 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array52.rs:65:18 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.031 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.031 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.031 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.031 INFO kablam! Oct 27 16:31:26.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.031 INFO kablam! --> src/arrays/Array52.rs:78:29 Oct 27 16:31:26.031 INFO kablam! | Oct 27 16:31:26.031 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.031 INFO kablam! | ^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:78:43 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:84:20 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:84:34 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:90:20 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:90:34 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:96:20 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:96:34 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.032 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.032 INFO kablam! Oct 27 16:31:26.032 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.032 INFO kablam! --> src/arrays/Array52.rs:102:20 Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.032 INFO kablam! | ^^^^^^ Oct 27 16:31:26.032 INFO kablam! | Oct 27 16:31:26.032 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.032 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:102:34 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.033 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:111:14 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.033 INFO kablam! | ^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:111:28 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.033 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:120:15 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.033 INFO kablam! | ^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:132:3 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.033 INFO kablam! | ^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:144:3 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.033 INFO kablam! | ^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:153:4 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.033 INFO kablam! | ^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.033 INFO kablam! --> src/arrays/Array52.rs:162:8 Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.033 INFO kablam! | ^^^^^^ Oct 27 16:31:26.033 INFO kablam! | Oct 27 16:31:26.033 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.033 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.033 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.033 INFO kablam! Oct 27 16:31:26.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:28:3 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.034 INFO kablam! | ^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:34:3 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.034 INFO kablam! | ^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:56:3 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.034 INFO kablam! | ^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:65:3 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.034 INFO kablam! | ^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:65:18 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.034 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:78:29 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.034 INFO kablam! | ^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:78:43 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.034 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:84:20 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.034 INFO kablam! | ^^^^^^ Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.034 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.034 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.034 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.034 INFO kablam! Oct 27 16:31:26.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.034 INFO kablam! --> src/arrays/Array64.rs:84:34 Oct 27 16:31:26.034 INFO kablam! | Oct 27 16:31:26.038 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.039 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.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.043 INFO kablam! --> src/arrays/Array64.rs:90:20 Oct 27 16:31:26.043 INFO kablam! | Oct 27 16:31:26.043 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.043 INFO kablam! | ^^^^^^ Oct 27 16:31:26.043 INFO kablam! | Oct 27 16:31:26.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.043 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.043 INFO kablam! Oct 27 16:31:26.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.043 INFO kablam! --> src/arrays/Array64.rs:90:34 Oct 27 16:31:26.043 INFO kablam! | Oct 27 16:31:26.043 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.043 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.043 INFO kablam! | Oct 27 16:31:26.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.043 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.043 INFO kablam! Oct 27 16:31:26.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.043 INFO kablam! --> src/arrays/Array64.rs:96:20 Oct 27 16:31:26.043 INFO kablam! | Oct 27 16:31:26.043 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.043 INFO kablam! | ^^^^^^ Oct 27 16:31:26.043 INFO kablam! | Oct 27 16:31:26.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.050 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.050 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:96:34 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.051 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:102:20 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.051 INFO kablam! | ^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:102:34 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.051 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:111:14 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.051 INFO kablam! | ^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:111:28 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.051 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:120:15 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.051 INFO kablam! | ^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:132:3 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.051 INFO kablam! | ^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.051 INFO kablam! Oct 27 16:31:26.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.051 INFO kablam! --> src/arrays/Array64.rs:144:3 Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.051 INFO kablam! | ^^^^^^ Oct 27 16:31:26.051 INFO kablam! | Oct 27 16:31:26.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.051 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array64.rs:153:4 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array64.rs:162:8 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array80.rs:28:3 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array80.rs:34:3 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array80.rs:56:3 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array80.rs:65:3 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array80.rs:65:18 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.052 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.052 INFO kablam! Oct 27 16:31:26.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.052 INFO kablam! --> src/arrays/Array80.rs:78:29 Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.052 INFO kablam! | ^^^^^^ Oct 27 16:31:26.052 INFO kablam! | Oct 27 16:31:26.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.052 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:78:43 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.060 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.060 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:84:20 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.060 INFO kablam! | ^^^^^^ Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.060 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:84:34 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.060 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.060 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:90:20 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.060 INFO kablam! | ^^^^^^ Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.060 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:90:34 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.060 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.060 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:96:20 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.060 INFO kablam! | ^^^^^^ Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.060 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.060 INFO kablam! Oct 27 16:31:26.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.060 INFO kablam! --> src/arrays/Array80.rs:96:34 Oct 27 16:31:26.060 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.061 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.061 INFO kablam! Oct 27 16:31:26.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.061 INFO kablam! --> src/arrays/Array80.rs:102:20 Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.061 INFO kablam! | ^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.061 INFO kablam! Oct 27 16:31:26.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.061 INFO kablam! --> src/arrays/Array80.rs:102:34 Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.061 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.061 INFO kablam! Oct 27 16:31:26.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.061 INFO kablam! --> src/arrays/Array80.rs:111:14 Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.061 INFO kablam! | ^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.061 INFO kablam! Oct 27 16:31:26.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.061 INFO kablam! --> src/arrays/Array80.rs:111:28 Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.061 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.061 INFO kablam! Oct 27 16:31:26.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.061 INFO kablam! --> src/arrays/Array80.rs:120:15 Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.061 INFO kablam! | ^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.061 INFO kablam! Oct 27 16:31:26.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.061 INFO kablam! --> src/arrays/Array80.rs:132:3 Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.061 INFO kablam! | ^^^^^^ Oct 27 16:31:26.061 INFO kablam! | Oct 27 16:31:26.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.061 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array80.rs:144:3 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array80.rs:153:4 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array80.rs:162:8 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array128.rs:28:3 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array128.rs:34:3 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array128.rs:56:3 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array128.rs:65:3 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.071 INFO kablam! | ^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array128.rs:65:18 Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.071 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.071 INFO kablam! | Oct 27 16:31:26.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.071 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.071 INFO kablam! Oct 27 16:31:26.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.071 INFO kablam! --> src/arrays/Array128.rs:78:29 Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.072 INFO kablam! | ^^^^^^ Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.072 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.072 INFO kablam! Oct 27 16:31:26.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.072 INFO kablam! --> src/arrays/Array128.rs:78:43 Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.072 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.072 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.072 INFO kablam! Oct 27 16:31:26.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.072 INFO kablam! --> src/arrays/Array128.rs:84:20 Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.072 INFO kablam! | ^^^^^^ Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.072 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.072 INFO kablam! Oct 27 16:31:26.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.072 INFO kablam! --> src/arrays/Array128.rs:84:34 Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.072 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.072 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.072 INFO kablam! Oct 27 16:31:26.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.072 INFO kablam! --> src/arrays/Array128.rs:90:20 Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.072 INFO kablam! | ^^^^^^ Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.072 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.072 INFO kablam! Oct 27 16:31:26.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.072 INFO kablam! --> src/arrays/Array128.rs:90:34 Oct 27 16:31:26.072 INFO kablam! | Oct 27 16:31:26.072 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.082 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:96:20 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:96:34 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:102:20 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:102:34 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:111:14 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:111:28 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:120:15 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.083 INFO kablam! | ^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.083 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.083 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.083 INFO kablam! Oct 27 16:31:26.083 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.083 INFO kablam! --> src/arrays/Array128.rs:132:3 Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.083 INFO kablam! | ^^^^^^ Oct 27 16:31:26.083 INFO kablam! | Oct 27 16:31:26.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.084 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.084 INFO kablam! Oct 27 16:31:26.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.084 INFO kablam! --> src/arrays/Array128.rs:144:3 Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.084 INFO kablam! | ^^^^^^ Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.084 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.084 INFO kablam! Oct 27 16:31:26.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.084 INFO kablam! --> src/arrays/Array128.rs:153:4 Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.084 INFO kablam! | ^^^^^^ Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.084 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.084 INFO kablam! Oct 27 16:31:26.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.084 INFO kablam! --> src/arrays/Array128.rs:162:8 Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.084 INFO kablam! | ^^^^^^ Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.084 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.084 INFO kablam! Oct 27 16:31:26.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.084 INFO kablam! --> src/arrays/Array256.rs:28:3 Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.084 INFO kablam! | ^^^^^^ Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.084 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.084 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.084 INFO kablam! Oct 27 16:31:26.084 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.084 INFO kablam! --> src/arrays/Array256.rs:34:3 Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.084 INFO kablam! | ^^^^^^ Oct 27 16:31:26.084 INFO kablam! | Oct 27 16:31:26.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.094 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:56:3 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:65:3 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:65:18 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:78:29 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:78:43 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:84:20 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:84:34 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:90:20 Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.095 INFO kablam! | ^^^^^^ Oct 27 16:31:26.095 INFO kablam! | Oct 27 16:31:26.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.095 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.095 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.095 INFO kablam! Oct 27 16:31:26.095 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.095 INFO kablam! --> src/arrays/Array256.rs:90:34 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:96:20 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:96:34 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:102:20 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:102:34 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:111:14 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:111:28 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:120:15 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.096 INFO kablam! | ^^^^^^ Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.096 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.096 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.096 INFO kablam! Oct 27 16:31:26.096 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.096 INFO kablam! --> src/arrays/Array256.rs:132:3 Oct 27 16:31:26.096 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array256.rs:144:3 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array256.rs:153:4 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array256.rs:162:8 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array512.rs:28:3 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array512.rs:34:3 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array512.rs:56:3 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array512.rs:65:3 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.097 INFO kablam! | ^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.097 INFO kablam! Oct 27 16:31:26.097 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.097 INFO kablam! --> src/arrays/Array512.rs:65:18 Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.097 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.097 INFO kablam! | Oct 27 16:31:26.097 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.097 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.097 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.098 INFO kablam! Oct 27 16:31:26.098 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.098 INFO kablam! --> src/arrays/Array512.rs:78:29 Oct 27 16:31:26.098 INFO kablam! | Oct 27 16:31:26.098 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.098 INFO kablam! | ^^^^^^ Oct 27 16:31:26.098 INFO kablam! | Oct 27 16:31:26.098 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.098 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.098 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.098 INFO kablam! Oct 27 16:31:26.098 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.098 INFO kablam! --> src/arrays/Array512.rs:78:43 Oct 27 16:31:26.098 INFO kablam! | Oct 27 16:31:26.098 INFO kablam! 78 | PartialOrd::partial_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.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:84:20 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:84:34 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:90:20 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:90:34 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:96:20 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:96:34 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:102:20 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:102:34 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.115 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.115 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.115 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.115 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.115 INFO kablam! Oct 27 16:31:26.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.115 INFO kablam! --> src/arrays/Array512.rs:111:14 Oct 27 16:31:26.115 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array512.rs:111:28 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.116 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array512.rs:120:15 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array512.rs:132:3 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array512.rs:144:3 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array512.rs:153:4 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array512.rs:162:8 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array1024.rs:28:3 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 28 | self.0.as_ptr() Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.116 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.116 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.116 INFO kablam! Oct 27 16:31:26.116 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.116 INFO kablam! --> src/arrays/Array1024.rs:34:3 Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! 34 | self.0.as_mut_ptr() Oct 27 16:31:26.116 INFO kablam! | ^^^^^^ Oct 27 16:31:26.116 INFO kablam! | Oct 27 16:31:26.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:56:3 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:65:3 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:65:18 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:78:29 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:78:43 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:84:20 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:84:34 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:90:20 Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.117 INFO kablam! | ^^^^^^ Oct 27 16:31:26.117 INFO kablam! | Oct 27 16:31:26.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.117 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.117 INFO kablam! Oct 27 16:31:26.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.117 INFO kablam! --> src/arrays/Array1024.rs:90:34 Oct 27 16:31:26.118 INFO kablam! | Oct 27 16:31:26.118 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.118 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.118 INFO kablam! | Oct 27 16:31:26.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.118 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:96:20 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:96:34 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:102:20 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:102:34 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:111:14 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:111:28 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:120:15 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 27 16:31:26.127 INFO kablam! | ^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.127 INFO kablam! Oct 27 16:31:26.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.127 INFO kablam! --> src/arrays/Array1024.rs:132:3 Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! 132 | self.0.iter() Oct 27 16:31:26.127 INFO kablam! | ^^^^^^ Oct 27 16:31:26.127 INFO kablam! | Oct 27 16:31:26.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.127 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.128 INFO kablam! Oct 27 16:31:26.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.128 INFO kablam! --> src/arrays/Array1024.rs:144:3 Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! 144 | self.0.iter_mut() Oct 27 16:31:26.128 INFO kablam! | ^^^^^^ Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.128 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.128 INFO kablam! Oct 27 16:31:26.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.128 INFO kablam! --> src/arrays/Array1024.rs:153:4 Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! 153 | &self.0[..] Oct 27 16:31:26.128 INFO kablam! | ^^^^^^ Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.128 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.128 INFO kablam! Oct 27 16:31:26.128 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 16:31:26.128 INFO kablam! --> src/arrays/Array1024.rs:162:8 Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! 162 | &mut self.0[..] Oct 27 16:31:26.128 INFO kablam! | ^^^^^^ Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 16:31:26.128 INFO kablam! = note: for more information, see issue #46043 Oct 27 16:31:26.128 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 16:31:26.128 INFO kablam! Oct 27 16:31:26.128 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.128 INFO kablam! --> src/lib.rs:8:12 Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! 8 | #![feature(associated_consts)] Oct 27 16:31:26.128 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 16:31:26.128 INFO kablam! | Oct 27 16:31:26.128 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:31:26.128 INFO kablam! Oct 27 16:31:26.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 27 16:31:26.128 INFO kablam! su: No module specific data is present Oct 27 16:31:26.511 INFO running `"docker" "rm" "-f" "1f14a6786a602e556c0bcac829f98b526d028d798ded75e6974843815abe069d"` Oct 27 16:31:26.591 INFO blam! 1f14a6786a602e556c0bcac829f98b526d028d798ded75e6974843815abe069d