Oct 13 09:19:46.364 INFO checking rust-extra-0.0.17 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:19:46.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 09:19:46.652 INFO blam! b9169911805a8d7eff4825f67f01253783a1102f2b42933b0054e906198948b1 Oct 13 09:19:46.654 INFO running `"docker" "start" "-a" "b9169911805a8d7eff4825f67f01253783a1102f2b42933b0054e906198948b1"` Oct 13 09:19:47.125 INFO kablam! usermod: no changes Oct 13 09:19:47.170 INFO kablam! Checking rust-extra v0.0.17 (/source) Oct 13 09:19:48.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.536 INFO kablam! --> src/arrays/Array16.rs:28:3 Oct 13 09:19:48.536 INFO kablam! | Oct 13 09:19:48.536 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.536 INFO kablam! | ^^^^^^ Oct 13 09:19:48.536 INFO kablam! | Oct 13 09:19:48.536 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 09:19:48.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.536 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.536 INFO kablam! Oct 13 09:19:48.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.536 INFO kablam! --> src/arrays/Array16.rs:34:3 Oct 13 09:19:48.536 INFO kablam! | Oct 13 09:19:48.536 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.536 INFO kablam! | ^^^^^^ Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.538 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.538 INFO kablam! Oct 13 09:19:48.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.538 INFO kablam! --> src/arrays/Array16.rs:56:3 Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.538 INFO kablam! | ^^^^^^ Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.538 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.538 INFO kablam! Oct 13 09:19:48.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.538 INFO kablam! --> src/arrays/Array16.rs:65:3 Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.538 INFO kablam! | ^^^^^^ Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.538 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.538 INFO kablam! Oct 13 09:19:48.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.538 INFO kablam! --> src/arrays/Array16.rs:65:18 Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.538 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.538 INFO kablam! | Oct 13 09:19:48.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.538 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.538 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.538 INFO kablam! Oct 13 09:19:48.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.539 INFO kablam! --> src/arrays/Array16.rs:78:29 Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.539 INFO kablam! | ^^^^^^ Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.539 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.539 INFO kablam! Oct 13 09:19:48.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.539 INFO kablam! --> src/arrays/Array16.rs:78:43 Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.539 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.539 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.539 INFO kablam! Oct 13 09:19:48.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.539 INFO kablam! --> src/arrays/Array16.rs:84:20 Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.539 INFO kablam! | ^^^^^^ Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.539 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.539 INFO kablam! Oct 13 09:19:48.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.539 INFO kablam! --> src/arrays/Array16.rs:84:34 Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.539 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.539 INFO kablam! | Oct 13 09:19:48.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.539 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.539 INFO kablam! Oct 13 09:19:48.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.540 INFO kablam! --> src/arrays/Array16.rs:90:20 Oct 13 09:19:48.540 INFO kablam! | Oct 13 09:19:48.540 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.540 INFO kablam! | ^^^^^^ Oct 13 09:19:48.540 INFO kablam! | Oct 13 09:19:48.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.540 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.540 INFO kablam! Oct 13 09:19:48.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.540 INFO kablam! --> src/arrays/Array16.rs:90:34 Oct 13 09:19:48.540 INFO kablam! | Oct 13 09:19:48.540 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.540 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.540 INFO kablam! | Oct 13 09:19:48.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.540 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.540 INFO kablam! Oct 13 09:19:48.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.541 INFO kablam! --> src/arrays/Array16.rs:96:20 Oct 13 09:19:48.541 INFO kablam! | Oct 13 09:19:48.541 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.541 INFO kablam! | ^^^^^^ Oct 13 09:19:48.541 INFO kablam! | Oct 13 09:19:48.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.541 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.541 INFO kablam! Oct 13 09:19:48.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.541 INFO kablam! --> src/arrays/Array16.rs:96:34 Oct 13 09:19:48.541 INFO kablam! | Oct 13 09:19:48.541 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.541 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.541 INFO kablam! | Oct 13 09:19:48.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.541 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.541 INFO kablam! Oct 13 09:19:48.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.541 INFO kablam! --> src/arrays/Array16.rs:102:20 Oct 13 09:19:48.541 INFO kablam! | Oct 13 09:19:48.541 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.541 INFO kablam! | ^^^^^^ Oct 13 09:19:48.542 INFO kablam! | Oct 13 09:19:48.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.542 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.542 INFO kablam! Oct 13 09:19:48.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.542 INFO kablam! --> src/arrays/Array16.rs:102:34 Oct 13 09:19:48.542 INFO kablam! | Oct 13 09:19:48.542 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.542 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.542 INFO kablam! | Oct 13 09:19:48.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.542 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.542 INFO kablam! Oct 13 09:19:48.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.542 INFO kablam! --> src/arrays/Array16.rs:111:14 Oct 13 09:19:48.542 INFO kablam! | Oct 13 09:19:48.542 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.542 INFO kablam! | ^^^^^^ Oct 13 09:19:48.542 INFO kablam! | Oct 13 09:19:48.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.542 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.543 INFO kablam! Oct 13 09:19:48.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.543 INFO kablam! --> src/arrays/Array16.rs:111:28 Oct 13 09:19:48.543 INFO kablam! | Oct 13 09:19:48.543 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.543 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.543 INFO kablam! | Oct 13 09:19:48.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.543 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.543 INFO kablam! Oct 13 09:19:48.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.543 INFO kablam! --> src/arrays/Array16.rs:120:15 Oct 13 09:19:48.543 INFO kablam! | Oct 13 09:19:48.543 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.543 INFO kablam! | ^^^^^^ Oct 13 09:19:48.543 INFO kablam! | Oct 13 09:19:48.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.543 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.543 INFO kablam! Oct 13 09:19:48.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.544 INFO kablam! --> src/arrays/Array16.rs:132:3 Oct 13 09:19:48.544 INFO kablam! | Oct 13 09:19:48.544 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.544 INFO kablam! | ^^^^^^ Oct 13 09:19:48.544 INFO kablam! | Oct 13 09:19:48.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.544 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.544 INFO kablam! Oct 13 09:19:48.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.544 INFO kablam! --> src/arrays/Array16.rs:144:3 Oct 13 09:19:48.544 INFO kablam! | Oct 13 09:19:48.544 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.544 INFO kablam! | ^^^^^^ Oct 13 09:19:48.544 INFO kablam! | Oct 13 09:19:48.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.544 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.544 INFO kablam! Oct 13 09:19:48.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.544 INFO kablam! --> src/arrays/Array16.rs:153:4 Oct 13 09:19:48.544 INFO kablam! | Oct 13 09:19:48.544 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.544 INFO kablam! | ^^^^^^ Oct 13 09:19:48.544 INFO kablam! | Oct 13 09:19:48.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.545 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.545 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.545 INFO kablam! Oct 13 09:19:48.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.545 INFO kablam! --> src/arrays/Array16.rs:162:8 Oct 13 09:19:48.545 INFO kablam! | Oct 13 09:19:48.545 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.545 INFO kablam! | ^^^^^^ Oct 13 09:19:48.546 INFO kablam! | Oct 13 09:19:48.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.546 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.546 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.546 INFO kablam! Oct 13 09:19:48.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.546 INFO kablam! --> src/arrays/Array30.rs:28:3 Oct 13 09:19:48.546 INFO kablam! | Oct 13 09:19:48.546 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.546 INFO kablam! | ^^^^^^ Oct 13 09:19:48.546 INFO kablam! | Oct 13 09:19:48.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.546 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.546 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.546 INFO kablam! Oct 13 09:19:48.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.546 INFO kablam! --> src/arrays/Array30.rs:34:3 Oct 13 09:19:48.546 INFO kablam! | Oct 13 09:19:48.546 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.546 INFO kablam! | ^^^^^^ Oct 13 09:19:48.546 INFO kablam! | Oct 13 09:19:48.546 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.546 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.546 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.546 INFO kablam! Oct 13 09:19:48.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.546 INFO kablam! --> src/arrays/Array30.rs:56:3 Oct 13 09:19:48.546 INFO kablam! | Oct 13 09:19:48.546 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.546 INFO kablam! | ^^^^^^ Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.547 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.547 INFO kablam! Oct 13 09:19:48.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.547 INFO kablam! --> src/arrays/Array30.rs:65:3 Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.547 INFO kablam! | ^^^^^^ Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.547 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.547 INFO kablam! Oct 13 09:19:48.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.547 INFO kablam! --> src/arrays/Array30.rs:65:18 Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.547 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.547 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.547 INFO kablam! Oct 13 09:19:48.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.547 INFO kablam! --> src/arrays/Array30.rs:78:29 Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.547 INFO kablam! | ^^^^^^ Oct 13 09:19:48.547 INFO kablam! | Oct 13 09:19:48.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.547 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.547 INFO kablam! Oct 13 09:19:48.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.548 INFO kablam! --> src/arrays/Array30.rs:78:43 Oct 13 09:19:48.548 INFO kablam! | Oct 13 09:19:48.548 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.548 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.548 INFO kablam! | Oct 13 09:19:48.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.548 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.548 INFO kablam! Oct 13 09:19:48.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.548 INFO kablam! --> src/arrays/Array30.rs:84:20 Oct 13 09:19:48.548 INFO kablam! | Oct 13 09:19:48.548 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.548 INFO kablam! | ^^^^^^ Oct 13 09:19:48.548 INFO kablam! | Oct 13 09:19:48.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.548 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.548 INFO kablam! Oct 13 09:19:48.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.548 INFO kablam! --> src/arrays/Array30.rs:84:34 Oct 13 09:19:48.548 INFO kablam! | Oct 13 09:19:48.548 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.548 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.548 INFO kablam! | Oct 13 09:19:48.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.549 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.549 INFO kablam! Oct 13 09:19:48.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.549 INFO kablam! --> src/arrays/Array30.rs:90:20 Oct 13 09:19:48.549 INFO kablam! | Oct 13 09:19:48.549 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.549 INFO kablam! | ^^^^^^ Oct 13 09:19:48.549 INFO kablam! | Oct 13 09:19:48.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.549 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.550 INFO kablam! Oct 13 09:19:48.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.550 INFO kablam! --> src/arrays/Array30.rs:90:34 Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.550 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.550 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.550 INFO kablam! Oct 13 09:19:48.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.550 INFO kablam! --> src/arrays/Array30.rs:96:20 Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.550 INFO kablam! | ^^^^^^ Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.550 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.550 INFO kablam! Oct 13 09:19:48.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.550 INFO kablam! --> src/arrays/Array30.rs:96:34 Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.550 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.550 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.550 INFO kablam! Oct 13 09:19:48.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.550 INFO kablam! --> src/arrays/Array30.rs:102:20 Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.550 INFO kablam! | ^^^^^^ Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.550 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.550 INFO kablam! Oct 13 09:19:48.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.550 INFO kablam! --> src/arrays/Array30.rs:102:34 Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.550 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.550 INFO kablam! | Oct 13 09:19:48.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.550 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.550 INFO kablam! Oct 13 09:19:48.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.552 INFO kablam! --> src/arrays/Array30.rs:111:14 Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.552 INFO kablam! | ^^^^^^ Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.552 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.552 INFO kablam! Oct 13 09:19:48.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.552 INFO kablam! --> src/arrays/Array30.rs:111:28 Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.552 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.552 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.552 INFO kablam! Oct 13 09:19:48.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.552 INFO kablam! --> src/arrays/Array30.rs:120:15 Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.552 INFO kablam! | ^^^^^^ Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.552 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.552 INFO kablam! Oct 13 09:19:48.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.552 INFO kablam! --> src/arrays/Array30.rs:132:3 Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.552 INFO kablam! | ^^^^^^ Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.552 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.552 INFO kablam! Oct 13 09:19:48.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.552 INFO kablam! --> src/arrays/Array30.rs:144:3 Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.552 INFO kablam! | ^^^^^^ Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.552 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.552 INFO kablam! Oct 13 09:19:48.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.552 INFO kablam! --> src/arrays/Array30.rs:153:4 Oct 13 09:19:48.552 INFO kablam! | Oct 13 09:19:48.552 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.552 INFO kablam! | ^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.557 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.557 INFO kablam! Oct 13 09:19:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.557 INFO kablam! --> src/arrays/Array30.rs:162:8 Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.557 INFO kablam! | ^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.557 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.557 INFO kablam! Oct 13 09:19:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.557 INFO kablam! --> src/arrays/Array32.rs:28:3 Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.557 INFO kablam! | ^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.557 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.557 INFO kablam! Oct 13 09:19:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.557 INFO kablam! --> src/arrays/Array32.rs:34:3 Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.557 INFO kablam! | ^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.557 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.557 INFO kablam! Oct 13 09:19:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.557 INFO kablam! --> src/arrays/Array32.rs:56:3 Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.557 INFO kablam! | ^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.557 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.557 INFO kablam! Oct 13 09:19:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.557 INFO kablam! --> src/arrays/Array32.rs:65:3 Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.557 INFO kablam! | ^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.557 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.557 INFO kablam! Oct 13 09:19:48.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.557 INFO kablam! --> src/arrays/Array32.rs:65:18 Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.557 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.557 INFO kablam! | Oct 13 09:19:48.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:78:29 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:78:43 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:84:20 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:84:34 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:90:20 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:90:34 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:96:20 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:96:34 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.558 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.558 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.558 INFO kablam! Oct 13 09:19:48.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.558 INFO kablam! --> src/arrays/Array32.rs:102:20 Oct 13 09:19:48.558 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:102:34 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.559 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:111:14 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:111:28 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.559 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:120:15 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:132:3 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:144:3 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:153:4 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.559 INFO kablam! Oct 13 09:19:48.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.559 INFO kablam! --> src/arrays/Array32.rs:162:8 Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.559 INFO kablam! | ^^^^^^ Oct 13 09:19:48.559 INFO kablam! | Oct 13 09:19:48.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.559 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.560 INFO kablam! Oct 13 09:19:48.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.560 INFO kablam! --> src/arrays/Array40.rs:28:3 Oct 13 09:19:48.560 INFO kablam! | Oct 13 09:19:48.560 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.560 INFO kablam! | ^^^^^^ Oct 13 09:19:48.560 INFO kablam! | Oct 13 09:19:48.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.560 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.560 INFO kablam! Oct 13 09:19:48.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.560 INFO kablam! --> src/arrays/Array40.rs:34:3 Oct 13 09:19:48.560 INFO kablam! | Oct 13 09:19:48.560 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.560 INFO kablam! | ^^^^^^ Oct 13 09:19:48.560 INFO kablam! | Oct 13 09:19:48.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.560 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.560 INFO kablam! Oct 13 09:19:48.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.560 INFO kablam! --> src/arrays/Array40.rs:56:3 Oct 13 09:19:48.560 INFO kablam! | Oct 13 09:19:48.560 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.560 INFO kablam! | ^^^^^^ Oct 13 09:19:48.560 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:65:3 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:65:18 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:78:29 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:78:43 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:84:20 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:84:34 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:90:20 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.565 INFO kablam! | ^^^^^^ Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.565 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.565 INFO kablam! Oct 13 09:19:48.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.565 INFO kablam! --> src/arrays/Array40.rs:90:34 Oct 13 09:19:48.565 INFO kablam! | Oct 13 09:19:48.565 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:96:20 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:96:34 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:102:20 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:102:34 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:111:14 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:111:28 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:120:15 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.566 INFO kablam! | ^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.566 INFO kablam! Oct 13 09:19:48.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.566 INFO kablam! --> src/arrays/Array40.rs:132:3 Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.566 INFO kablam! | ^^^^^^ Oct 13 09:19:48.566 INFO kablam! | Oct 13 09:19:48.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.566 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array40.rs:144:3 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array40.rs:153:4 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array40.rs:162:8 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array46.rs:28:3 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array46.rs:34:3 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array46.rs:56:3 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array46.rs:65:3 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array46.rs:65:18 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.567 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.567 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.567 INFO kablam! Oct 13 09:19:48.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.567 INFO kablam! --> src/arrays/Array46.rs:78:29 Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.567 INFO kablam! | ^^^^^^ Oct 13 09:19:48.567 INFO kablam! | Oct 13 09:19:48.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.568 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.568 INFO kablam! Oct 13 09:19:48.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.568 INFO kablam! --> src/arrays/Array46.rs:78:43 Oct 13 09:19:48.568 INFO kablam! | Oct 13 09:19:48.568 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.568 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.568 INFO kablam! | Oct 13 09:19:48.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.568 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.568 INFO kablam! Oct 13 09:19:48.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.568 INFO kablam! --> src/arrays/Array46.rs:84:20 Oct 13 09:19:48.568 INFO kablam! | Oct 13 09:19:48.568 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.568 INFO kablam! | ^^^^^^ Oct 13 09:19:48.568 INFO kablam! | Oct 13 09:19:48.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.568 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.568 INFO kablam! Oct 13 09:19:48.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.568 INFO kablam! --> src/arrays/Array46.rs:84:34 Oct 13 09:19:48.568 INFO kablam! | Oct 13 09:19:48.568 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.568 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.573 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.573 INFO kablam! Oct 13 09:19:48.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.573 INFO kablam! --> src/arrays/Array46.rs:90:20 Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.573 INFO kablam! | ^^^^^^ Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.573 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.573 INFO kablam! Oct 13 09:19:48.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.573 INFO kablam! --> src/arrays/Array46.rs:90:34 Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.573 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.573 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.573 INFO kablam! Oct 13 09:19:48.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.573 INFO kablam! --> src/arrays/Array46.rs:96:20 Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.573 INFO kablam! | ^^^^^^ Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.573 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.573 INFO kablam! Oct 13 09:19:48.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.573 INFO kablam! --> src/arrays/Array46.rs:96:34 Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.573 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.573 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.573 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:102:20 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.574 INFO kablam! | ^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:102:34 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.574 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:111:14 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.574 INFO kablam! | ^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:111:28 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.574 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:120:15 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.574 INFO kablam! | ^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:132:3 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.574 INFO kablam! | ^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:144:3 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.574 INFO kablam! | ^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:153:4 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.574 INFO kablam! | ^^^^^^ Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.574 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.574 INFO kablam! Oct 13 09:19:48.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.574 INFO kablam! --> src/arrays/Array46.rs:162:8 Oct 13 09:19:48.574 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:28:3 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:34:3 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:56:3 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:65:3 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:65:18 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.575 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:78:29 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:78:43 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.575 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.575 INFO kablam! --> src/arrays/Array52.rs:84:20 Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.575 INFO kablam! | ^^^^^^ Oct 13 09:19:48.575 INFO kablam! | Oct 13 09:19:48.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.575 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.575 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:84:34 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.576 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:90:20 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.576 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:90:34 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.576 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:96:20 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.576 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:96:34 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.576 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:102:20 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.576 INFO kablam! Oct 13 09:19:48.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.576 INFO kablam! --> src/arrays/Array52.rs:102:34 Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.576 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.576 INFO kablam! | Oct 13 09:19:48.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.576 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.584 INFO kablam! Oct 13 09:19:48.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.584 INFO kablam! --> src/arrays/Array52.rs:111:14 Oct 13 09:19:48.584 INFO kablam! | Oct 13 09:19:48.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.584 INFO kablam! | ^^^^^^ Oct 13 09:19:48.584 INFO kablam! | Oct 13 09:19:48.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.584 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.584 INFO kablam! Oct 13 09:19:48.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.584 INFO kablam! --> src/arrays/Array52.rs:111:28 Oct 13 09:19:48.584 INFO kablam! | Oct 13 09:19:48.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.584 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.585 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.585 INFO kablam! Oct 13 09:19:48.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.585 INFO kablam! --> src/arrays/Array52.rs:120:15 Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.585 INFO kablam! | ^^^^^^ Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.585 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.585 INFO kablam! Oct 13 09:19:48.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.585 INFO kablam! --> src/arrays/Array52.rs:132:3 Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.585 INFO kablam! | ^^^^^^ Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.585 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.585 INFO kablam! Oct 13 09:19:48.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.585 INFO kablam! --> src/arrays/Array52.rs:144:3 Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.585 INFO kablam! | ^^^^^^ Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.585 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.585 INFO kablam! Oct 13 09:19:48.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.585 INFO kablam! --> src/arrays/Array52.rs:153:4 Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.585 INFO kablam! | ^^^^^^ Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.585 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.585 INFO kablam! Oct 13 09:19:48.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.585 INFO kablam! --> src/arrays/Array52.rs:162:8 Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.585 INFO kablam! | ^^^^^^ Oct 13 09:19:48.585 INFO kablam! | Oct 13 09:19:48.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.585 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.592 INFO kablam! Oct 13 09:19:48.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.592 INFO kablam! --> src/arrays/Array64.rs:28:3 Oct 13 09:19:48.592 INFO kablam! | Oct 13 09:19:48.592 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.592 INFO kablam! | ^^^^^^ Oct 13 09:19:48.592 INFO kablam! | Oct 13 09:19:48.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.592 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.592 INFO kablam! Oct 13 09:19:48.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.592 INFO kablam! --> src/arrays/Array64.rs:34:3 Oct 13 09:19:48.592 INFO kablam! | Oct 13 09:19:48.592 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.592 INFO kablam! | ^^^^^^ Oct 13 09:19:48.592 INFO kablam! | Oct 13 09:19:48.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.592 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.592 INFO kablam! Oct 13 09:19:48.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.592 INFO kablam! --> src/arrays/Array64.rs:56:3 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:65:3 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:65:18 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:78:29 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:78:43 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:84:20 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:84:34 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:90:20 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:90:34 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.593 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.593 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.593 INFO kablam! Oct 13 09:19:48.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.593 INFO kablam! --> src/arrays/Array64.rs:96:20 Oct 13 09:19:48.593 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:96:34 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:102:20 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:102:34 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:111:14 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:111:28 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:120:15 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:132:3 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:144:3 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.594 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.594 INFO kablam! Oct 13 09:19:48.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.594 INFO kablam! --> src/arrays/Array64.rs:153:4 Oct 13 09:19:48.594 INFO kablam! | Oct 13 09:19:48.594 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.594 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array64.rs:162:8 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.595 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:28:3 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.595 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:34:3 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.595 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:56:3 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.595 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:65:3 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.595 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:65:18 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.595 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:78:29 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.595 INFO kablam! | ^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:78:43 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.595 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.595 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.595 INFO kablam! Oct 13 09:19:48.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.595 INFO kablam! --> src/arrays/Array80.rs:84:20 Oct 13 09:19:48.595 INFO kablam! | Oct 13 09:19:48.595 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:84:34 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:90:20 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:90:34 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:96:20 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:96:34 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:102:20 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:102:34 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.596 INFO kablam! --> src/arrays/Array80.rs:111:14 Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.596 INFO kablam! | ^^^^^^ Oct 13 09:19:48.596 INFO kablam! | Oct 13 09:19:48.596 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.596 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.596 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array80.rs:111:28 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.597 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array80.rs:120:15 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array80.rs:132:3 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array80.rs:144:3 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array80.rs:153:4 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array80.rs:162:8 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array128.rs:28:3 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array128.rs:34:3 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.597 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.597 INFO kablam! Oct 13 09:19:48.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.597 INFO kablam! --> src/arrays/Array128.rs:56:3 Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.597 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.597 INFO kablam! | ^^^^^^ Oct 13 09:19:48.597 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.598 INFO kablam! --> src/arrays/Array128.rs:65:3 Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.598 INFO kablam! | ^^^^^^ Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.598 INFO kablam! --> src/arrays/Array128.rs:65:18 Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.598 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.598 INFO kablam! --> src/arrays/Array128.rs:78:29 Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.598 INFO kablam! | ^^^^^^ Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.598 INFO kablam! --> src/arrays/Array128.rs:78:43 Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.598 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.598 INFO kablam! --> src/arrays/Array128.rs:84:20 Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.598 INFO kablam! | ^^^^^^ Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.598 INFO kablam! --> src/arrays/Array128.rs:84:34 Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.598 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.598 INFO kablam! | Oct 13 09:19:48.598 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.598 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.598 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.598 INFO kablam! Oct 13 09:19:48.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.608 INFO kablam! --> src/arrays/Array128.rs:90:20 Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.608 INFO kablam! | ^^^^^^ Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.608 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.608 INFO kablam! Oct 13 09:19:48.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.608 INFO kablam! --> src/arrays/Array128.rs:90:34 Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.608 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.608 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.608 INFO kablam! Oct 13 09:19:48.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.608 INFO kablam! --> src/arrays/Array128.rs:96:20 Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.608 INFO kablam! | ^^^^^^ Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.608 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.608 INFO kablam! Oct 13 09:19:48.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.608 INFO kablam! --> src/arrays/Array128.rs:96:34 Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.608 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.608 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.608 INFO kablam! Oct 13 09:19:48.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.608 INFO kablam! --> src/arrays/Array128.rs:102:20 Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.608 INFO kablam! | ^^^^^^ Oct 13 09:19:48.608 INFO kablam! | Oct 13 09:19:48.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.608 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:102:34 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.609 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:111:14 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.609 INFO kablam! | ^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:111:28 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.609 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:120:15 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.609 INFO kablam! | ^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:132:3 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.609 INFO kablam! | ^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:144:3 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.609 INFO kablam! | ^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:153:4 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.609 INFO kablam! | ^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array128.rs:162:8 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.609 INFO kablam! | ^^^^^^ Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.609 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.609 INFO kablam! Oct 13 09:19:48.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.609 INFO kablam! --> src/arrays/Array256.rs:28:3 Oct 13 09:19:48.609 INFO kablam! | Oct 13 09:19:48.609 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.610 INFO kablam! | ^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:34:3 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.610 INFO kablam! | ^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:56:3 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:65:3 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:65:18 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:78:29 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:78:43 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:84:20 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.610 INFO kablam! --> src/arrays/Array256.rs:84:34 Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.610 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.610 INFO kablam! | Oct 13 09:19:48.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.610 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.610 INFO kablam! Oct 13 09:19:48.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:90:20 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:90:34 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:96:20 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:96:34 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:102:20 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:102:34 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:111:14 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:111:28 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.611 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.611 INFO kablam! Oct 13 09:19:48.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.611 INFO kablam! --> src/arrays/Array256.rs:120:15 Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.611 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.611 INFO kablam! | ^^^^^^ Oct 13 09:19:48.611 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array256.rs:132:3 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array256.rs:144:3 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array256.rs:153:4 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array256.rs:162:8 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array512.rs:28:3 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array512.rs:34:3 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array512.rs:56:3 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.612 INFO kablam! --> src/arrays/Array512.rs:65:3 Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.612 INFO kablam! | ^^^^^^ Oct 13 09:19:48.612 INFO kablam! | Oct 13 09:19:48.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.612 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.612 INFO kablam! Oct 13 09:19:48.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:65:18 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:78:29 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:78:43 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:84:20 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:84:34 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:90:20 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:90:34 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:96:20 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.613 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.613 INFO kablam! Oct 13 09:19:48.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.613 INFO kablam! --> src/arrays/Array512.rs:96:34 Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.613 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.613 INFO kablam! | Oct 13 09:19:48.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:102:20 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.614 INFO kablam! | ^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:102:34 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.614 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:111:14 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.614 INFO kablam! | ^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:111:28 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.614 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:120:15 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.614 INFO kablam! | ^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:132:3 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.614 INFO kablam! | ^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:144:3 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.614 INFO kablam! | ^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:153:4 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.614 INFO kablam! | ^^^^^^ Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.614 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.614 INFO kablam! Oct 13 09:19:48.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.614 INFO kablam! --> src/arrays/Array512.rs:162:8 Oct 13 09:19:48.614 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:28:3 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:34:3 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:56:3 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:65:3 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:65:18 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.615 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:78:29 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:78:43 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.615 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.615 INFO kablam! --> src/arrays/Array1024.rs:84:20 Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.615 INFO kablam! | ^^^^^^ Oct 13 09:19:48.615 INFO kablam! | Oct 13 09:19:48.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.615 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.615 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:84:34 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:90:20 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:90:34 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:96:20 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:96:34 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:102:20 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:102:34 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:111:14 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^ Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.616 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.616 INFO kablam! Oct 13 09:19:48.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.616 INFO kablam! --> src/arrays/Array1024.rs:111:28 Oct 13 09:19:48.616 INFO kablam! | Oct 13 09:19:48.616 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.616 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.617 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.617 INFO kablam! --> src/arrays/Array1024.rs:120:15 Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.617 INFO kablam! | ^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.617 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.617 INFO kablam! --> src/arrays/Array1024.rs:132:3 Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.617 INFO kablam! | ^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.617 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.617 INFO kablam! --> src/arrays/Array1024.rs:144:3 Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.617 INFO kablam! | ^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.617 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.617 INFO kablam! --> src/arrays/Array1024.rs:153:4 Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.617 INFO kablam! | ^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.617 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.617 INFO kablam! --> src/arrays/Array1024.rs:162:8 Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.617 INFO kablam! | ^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.617 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.617 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 13 09:19:48.617 INFO kablam! --> src/lib.rs:8:12 Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! 8 | #![feature(associated_consts)] Oct 13 09:19:48.617 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 09:19:48.617 INFO kablam! | Oct 13 09:19:48.617 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 09:19:48.617 INFO kablam! Oct 13 09:19:48.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.976 INFO kablam! --> src/arrays/Array16.rs:28:3 Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.976 INFO kablam! | ^^^^^^ Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 09:19:48.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.976 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.976 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.976 INFO kablam! Oct 13 09:19:48.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.976 INFO kablam! --> src/arrays/Array16.rs:34:3 Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.976 INFO kablam! | ^^^^^^ Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.976 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.976 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.976 INFO kablam! Oct 13 09:19:48.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.976 INFO kablam! --> src/arrays/Array16.rs:56:3 Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.976 INFO kablam! | ^^^^^^ Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.976 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.976 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.976 INFO kablam! Oct 13 09:19:48.976 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.976 INFO kablam! --> src/arrays/Array16.rs:65:3 Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.976 INFO kablam! | ^^^^^^ Oct 13 09:19:48.976 INFO kablam! | Oct 13 09:19:48.976 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:65:18 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:78:29 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:78:43 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:84:20 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:84:34 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:90:20 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:90:34 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:96:20 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.977 INFO kablam! | ^^^^^^ Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.977 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.977 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.977 INFO kablam! Oct 13 09:19:48.977 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.977 INFO kablam! --> src/arrays/Array16.rs:96:34 Oct 13 09:19:48.977 INFO kablam! | Oct 13 09:19:48.977 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.978 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:102:20 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.978 INFO kablam! | ^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:102:34 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.978 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:111:14 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.978 INFO kablam! | ^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:111:28 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.978 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:120:15 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.978 INFO kablam! | ^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:132:3 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.978 INFO kablam! | ^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:144:3 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.978 INFO kablam! | ^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.978 INFO kablam! Oct 13 09:19:48.978 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.978 INFO kablam! --> src/arrays/Array16.rs:153:4 Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.978 INFO kablam! | ^^^^^^ Oct 13 09:19:48.978 INFO kablam! | Oct 13 09:19:48.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.978 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.978 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array16.rs:162:8 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:28:3 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:34:3 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:56:3 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:65:3 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:65:18 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.979 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:78:29 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:78:43 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.979 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.979 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.979 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.979 INFO kablam! Oct 13 09:19:48.979 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.979 INFO kablam! --> src/arrays/Array30.rs:84:20 Oct 13 09:19:48.979 INFO kablam! | Oct 13 09:19:48.979 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.979 INFO kablam! | ^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:84:34 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:90:20 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:90:34 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:96:20 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:96:34 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:102:20 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:102:34 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.980 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.980 INFO kablam! --> src/arrays/Array30.rs:111:14 Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.980 INFO kablam! | ^^^^^^ Oct 13 09:19:48.980 INFO kablam! | Oct 13 09:19:48.980 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.980 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.980 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.980 INFO kablam! Oct 13 09:19:48.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.981 INFO kablam! --> src/arrays/Array30.rs:111:28 Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.981 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.981 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.981 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.981 INFO kablam! Oct 13 09:19:48.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.981 INFO kablam! --> src/arrays/Array30.rs:120:15 Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.981 INFO kablam! | ^^^^^^ Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.981 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.981 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.981 INFO kablam! Oct 13 09:19:48.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.981 INFO kablam! --> src/arrays/Array30.rs:132:3 Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.981 INFO kablam! | ^^^^^^ Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.981 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.981 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.981 INFO kablam! Oct 13 09:19:48.981 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.981 INFO kablam! --> src/arrays/Array30.rs:144:3 Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.981 INFO kablam! | ^^^^^^ Oct 13 09:19:48.981 INFO kablam! | Oct 13 09:19:48.981 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.981 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.992 INFO kablam! Oct 13 09:19:48.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.992 INFO kablam! --> src/arrays/Array30.rs:153:4 Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.992 INFO kablam! | ^^^^^^ Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.992 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.992 INFO kablam! Oct 13 09:19:48.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.992 INFO kablam! --> src/arrays/Array30.rs:162:8 Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.992 INFO kablam! | ^^^^^^ Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.992 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.992 INFO kablam! Oct 13 09:19:48.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.992 INFO kablam! --> src/arrays/Array32.rs:28:3 Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.992 INFO kablam! | ^^^^^^ Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.992 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.992 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.992 INFO kablam! Oct 13 09:19:48.992 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.992 INFO kablam! --> src/arrays/Array32.rs:34:3 Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.992 INFO kablam! | ^^^^^^ Oct 13 09:19:48.992 INFO kablam! | Oct 13 09:19:48.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:56:3 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:65:3 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:65:18 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:78:29 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:78:43 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:84:20 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:84:34 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:90:20 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.993 INFO kablam! | ^^^^^^ Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.993 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.993 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:48.993 INFO kablam! Oct 13 09:19:48.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.993 INFO kablam! --> src/arrays/Array32.rs:90:34 Oct 13 09:19:48.993 INFO kablam! | Oct 13 09:19:48.993 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:96:20 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:96:34 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:102:20 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:102:34 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:111:14 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:111:28 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:120:15 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.994 INFO kablam! | ^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.994 INFO kablam! --> src/arrays/Array32.rs:132:3 Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.994 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.994 INFO kablam! | ^^^^^^ Oct 13 09:19:48.994 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.994 INFO kablam! Oct 13 09:19:48.994 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array32.rs:144:3 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array32.rs:153:4 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array32.rs:162:8 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array40.rs:28:3 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array40.rs:34:3 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array40.rs:56:3 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array40.rs:65:3 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array40.rs:65:18 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.995 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! Oct 13 09:19:48.995 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.995 INFO kablam! --> src/arrays/Array40.rs:78:29 Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.995 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.995 INFO kablam! | ^^^^^^ Oct 13 09:19:48.995 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.995 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:78:43 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:84:20 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:84:34 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:90:20 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:90:34 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:96:20 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:96:34 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:102:20 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^ Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.996 INFO kablam! Oct 13 09:19:48.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.996 INFO kablam! --> src/arrays/Array40.rs:102:34 Oct 13 09:19:48.996 INFO kablam! | Oct 13 09:19:48.996 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.996 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:111:14 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:111:28 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.997 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:120:15 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:132:3 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 132 | self.0.iter() Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:144:3 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:153:4 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 153 | &self.0[..] Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array40.rs:162:8 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! Oct 13 09:19:48.997 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.997 INFO kablam! --> src/arrays/Array46.rs:28:3 Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.997 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:48.997 INFO kablam! | ^^^^^^ Oct 13 09:19:48.997 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.997 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:34:3 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:48.998 INFO kablam! | ^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:56:3 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:48.998 INFO kablam! | ^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:65:3 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.998 INFO kablam! | ^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:65:18 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:48.998 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:78:29 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.998 INFO kablam! | ^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:78:43 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.998 INFO kablam! | ^^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! Oct 13 09:19:48.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:48.998 INFO kablam! --> src/arrays/Array46.rs:84:20 Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.998 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:48.998 INFO kablam! | ^^^^^^ Oct 13 09:19:48.998 INFO kablam! | Oct 13 09:19:48.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 13 09:19:48.998 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:48.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 13 09:19:49.000 INFO kablam! Oct 13 09:19:49.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.000 INFO kablam! --> src/arrays/Array46.rs:84:34 Oct 13 09:19:49.000 INFO kablam! | Oct 13 09:19:49.000 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.000 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.000 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.000 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.000 INFO kablam! Oct 13 09:19:49.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.000 INFO kablam! --> src/arrays/Array46.rs:90:20 Oct 13 09:19:49.000 INFO kablam! | Oct 13 09:19:49.000 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.000 INFO kablam! | ^^^^^^ Oct 13 09:19:49.000 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.000 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.000 INFO kablam! Oct 13 09:19:49.000 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.000 INFO kablam! --> src/arrays/Array46.rs:90:34 Oct 13 09:19:49.000 INFO kablam! | Oct 13 09:19:49.000 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:96:20 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:96:34 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:102:20 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:102:34 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:111:14 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:111:28 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:120:15 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.001 INFO kablam! | ^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! Oct 13 09:19:49.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.001 INFO kablam! --> src/arrays/Array46.rs:132:3 Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.001 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.001 INFO kablam! | ^^^^^^ Oct 13 09:19:49.001 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.001 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! Oct 13 09:19:49.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.002 INFO kablam! --> src/arrays/Array46.rs:144:3 Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.002 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.002 INFO kablam! | ^^^^^^ Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! Oct 13 09:19:49.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.002 INFO kablam! --> src/arrays/Array46.rs:153:4 Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.002 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.002 INFO kablam! | ^^^^^^ Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! Oct 13 09:19:49.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.002 INFO kablam! --> src/arrays/Array46.rs:162:8 Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.002 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.002 INFO kablam! | ^^^^^^ Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! Oct 13 09:19:49.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.002 INFO kablam! --> src/arrays/Array52.rs:28:3 Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.002 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.002 INFO kablam! | ^^^^^^ Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! Oct 13 09:19:49.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.002 INFO kablam! --> src/arrays/Array52.rs:34:3 Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.002 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.002 INFO kablam! | ^^^^^^ Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.002 INFO kablam! Oct 13 09:19:49.002 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.002 INFO kablam! --> src/arrays/Array52.rs:56:3 Oct 13 09:19:49.002 INFO kablam! | Oct 13 09:19:49.002 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.002 INFO kablam! | ^^^^^^ Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.008 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.008 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.008 INFO kablam! Oct 13 09:19:49.008 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.008 INFO kablam! --> src/arrays/Array52.rs:65:3 Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.008 INFO kablam! | ^^^^^^ Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.008 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.008 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.008 INFO kablam! Oct 13 09:19:49.008 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.008 INFO kablam! --> src/arrays/Array52.rs:65:18 Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.008 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.008 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.008 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.008 INFO kablam! Oct 13 09:19:49.008 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.008 INFO kablam! --> src/arrays/Array52.rs:78:29 Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.008 INFO kablam! | ^^^^^^ Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.008 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.008 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.008 INFO kablam! Oct 13 09:19:49.008 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.008 INFO kablam! --> src/arrays/Array52.rs:78:43 Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.008 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.008 INFO kablam! | Oct 13 09:19:49.008 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.008 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.009 INFO kablam! --> src/arrays/Array52.rs:84:20 Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.009 INFO kablam! | ^^^^^^ Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.009 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.009 INFO kablam! --> src/arrays/Array52.rs:84:34 Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.009 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.009 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.009 INFO kablam! --> src/arrays/Array52.rs:90:20 Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.009 INFO kablam! | ^^^^^^ Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.009 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.009 INFO kablam! --> src/arrays/Array52.rs:90:34 Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.009 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.009 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.009 INFO kablam! --> src/arrays/Array52.rs:96:20 Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.009 INFO kablam! | ^^^^^^ Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.009 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.009 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.009 INFO kablam! --> src/arrays/Array52.rs:96:34 Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.009 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.009 INFO kablam! | Oct 13 09:19:49.009 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.009 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.009 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.009 INFO kablam! Oct 13 09:19:49.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.010 INFO kablam! --> src/arrays/Array52.rs:102:20 Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.010 INFO kablam! | ^^^^^^ Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.010 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.010 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.010 INFO kablam! Oct 13 09:19:49.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.010 INFO kablam! --> src/arrays/Array52.rs:102:34 Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.010 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.010 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.010 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.010 INFO kablam! Oct 13 09:19:49.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.010 INFO kablam! --> src/arrays/Array52.rs:111:14 Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.010 INFO kablam! | ^^^^^^ Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.010 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.010 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.010 INFO kablam! Oct 13 09:19:49.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.010 INFO kablam! --> src/arrays/Array52.rs:111:28 Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.010 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.010 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.010 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.010 INFO kablam! Oct 13 09:19:49.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.010 INFO kablam! --> src/arrays/Array52.rs:120:15 Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.010 INFO kablam! | ^^^^^^ Oct 13 09:19:49.010 INFO kablam! | Oct 13 09:19:49.010 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.010 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.010 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.010 INFO kablam! Oct 13 09:19:49.010 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array52.rs:132:3 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array52.rs:144:3 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array52.rs:153:4 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array52.rs:162:8 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array64.rs:28:3 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array64.rs:34:3 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array64.rs:56:3 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array64.rs:65:3 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.011 INFO kablam! | ^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.011 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.011 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.011 INFO kablam! Oct 13 09:19:49.011 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.011 INFO kablam! --> src/arrays/Array64.rs:65:18 Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.011 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.011 INFO kablam! | Oct 13 09:19:49.011 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:78:29 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:78:43 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:84:20 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:84:34 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:90:20 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:90:34 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:96:20 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.012 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.012 INFO kablam! --> src/arrays/Array64.rs:96:34 Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.012 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.012 INFO kablam! | Oct 13 09:19:49.012 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.012 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.012 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.012 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:102:20 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:102:34 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.013 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:111:14 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:111:28 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.013 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:120:15 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:132:3 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:144:3 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:153:4 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.013 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.013 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.013 INFO kablam! Oct 13 09:19:49.013 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.013 INFO kablam! --> src/arrays/Array64.rs:162:8 Oct 13 09:19:49.013 INFO kablam! | Oct 13 09:19:49.013 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.013 INFO kablam! | ^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:28:3 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.014 INFO kablam! | ^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:34:3 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.014 INFO kablam! | ^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:56:3 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.014 INFO kablam! | ^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:65:3 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.014 INFO kablam! | ^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:65:18 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.014 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:78:29 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.014 INFO kablam! | ^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.014 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.014 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.014 INFO kablam! Oct 13 09:19:49.014 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.014 INFO kablam! --> src/arrays/Array80.rs:78:43 Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.014 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.014 INFO kablam! | Oct 13 09:19:49.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.021 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.021 INFO kablam! Oct 13 09:19:49.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.021 INFO kablam! --> src/arrays/Array80.rs:84:20 Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.021 INFO kablam! | ^^^^^^ Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.021 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.021 INFO kablam! Oct 13 09:19:49.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.021 INFO kablam! --> src/arrays/Array80.rs:84:34 Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.021 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.021 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.021 INFO kablam! Oct 13 09:19:49.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.021 INFO kablam! --> src/arrays/Array80.rs:90:20 Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.021 INFO kablam! | ^^^^^^ Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.021 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.021 INFO kablam! Oct 13 09:19:49.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.021 INFO kablam! --> src/arrays/Array80.rs:90:34 Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.021 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.021 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.021 INFO kablam! Oct 13 09:19:49.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.021 INFO kablam! --> src/arrays/Array80.rs:96:20 Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.021 INFO kablam! | ^^^^^^ Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.021 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.021 INFO kablam! Oct 13 09:19:49.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.021 INFO kablam! --> src/arrays/Array80.rs:96:34 Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.021 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.021 INFO kablam! | Oct 13 09:19:49.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.021 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:102:20 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.022 INFO kablam! | ^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:102:34 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.022 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:111:14 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.022 INFO kablam! | ^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:111:28 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.022 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:120:15 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.022 INFO kablam! | ^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:132:3 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.022 INFO kablam! | ^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:144:3 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.022 INFO kablam! | ^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:153:4 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.022 INFO kablam! | ^^^^^^ Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.022 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.022 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.022 INFO kablam! Oct 13 09:19:49.022 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.022 INFO kablam! --> src/arrays/Array80.rs:162:8 Oct 13 09:19:49.022 INFO kablam! | Oct 13 09:19:49.022 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:28:3 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:34:3 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:56:3 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:65:3 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:65:18 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.023 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:78:29 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:78:43 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.023 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.023 INFO kablam! --> src/arrays/Array128.rs:84:20 Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.023 INFO kablam! | ^^^^^^ Oct 13 09:19:49.023 INFO kablam! | Oct 13 09:19:49.023 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.023 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.023 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.023 INFO kablam! Oct 13 09:19:49.023 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:84:34 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:90:20 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:90:34 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:96:20 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:96:34 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:102:20 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:102:34 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:111:14 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.024 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.024 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.024 INFO kablam! Oct 13 09:19:49.024 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.024 INFO kablam! --> src/arrays/Array128.rs:111:28 Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.024 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.024 INFO kablam! | Oct 13 09:19:49.024 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array128.rs:120:15 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array128.rs:132:3 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array128.rs:144:3 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array128.rs:153:4 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array128.rs:162:8 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array256.rs:28:3 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array256.rs:34:3 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array256.rs:56:3 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.025 INFO kablam! | ^^^^^^ Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.025 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.025 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.025 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.025 INFO kablam! Oct 13 09:19:49.025 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.025 INFO kablam! --> src/arrays/Array256.rs:65:3 Oct 13 09:19:49.025 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.026 INFO kablam! | ^^^^^^ Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.026 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.026 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.026 INFO kablam! Oct 13 09:19:49.026 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.026 INFO kablam! --> src/arrays/Array256.rs:65:18 Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.026 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.026 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.026 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.026 INFO kablam! Oct 13 09:19:49.026 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.026 INFO kablam! --> src/arrays/Array256.rs:78:29 Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.026 INFO kablam! | ^^^^^^ Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.026 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.026 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.026 INFO kablam! Oct 13 09:19:49.026 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.026 INFO kablam! --> src/arrays/Array256.rs:78:43 Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.026 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.026 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.026 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.026 INFO kablam! Oct 13 09:19:49.026 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.026 INFO kablam! --> src/arrays/Array256.rs:84:20 Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.026 INFO kablam! | ^^^^^^ Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.026 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.026 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.026 INFO kablam! Oct 13 09:19:49.026 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.026 INFO kablam! --> src/arrays/Array256.rs:84:34 Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.026 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.026 INFO kablam! | Oct 13 09:19:49.026 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.030 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.030 INFO kablam! Oct 13 09:19:49.030 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.030 INFO kablam! --> src/arrays/Array256.rs:90:20 Oct 13 09:19:49.030 INFO kablam! | Oct 13 09:19:49.030 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.030 INFO kablam! | ^^^^^^ Oct 13 09:19:49.033 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.033 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.033 INFO kablam! Oct 13 09:19:49.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.033 INFO kablam! --> src/arrays/Array256.rs:90:34 Oct 13 09:19:49.033 INFO kablam! | Oct 13 09:19:49.033 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.033 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.033 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.033 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.033 INFO kablam! Oct 13 09:19:49.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.033 INFO kablam! --> src/arrays/Array256.rs:96:20 Oct 13 09:19:49.033 INFO kablam! | Oct 13 09:19:49.033 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.033 INFO kablam! | ^^^^^^ Oct 13 09:19:49.033 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.033 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.033 INFO kablam! Oct 13 09:19:49.033 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.033 INFO kablam! --> src/arrays/Array256.rs:96:34 Oct 13 09:19:49.033 INFO kablam! | Oct 13 09:19:49.033 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.033 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:102:20 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:102:34 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.034 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:111:14 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:111:28 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.034 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:120:15 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:132:3 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:144:3 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:153:4 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.034 INFO kablam! Oct 13 09:19:49.034 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.034 INFO kablam! --> src/arrays/Array256.rs:162:8 Oct 13 09:19:49.034 INFO kablam! | Oct 13 09:19:49.034 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.034 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:28:3 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.035 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:34:3 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.035 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:56:3 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:65:3 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:65:18 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:78:29 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:78:43 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:84:20 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.035 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.035 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.035 INFO kablam! Oct 13 09:19:49.035 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.035 INFO kablam! --> src/arrays/Array512.rs:84:34 Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.035 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.035 INFO kablam! | Oct 13 09:19:49.035 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:90:20 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:90:34 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:96:20 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:96:34 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:102:20 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:102:34 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:111:14 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:111:28 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.036 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.036 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.036 INFO kablam! Oct 13 09:19:49.036 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.036 INFO kablam! --> src/arrays/Array512.rs:120:15 Oct 13 09:19:49.036 INFO kablam! | Oct 13 09:19:49.036 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.036 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array512.rs:132:3 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array512.rs:144:3 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array512.rs:153:4 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array512.rs:162:8 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array1024.rs:28:3 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 28 | self.0.as_ptr() Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array1024.rs:34:3 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 34 | self.0.as_mut_ptr() Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array1024.rs:56:3 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 56 | self.0[..].fmt(formatter) Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.037 INFO kablam! --> src/arrays/Array1024.rs:65:3 Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.037 INFO kablam! | ^^^^^^ Oct 13 09:19:49.037 INFO kablam! | Oct 13 09:19:49.037 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.037 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.037 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.037 INFO kablam! Oct 13 09:19:49.037 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.038 INFO kablam! --> src/arrays/Array1024.rs:65:18 Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Oct 13 09:19:49.038 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.038 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.038 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.038 INFO kablam! Oct 13 09:19:49.038 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.038 INFO kablam! --> src/arrays/Array1024.rs:78:29 Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.038 INFO kablam! | ^^^^^^ Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.038 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.038 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.038 INFO kablam! Oct 13 09:19:49.038 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.038 INFO kablam! --> src/arrays/Array1024.rs:78:43 Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.038 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.038 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.038 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.038 INFO kablam! Oct 13 09:19:49.038 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.038 INFO kablam! --> src/arrays/Array1024.rs:84:20 Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.038 INFO kablam! | ^^^^^^ Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.038 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.038 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.038 INFO kablam! Oct 13 09:19:49.038 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.038 INFO kablam! --> src/arrays/Array1024.rs:84:34 Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.038 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.038 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.038 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.038 INFO kablam! Oct 13 09:19:49.038 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.038 INFO kablam! --> src/arrays/Array1024.rs:90:20 Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.038 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.038 INFO kablam! | ^^^^^^ Oct 13 09:19:49.038 INFO kablam! | Oct 13 09:19:49.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.044 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.044 INFO kablam! Oct 13 09:19:49.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.052 INFO kablam! --> src/arrays/Array1024.rs:90:34 Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.052 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.052 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! Oct 13 09:19:49.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.052 INFO kablam! --> src/arrays/Array1024.rs:96:20 Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.052 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.052 INFO kablam! | ^^^^^^ Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! Oct 13 09:19:49.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.052 INFO kablam! --> src/arrays/Array1024.rs:96:34 Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.052 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.052 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! Oct 13 09:19:49.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.052 INFO kablam! --> src/arrays/Array1024.rs:102:20 Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.052 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.052 INFO kablam! | ^^^^^^ Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! Oct 13 09:19:49.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.052 INFO kablam! --> src/arrays/Array1024.rs:102:34 Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.052 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.052 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.052 INFO kablam! | Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.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 13 09:19:49.052 INFO kablam! Oct 13 09:19:49.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:111:14 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.053 INFO kablam! | ^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:111:28 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Oct 13 09:19:49.053 INFO kablam! | ^^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:120:15 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 120 | Hash::hash(&self.0[..], state) Oct 13 09:19:49.053 INFO kablam! | ^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:132:3 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 132 | self.0.iter() Oct 13 09:19:49.053 INFO kablam! | ^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:144:3 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 144 | self.0.iter_mut() Oct 13 09:19:49.053 INFO kablam! | ^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:153:4 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 153 | &self.0[..] Oct 13 09:19:49.053 INFO kablam! | ^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 09:19:49.053 INFO kablam! --> src/arrays/Array1024.rs:162:8 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 162 | &mut self.0[..] Oct 13 09:19:49.053 INFO kablam! | ^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 09:19:49.053 INFO kablam! = note: for more information, see issue #46043 Oct 13 09:19:49.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.053 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 13 09:19:49.053 INFO kablam! --> src/lib.rs:8:12 Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! 8 | #![feature(associated_consts)] Oct 13 09:19:49.053 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 09:19:49.053 INFO kablam! | Oct 13 09:19:49.053 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 09:19:49.053 INFO kablam! Oct 13 09:19:49.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 13 09:19:49.128 INFO kablam! su: No module specific data is present Oct 13 09:19:50.026 INFO running `"docker" "rm" "-f" "b9169911805a8d7eff4825f67f01253783a1102f2b42933b0054e906198948b1"` Oct 13 09:19:50.348 INFO blam! b9169911805a8d7eff4825f67f01253783a1102f2b42933b0054e906198948b1