Sep 21 04:00:36.419 INFO checking rust-extra-0.0.17 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 04:00:36.419 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 04:00:36.419 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:00:36.574 INFO blam! 04ce49ab75e3dc12be1020da500ebd094fba1f6341be0217b045551b3fad3b4d Sep 21 04:00:36.576 INFO running `"docker" "start" "-a" "04ce49ab75e3dc12be1020da500ebd094fba1f6341be0217b045551b3fad3b4d"` Sep 21 04:00:37.403 INFO kablam! usermod: no changes Sep 21 04:00:37.438 INFO kablam! Checking rust-extra v0.0.17 (/source) Sep 21 04:00:38.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.465 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.465 INFO kablam! | ^^^^^^ Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 04:00:38.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.465 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.465 INFO kablam! Sep 21 04:00:38.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.465 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.465 INFO kablam! | ^^^^^^ Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.465 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.465 INFO kablam! Sep 21 04:00:38.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.465 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.465 INFO kablam! | ^^^^^^ Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.465 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.465 INFO kablam! Sep 21 04:00:38.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.465 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.465 INFO kablam! | ^^^^^^ Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.465 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.465 INFO kablam! Sep 21 04:00:38.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.465 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.465 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.465 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.465 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.465 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.465 INFO kablam! Sep 21 04:00:38.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.465 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 21 04:00:38.465 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.466 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.466 INFO kablam! Sep 21 04:00:38.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.466 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.466 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.466 INFO kablam! Sep 21 04:00:38.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.466 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.466 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.466 INFO kablam! Sep 21 04:00:38.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.466 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.466 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.466 INFO kablam! Sep 21 04:00:38.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.466 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.466 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.466 INFO kablam! Sep 21 04:00:38.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.466 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.466 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.466 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.466 INFO kablam! Sep 21 04:00:38.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.466 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.466 INFO kablam! | ^^^^^^ Sep 21 04:00:38.466 INFO kablam! | Sep 21 04:00:38.466 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.467 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.467 INFO kablam! Sep 21 04:00:38.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.467 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.467 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.467 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.467 INFO kablam! Sep 21 04:00:38.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.467 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.467 INFO kablam! | ^^^^^^ Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.467 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.467 INFO kablam! Sep 21 04:00:38.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.467 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.467 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.467 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.467 INFO kablam! Sep 21 04:00:38.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.467 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.467 INFO kablam! | ^^^^^^ Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.467 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.467 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.467 INFO kablam! Sep 21 04:00:38.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.467 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.467 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.467 INFO kablam! | Sep 21 04:00:38.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.467 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.468 INFO kablam! Sep 21 04:00:38.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.468 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.468 INFO kablam! | ^^^^^^ Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.468 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.468 INFO kablam! Sep 21 04:00:38.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.468 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.468 INFO kablam! | ^^^^^^ Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.468 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.468 INFO kablam! Sep 21 04:00:38.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.468 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.468 INFO kablam! | ^^^^^^ Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.468 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.468 INFO kablam! Sep 21 04:00:38.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.468 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.468 INFO kablam! | ^^^^^^ Sep 21 04:00:38.468 INFO kablam! | Sep 21 04:00:38.468 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.468 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.468 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.468 INFO kablam! Sep 21 04:00:38.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.469 INFO kablam! | ^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.469 INFO kablam! | ^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.469 INFO kablam! | ^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.469 INFO kablam! | ^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.469 INFO kablam! | ^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.469 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.469 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.469 INFO kablam! | ^^^^^^ Sep 21 04:00:38.469 INFO kablam! | Sep 21 04:00:38.469 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.469 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.469 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.469 INFO kablam! Sep 21 04:00:38.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.470 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 21 04:00:38.470 INFO kablam! | Sep 21 04:00:38.470 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.470 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.470 INFO kablam! | Sep 21 04:00:38.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.470 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.470 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.470 INFO kablam! Sep 21 04:00:38.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.470 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 21 04:00:38.470 INFO kablam! | Sep 21 04:00:38.470 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.470 INFO kablam! | ^^^^^^ Sep 21 04:00:38.470 INFO kablam! | Sep 21 04:00:38.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.470 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.471 INFO kablam! Sep 21 04:00:38.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.471 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.471 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.471 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.471 INFO kablam! Sep 21 04:00:38.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.471 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.471 INFO kablam! | ^^^^^^ Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.471 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.471 INFO kablam! Sep 21 04:00:38.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.471 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.471 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.471 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.471 INFO kablam! Sep 21 04:00:38.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.471 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.471 INFO kablam! | ^^^^^^ Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.471 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.471 INFO kablam! Sep 21 04:00:38.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.471 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.471 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.471 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.471 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.471 INFO kablam! Sep 21 04:00:38.471 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.471 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.471 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.471 INFO kablam! | ^^^^^^ Sep 21 04:00:38.471 INFO kablam! | Sep 21 04:00:38.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.472 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.472 INFO kablam! Sep 21 04:00:38.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.472 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 21 04:00:38.472 INFO kablam! | Sep 21 04:00:38.472 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.472 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.472 INFO kablam! | Sep 21 04:00:38.472 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.472 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.472 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.472 INFO kablam! Sep 21 04:00:38.472 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.472 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 21 04:00:38.472 INFO kablam! | Sep 21 04:00:38.472 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.472 INFO kablam! | ^^^^^^ Sep 21 04:00:38.472 INFO kablam! | Sep 21 04:00:38.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.473 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.473 INFO kablam! Sep 21 04:00:38.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.473 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 21 04:00:38.473 INFO kablam! | Sep 21 04:00:38.473 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.473 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.473 INFO kablam! | Sep 21 04:00:38.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.473 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.473 INFO kablam! Sep 21 04:00:38.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.473 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 21 04:00:38.473 INFO kablam! | Sep 21 04:00:38.473 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.473 INFO kablam! | ^^^^^^ Sep 21 04:00:38.473 INFO kablam! | Sep 21 04:00:38.473 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.473 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.473 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.473 INFO kablam! Sep 21 04:00:38.473 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.474 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 21 04:00:38.474 INFO kablam! | Sep 21 04:00:38.474 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.474 INFO kablam! | ^^^^^^ Sep 21 04:00:38.474 INFO kablam! | Sep 21 04:00:38.474 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.474 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.474 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.474 INFO kablam! Sep 21 04:00:38.474 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.474 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 21 04:00:38.474 INFO kablam! | Sep 21 04:00:38.474 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.474 INFO kablam! | ^^^^^^ Sep 21 04:00:38.474 INFO kablam! | Sep 21 04:00:38.474 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.474 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.474 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.474 INFO kablam! Sep 21 04:00:38.474 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.474 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 21 04:00:38.474 INFO kablam! | Sep 21 04:00:38.474 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.474 INFO kablam! | ^^^^^^ Sep 21 04:00:38.474 INFO kablam! | Sep 21 04:00:38.474 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.474 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.474 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.474 INFO kablam! Sep 21 04:00:38.474 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.475 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 21 04:00:38.475 INFO kablam! | Sep 21 04:00:38.475 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.475 INFO kablam! | ^^^^^^ Sep 21 04:00:38.475 INFO kablam! | Sep 21 04:00:38.475 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.475 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.475 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.475 INFO kablam! Sep 21 04:00:38.475 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.475 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 21 04:00:38.475 INFO kablam! | Sep 21 04:00:38.475 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.475 INFO kablam! | ^^^^^^ Sep 21 04:00:38.475 INFO kablam! | Sep 21 04:00:38.475 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.475 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.475 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.475 INFO kablam! Sep 21 04:00:38.475 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.475 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 21 04:00:38.475 INFO kablam! | Sep 21 04:00:38.475 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.475 INFO kablam! | ^^^^^^ Sep 21 04:00:38.475 INFO kablam! | Sep 21 04:00:38.475 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.475 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.475 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.475 INFO kablam! Sep 21 04:00:38.475 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.476 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.476 INFO kablam! | ^^^^^^ Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.476 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.476 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.476 INFO kablam! Sep 21 04:00:38.476 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.476 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.476 INFO kablam! | ^^^^^^ Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.476 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.476 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.476 INFO kablam! Sep 21 04:00:38.476 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.476 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.476 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.476 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.476 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.476 INFO kablam! Sep 21 04:00:38.476 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.476 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.476 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.476 INFO kablam! | ^^^^^^ Sep 21 04:00:38.476 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.478 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.478 INFO kablam! Sep 21 04:00:38.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.478 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 21 04:00:38.478 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.478 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.478 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.478 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.478 INFO kablam! Sep 21 04:00:38.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.478 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 21 04:00:38.478 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.478 INFO kablam! | ^^^^^^ Sep 21 04:00:38.478 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.478 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.478 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.478 INFO kablam! Sep 21 04:00:38.478 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.478 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 21 04:00:38.478 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.478 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.478 INFO kablam! | Sep 21 04:00:38.478 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.478 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.479 INFO kablam! Sep 21 04:00:38.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.479 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 21 04:00:38.479 INFO kablam! | Sep 21 04:00:38.479 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.479 INFO kablam! | ^^^^^^ Sep 21 04:00:38.479 INFO kablam! | Sep 21 04:00:38.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.479 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.479 INFO kablam! Sep 21 04:00:38.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.479 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 21 04:00:38.479 INFO kablam! | Sep 21 04:00:38.479 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.479 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.479 INFO kablam! | Sep 21 04:00:38.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.479 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.479 INFO kablam! Sep 21 04:00:38.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.479 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 21 04:00:38.479 INFO kablam! | Sep 21 04:00:38.479 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.479 INFO kablam! | ^^^^^^ Sep 21 04:00:38.479 INFO kablam! | Sep 21 04:00:38.479 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.479 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.479 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.479 INFO kablam! Sep 21 04:00:38.479 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.480 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 21 04:00:38.480 INFO kablam! | Sep 21 04:00:38.480 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.480 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.480 INFO kablam! | Sep 21 04:00:38.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.480 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.480 INFO kablam! Sep 21 04:00:38.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.480 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 21 04:00:38.480 INFO kablam! | Sep 21 04:00:38.480 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.480 INFO kablam! | ^^^^^^ Sep 21 04:00:38.480 INFO kablam! | Sep 21 04:00:38.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.480 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.480 INFO kablam! Sep 21 04:00:38.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.480 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 21 04:00:38.480 INFO kablam! | Sep 21 04:00:38.480 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.480 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.480 INFO kablam! | Sep 21 04:00:38.480 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.480 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.480 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.480 INFO kablam! Sep 21 04:00:38.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.481 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 21 04:00:38.481 INFO kablam! | Sep 21 04:00:38.481 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.481 INFO kablam! | ^^^^^^ Sep 21 04:00:38.481 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.482 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.482 INFO kablam! Sep 21 04:00:38.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.482 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 21 04:00:38.482 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.482 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.482 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.482 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.482 INFO kablam! Sep 21 04:00:38.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.482 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 21 04:00:38.482 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.482 INFO kablam! | ^^^^^^ Sep 21 04:00:38.482 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.482 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.482 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.482 INFO kablam! Sep 21 04:00:38.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.482 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 21 04:00:38.482 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.482 INFO kablam! | ^^^^^^ Sep 21 04:00:38.482 INFO kablam! | Sep 21 04:00:38.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.482 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.483 INFO kablam! Sep 21 04:00:38.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.483 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 21 04:00:38.483 INFO kablam! | Sep 21 04:00:38.483 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.483 INFO kablam! | ^^^^^^ Sep 21 04:00:38.483 INFO kablam! | Sep 21 04:00:38.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.483 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.483 INFO kablam! Sep 21 04:00:38.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.483 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 21 04:00:38.483 INFO kablam! | Sep 21 04:00:38.483 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.483 INFO kablam! | ^^^^^^ Sep 21 04:00:38.483 INFO kablam! | Sep 21 04:00:38.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.483 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.483 INFO kablam! Sep 21 04:00:38.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.483 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 21 04:00:38.483 INFO kablam! | Sep 21 04:00:38.483 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.483 INFO kablam! | ^^^^^^ Sep 21 04:00:38.483 INFO kablam! | Sep 21 04:00:38.483 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.483 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.483 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.483 INFO kablam! Sep 21 04:00:38.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.484 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 21 04:00:38.484 INFO kablam! | Sep 21 04:00:38.484 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.484 INFO kablam! | ^^^^^^ Sep 21 04:00:38.484 INFO kablam! | Sep 21 04:00:38.484 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.484 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.484 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.484 INFO kablam! Sep 21 04:00:38.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.485 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 21 04:00:38.485 INFO kablam! | Sep 21 04:00:38.485 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.485 INFO kablam! | ^^^^^^ Sep 21 04:00:38.485 INFO kablam! | Sep 21 04:00:38.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.485 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.485 INFO kablam! Sep 21 04:00:38.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.485 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 21 04:00:38.485 INFO kablam! | Sep 21 04:00:38.485 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.485 INFO kablam! | ^^^^^^ Sep 21 04:00:38.485 INFO kablam! | Sep 21 04:00:38.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.485 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.485 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.485 INFO kablam! Sep 21 04:00:38.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.488 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 21 04:00:38.488 INFO kablam! | Sep 21 04:00:38.488 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.488 INFO kablam! | ^^^^^^ Sep 21 04:00:38.488 INFO kablam! | Sep 21 04:00:38.488 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.488 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.488 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.489 INFO kablam! Sep 21 04:00:38.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.489 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.489 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.489 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.489 INFO kablam! Sep 21 04:00:38.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.489 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.489 INFO kablam! | ^^^^^^ Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.489 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.489 INFO kablam! Sep 21 04:00:38.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.489 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.489 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.489 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.489 INFO kablam! Sep 21 04:00:38.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.489 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.489 INFO kablam! | ^^^^^^ Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.489 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.489 INFO kablam! Sep 21 04:00:38.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.489 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.489 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.489 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.489 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.489 INFO kablam! Sep 21 04:00:38.489 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.489 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 21 04:00:38.489 INFO kablam! | Sep 21 04:00:38.489 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.489 INFO kablam! | ^^^^^^ Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.490 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.490 INFO kablam! Sep 21 04:00:38.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.490 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.490 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.490 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.490 INFO kablam! Sep 21 04:00:38.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.490 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.490 INFO kablam! | ^^^^^^ Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.490 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.490 INFO kablam! Sep 21 04:00:38.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.490 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.490 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.490 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.490 INFO kablam! Sep 21 04:00:38.490 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.490 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.490 INFO kablam! | ^^^^^^ Sep 21 04:00:38.490 INFO kablam! | Sep 21 04:00:38.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.490 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.490 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.491 INFO kablam! Sep 21 04:00:38.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.491 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.491 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.491 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.491 INFO kablam! Sep 21 04:00:38.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.491 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.491 INFO kablam! | ^^^^^^ Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.491 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.491 INFO kablam! Sep 21 04:00:38.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.491 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.491 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.491 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.491 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.491 INFO kablam! Sep 21 04:00:38.491 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.491 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.491 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.491 INFO kablam! | ^^^^^^ Sep 21 04:00:38.491 INFO kablam! | Sep 21 04:00:38.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.492 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.492 INFO kablam! Sep 21 04:00:38.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.492 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 21 04:00:38.492 INFO kablam! | Sep 21 04:00:38.492 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.492 INFO kablam! | ^^^^^^ Sep 21 04:00:38.492 INFO kablam! | Sep 21 04:00:38.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.492 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.492 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.492 INFO kablam! Sep 21 04:00:38.492 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.492 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 21 04:00:38.492 INFO kablam! | Sep 21 04:00:38.492 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.492 INFO kablam! | ^^^^^^ Sep 21 04:00:38.492 INFO kablam! | Sep 21 04:00:38.492 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.492 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.493 INFO kablam! Sep 21 04:00:38.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.493 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 21 04:00:38.493 INFO kablam! | Sep 21 04:00:38.493 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.493 INFO kablam! | ^^^^^^ Sep 21 04:00:38.493 INFO kablam! | Sep 21 04:00:38.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.493 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.493 INFO kablam! Sep 21 04:00:38.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.493 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 21 04:00:38.493 INFO kablam! | Sep 21 04:00:38.493 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.493 INFO kablam! | ^^^^^^ Sep 21 04:00:38.493 INFO kablam! | Sep 21 04:00:38.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.493 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.493 INFO kablam! Sep 21 04:00:38.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.493 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 21 04:00:38.493 INFO kablam! | Sep 21 04:00:38.493 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.493 INFO kablam! | ^^^^^^ Sep 21 04:00:38.493 INFO kablam! | Sep 21 04:00:38.493 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.493 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.493 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.493 INFO kablam! Sep 21 04:00:38.493 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.495 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 21 04:00:38.495 INFO kablam! | Sep 21 04:00:38.495 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.495 INFO kablam! | ^^^^^^ Sep 21 04:00:38.495 INFO kablam! | Sep 21 04:00:38.495 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.495 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.495 INFO kablam! Sep 21 04:00:38.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.495 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 21 04:00:38.495 INFO kablam! | Sep 21 04:00:38.495 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.496 INFO kablam! | ^^^^^^ Sep 21 04:00:38.496 INFO kablam! | Sep 21 04:00:38.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.496 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.496 INFO kablam! Sep 21 04:00:38.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.496 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 21 04:00:38.496 INFO kablam! | Sep 21 04:00:38.496 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.496 INFO kablam! | ^^^^^^ Sep 21 04:00:38.496 INFO kablam! | Sep 21 04:00:38.496 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.496 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.496 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.496 INFO kablam! Sep 21 04:00:38.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.496 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 21 04:00:38.496 INFO kablam! | Sep 21 04:00:38.496 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.496 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.496 INFO kablam! | Sep 21 04:00:38.497 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.497 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.497 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.497 INFO kablam! Sep 21 04:00:38.497 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.497 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 21 04:00:38.497 INFO kablam! | Sep 21 04:00:38.497 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.497 INFO kablam! | ^^^^^^ Sep 21 04:00:38.497 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.498 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.498 INFO kablam! Sep 21 04:00:38.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.498 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.498 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.498 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.498 INFO kablam! Sep 21 04:00:38.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.498 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.498 INFO kablam! | ^^^^^^ Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.498 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.498 INFO kablam! Sep 21 04:00:38.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.498 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.498 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.498 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.498 INFO kablam! Sep 21 04:00:38.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.498 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.498 INFO kablam! | ^^^^^^ Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.498 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.498 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.498 INFO kablam! Sep 21 04:00:38.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.498 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.498 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.498 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.498 INFO kablam! | Sep 21 04:00:38.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.499 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.499 INFO kablam! Sep 21 04:00:38.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.499 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 21 04:00:38.499 INFO kablam! | Sep 21 04:00:38.499 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.499 INFO kablam! | ^^^^^^ Sep 21 04:00:38.499 INFO kablam! | Sep 21 04:00:38.499 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.499 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.499 INFO kablam! Sep 21 04:00:38.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.500 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 21 04:00:38.500 INFO kablam! | Sep 21 04:00:38.500 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.500 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.500 INFO kablam! | Sep 21 04:00:38.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.500 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.500 INFO kablam! Sep 21 04:00:38.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.500 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 21 04:00:38.500 INFO kablam! | Sep 21 04:00:38.500 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.500 INFO kablam! | ^^^^^^ Sep 21 04:00:38.500 INFO kablam! | Sep 21 04:00:38.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.500 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.500 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.500 INFO kablam! Sep 21 04:00:38.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.500 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 21 04:00:38.500 INFO kablam! | Sep 21 04:00:38.500 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.500 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.500 INFO kablam! | Sep 21 04:00:38.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.501 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.501 INFO kablam! Sep 21 04:00:38.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.501 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 21 04:00:38.501 INFO kablam! | Sep 21 04:00:38.501 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.501 INFO kablam! | ^^^^^^ Sep 21 04:00:38.501 INFO kablam! | Sep 21 04:00:38.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.501 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.501 INFO kablam! Sep 21 04:00:38.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.501 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 21 04:00:38.501 INFO kablam! | Sep 21 04:00:38.501 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.501 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.501 INFO kablam! | Sep 21 04:00:38.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.501 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.501 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.501 INFO kablam! Sep 21 04:00:38.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.501 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 21 04:00:38.501 INFO kablam! | Sep 21 04:00:38.501 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.501 INFO kablam! | ^^^^^^ Sep 21 04:00:38.501 INFO kablam! | Sep 21 04:00:38.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.502 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.502 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.503 INFO kablam! Sep 21 04:00:38.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.503 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.503 INFO kablam! | ^^^^^^ Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.503 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.503 INFO kablam! Sep 21 04:00:38.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.503 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.503 INFO kablam! | ^^^^^^ Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.503 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.503 INFO kablam! Sep 21 04:00:38.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.503 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.503 INFO kablam! | ^^^^^^ Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.503 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.503 INFO kablam! Sep 21 04:00:38.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.503 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.503 INFO kablam! | ^^^^^^ Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.503 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.503 INFO kablam! Sep 21 04:00:38.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.503 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.503 INFO kablam! | ^^^^^^ Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.503 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.503 INFO kablam! Sep 21 04:00:38.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.503 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 21 04:00:38.503 INFO kablam! | Sep 21 04:00:38.504 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.504 INFO kablam! | ^^^^^^ Sep 21 04:00:38.504 INFO kablam! | Sep 21 04:00:38.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.504 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.504 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.504 INFO kablam! Sep 21 04:00:38.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.505 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 21 04:00:38.505 INFO kablam! | Sep 21 04:00:38.505 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.505 INFO kablam! | ^^^^^^ Sep 21 04:00:38.505 INFO kablam! | Sep 21 04:00:38.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.505 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.505 INFO kablam! Sep 21 04:00:38.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.505 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 21 04:00:38.505 INFO kablam! | Sep 21 04:00:38.505 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.505 INFO kablam! | ^^^^^^ Sep 21 04:00:38.505 INFO kablam! | Sep 21 04:00:38.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.505 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.505 INFO kablam! Sep 21 04:00:38.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.505 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 21 04:00:38.505 INFO kablam! | Sep 21 04:00:38.505 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.505 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.505 INFO kablam! | Sep 21 04:00:38.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.505 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.505 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.505 INFO kablam! Sep 21 04:00:38.505 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.505 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.506 INFO kablam! | ^^^^^^ Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.506 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.506 INFO kablam! Sep 21 04:00:38.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.506 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.506 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.506 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.506 INFO kablam! Sep 21 04:00:38.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.506 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.506 INFO kablam! | ^^^^^^ Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.506 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.506 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.506 INFO kablam! Sep 21 04:00:38.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.506 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.506 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.506 INFO kablam! | Sep 21 04:00:38.506 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.506 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.507 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.507 INFO kablam! Sep 21 04:00:38.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.507 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 21 04:00:38.507 INFO kablam! | Sep 21 04:00:38.507 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.507 INFO kablam! | ^^^^^^ Sep 21 04:00:38.507 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.508 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.508 INFO kablam! Sep 21 04:00:38.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.508 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.508 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.508 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.508 INFO kablam! Sep 21 04:00:38.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.508 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.508 INFO kablam! | ^^^^^^ Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.508 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.508 INFO kablam! Sep 21 04:00:38.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.508 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.508 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.508 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.508 INFO kablam! Sep 21 04:00:38.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.508 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.508 INFO kablam! | ^^^^^^ Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.508 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.508 INFO kablam! Sep 21 04:00:38.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.508 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.508 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.508 INFO kablam! | Sep 21 04:00:38.508 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.508 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.508 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.509 INFO kablam! Sep 21 04:00:38.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.509 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 21 04:00:38.509 INFO kablam! | Sep 21 04:00:38.509 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.509 INFO kablam! | ^^^^^^ Sep 21 04:00:38.509 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.510 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.510 INFO kablam! Sep 21 04:00:38.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.510 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 21 04:00:38.510 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.510 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.510 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.510 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.510 INFO kablam! Sep 21 04:00:38.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.510 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 21 04:00:38.510 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.510 INFO kablam! | ^^^^^^ Sep 21 04:00:38.510 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.510 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.510 INFO kablam! Sep 21 04:00:38.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.510 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 21 04:00:38.510 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.510 INFO kablam! | ^^^^^^ Sep 21 04:00:38.510 INFO kablam! | Sep 21 04:00:38.510 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.510 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.510 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.510 INFO kablam! Sep 21 04:00:38.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.510 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 21 04:00:38.511 INFO kablam! | Sep 21 04:00:38.511 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.511 INFO kablam! | ^^^^^^ Sep 21 04:00:38.511 INFO kablam! | Sep 21 04:00:38.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.511 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.511 INFO kablam! Sep 21 04:00:38.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.511 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 21 04:00:38.511 INFO kablam! | Sep 21 04:00:38.511 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.511 INFO kablam! | ^^^^^^ Sep 21 04:00:38.511 INFO kablam! | Sep 21 04:00:38.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.511 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.511 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.511 INFO kablam! Sep 21 04:00:38.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.511 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 21 04:00:38.511 INFO kablam! | Sep 21 04:00:38.511 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.511 INFO kablam! | ^^^^^^ Sep 21 04:00:38.511 INFO kablam! | Sep 21 04:00:38.511 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.511 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.512 INFO kablam! Sep 21 04:00:38.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.512 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 21 04:00:38.512 INFO kablam! | Sep 21 04:00:38.512 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.512 INFO kablam! | ^^^^^^ Sep 21 04:00:38.512 INFO kablam! | Sep 21 04:00:38.512 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.512 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.512 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.512 INFO kablam! Sep 21 04:00:38.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.513 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.513 INFO kablam! | ^^^^^^ Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.513 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.513 INFO kablam! Sep 21 04:00:38.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.513 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.513 INFO kablam! | ^^^^^^ Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.513 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.513 INFO kablam! Sep 21 04:00:38.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.513 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.513 INFO kablam! | ^^^^^^ Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.513 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.513 INFO kablam! Sep 21 04:00:38.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.513 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.513 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.513 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.513 INFO kablam! Sep 21 04:00:38.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.513 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.513 INFO kablam! | ^^^^^^ Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.513 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.513 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.513 INFO kablam! Sep 21 04:00:38.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.513 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 21 04:00:38.513 INFO kablam! | Sep 21 04:00:38.513 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.514 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.514 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.515 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.515 INFO kablam! Sep 21 04:00:38.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.515 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 21 04:00:38.515 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.515 INFO kablam! | ^^^^^^ Sep 21 04:00:38.515 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.515 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.515 INFO kablam! Sep 21 04:00:38.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.515 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 21 04:00:38.515 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.515 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.515 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.515 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.515 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.515 INFO kablam! Sep 21 04:00:38.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.515 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 21 04:00:38.515 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.515 INFO kablam! | ^^^^^^ Sep 21 04:00:38.515 INFO kablam! | Sep 21 04:00:38.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.515 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.516 INFO kablam! Sep 21 04:00:38.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.516 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.516 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.516 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.516 INFO kablam! Sep 21 04:00:38.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.516 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.516 INFO kablam! | ^^^^^^ Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.516 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.516 INFO kablam! Sep 21 04:00:38.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.516 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.516 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.516 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.516 INFO kablam! Sep 21 04:00:38.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.516 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.516 INFO kablam! | ^^^^^^ Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.516 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.516 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.516 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.516 INFO kablam! Sep 21 04:00:38.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.516 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 21 04:00:38.516 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.517 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.517 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.517 INFO kablam! Sep 21 04:00:38.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.517 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.517 INFO kablam! | ^^^^^^ Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.517 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.517 INFO kablam! Sep 21 04:00:38.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.517 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.517 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.517 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.517 INFO kablam! Sep 21 04:00:38.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.517 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.517 INFO kablam! | ^^^^^^ Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.517 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.517 INFO kablam! Sep 21 04:00:38.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.517 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.517 INFO kablam! | ^^^^^^ Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.517 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.517 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.517 INFO kablam! Sep 21 04:00:38.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.517 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.517 INFO kablam! | ^^^^^^ Sep 21 04:00:38.517 INFO kablam! | Sep 21 04:00:38.517 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.518 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.518 INFO kablam! | ^^^^^^ Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.518 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.518 INFO kablam! | ^^^^^^ Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.518 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.518 INFO kablam! | ^^^^^^ Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.518 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.518 INFO kablam! | ^^^^^^ Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.518 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.518 INFO kablam! | ^^^^^^ Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.518 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.518 INFO kablam! | ^^^^^^ Sep 21 04:00:38.518 INFO kablam! | Sep 21 04:00:38.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.518 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.518 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.518 INFO kablam! Sep 21 04:00:38.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.519 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 21 04:00:38.519 INFO kablam! | Sep 21 04:00:38.519 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.519 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.519 INFO kablam! | Sep 21 04:00:38.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.519 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.519 INFO kablam! Sep 21 04:00:38.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.519 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 21 04:00:38.519 INFO kablam! | Sep 21 04:00:38.519 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.519 INFO kablam! | ^^^^^^ Sep 21 04:00:38.519 INFO kablam! | Sep 21 04:00:38.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.519 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.519 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.519 INFO kablam! Sep 21 04:00:38.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.519 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 21 04:00:38.519 INFO kablam! | Sep 21 04:00:38.519 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.519 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.519 INFO kablam! | Sep 21 04:00:38.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.520 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.520 INFO kablam! Sep 21 04:00:38.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.520 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.520 INFO kablam! | ^^^^^^ Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.520 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.520 INFO kablam! Sep 21 04:00:38.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.520 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.520 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.520 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.520 INFO kablam! Sep 21 04:00:38.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.520 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.520 INFO kablam! | ^^^^^^ Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.520 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.520 INFO kablam! Sep 21 04:00:38.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.520 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.520 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.520 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.520 INFO kablam! Sep 21 04:00:38.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.520 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.520 INFO kablam! | ^^^^^^ Sep 21 04:00:38.520 INFO kablam! | Sep 21 04:00:38.520 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.520 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.520 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.520 INFO kablam! Sep 21 04:00:38.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.521 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.521 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.521 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.521 INFO kablam! Sep 21 04:00:38.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.521 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.521 INFO kablam! | ^^^^^^ Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.521 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.521 INFO kablam! Sep 21 04:00:38.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.521 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.521 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.521 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.521 INFO kablam! Sep 21 04:00:38.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.521 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.521 INFO kablam! | ^^^^^^ Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.521 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.521 INFO kablam! Sep 21 04:00:38.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.521 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.521 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.521 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.521 INFO kablam! Sep 21 04:00:38.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.521 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.521 INFO kablam! | ^^^^^^ Sep 21 04:00:38.521 INFO kablam! | Sep 21 04:00:38.521 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.521 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.521 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.522 INFO kablam! Sep 21 04:00:38.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.522 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.522 INFO kablam! | ^^^^^^ Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.522 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.522 INFO kablam! Sep 21 04:00:38.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.522 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.522 INFO kablam! | ^^^^^^ Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.522 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.522 INFO kablam! Sep 21 04:00:38.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.522 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.522 INFO kablam! | ^^^^^^ Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.522 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.522 INFO kablam! Sep 21 04:00:38.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.522 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.522 INFO kablam! | ^^^^^^ Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.522 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.522 INFO kablam! Sep 21 04:00:38.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.522 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.522 INFO kablam! | ^^^^^^ Sep 21 04:00:38.522 INFO kablam! | Sep 21 04:00:38.522 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.522 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.522 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.522 INFO kablam! Sep 21 04:00:38.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.523 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.523 INFO kablam! | ^^^^^^ Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.523 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.523 INFO kablam! Sep 21 04:00:38.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.523 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.523 INFO kablam! | ^^^^^^ Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.523 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.523 INFO kablam! Sep 21 04:00:38.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.523 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.523 INFO kablam! | ^^^^^^ Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.523 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.523 INFO kablam! Sep 21 04:00:38.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.523 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.523 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.523 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.523 INFO kablam! Sep 21 04:00:38.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.523 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.523 INFO kablam! | ^^^^^^ Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.523 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.523 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.523 INFO kablam! Sep 21 04:00:38.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.523 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 21 04:00:38.523 INFO kablam! | Sep 21 04:00:38.523 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.524 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.524 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.524 INFO kablam! Sep 21 04:00:38.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.524 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.524 INFO kablam! | ^^^^^^ Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.524 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.524 INFO kablam! Sep 21 04:00:38.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.524 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.524 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.524 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.524 INFO kablam! Sep 21 04:00:38.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.524 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.524 INFO kablam! | ^^^^^^ Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.524 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.524 INFO kablam! Sep 21 04:00:38.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.524 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.524 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.524 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.524 INFO kablam! Sep 21 04:00:38.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.524 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.524 INFO kablam! | ^^^^^^ Sep 21 04:00:38.524 INFO kablam! | Sep 21 04:00:38.524 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.524 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.524 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.524 INFO kablam! Sep 21 04:00:38.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.525 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.525 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.525 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.525 INFO kablam! Sep 21 04:00:38.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.525 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.525 INFO kablam! | ^^^^^^ Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.525 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.525 INFO kablam! Sep 21 04:00:38.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.525 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.525 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.525 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.525 INFO kablam! Sep 21 04:00:38.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.525 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.525 INFO kablam! | ^^^^^^ Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.525 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.525 INFO kablam! Sep 21 04:00:38.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.525 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.525 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.525 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.525 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.525 INFO kablam! Sep 21 04:00:38.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.525 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 21 04:00:38.525 INFO kablam! | Sep 21 04:00:38.525 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.525 INFO kablam! | ^^^^^^ Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.526 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.526 INFO kablam! Sep 21 04:00:38.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.526 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.526 INFO kablam! | ^^^^^^ Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.526 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.526 INFO kablam! Sep 21 04:00:38.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.526 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.526 INFO kablam! | ^^^^^^ Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.526 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.526 INFO kablam! Sep 21 04:00:38.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.526 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.526 INFO kablam! | ^^^^^^ Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.526 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.526 INFO kablam! Sep 21 04:00:38.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.526 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.526 INFO kablam! | ^^^^^^ Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.526 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.526 INFO kablam! Sep 21 04:00:38.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.526 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.526 INFO kablam! | ^^^^^^ Sep 21 04:00:38.526 INFO kablam! | Sep 21 04:00:38.526 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.526 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.526 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.526 INFO kablam! Sep 21 04:00:38.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.527 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.527 INFO kablam! | ^^^^^^ Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.527 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.527 INFO kablam! Sep 21 04:00:38.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.527 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.527 INFO kablam! | ^^^^^^ Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.527 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.527 INFO kablam! Sep 21 04:00:38.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.527 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.527 INFO kablam! | ^^^^^^ Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.527 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.527 INFO kablam! Sep 21 04:00:38.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.527 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.527 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.527 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.527 INFO kablam! Sep 21 04:00:38.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.527 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.527 INFO kablam! | ^^^^^^ Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.527 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.527 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.527 INFO kablam! Sep 21 04:00:38.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.527 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 21 04:00:38.527 INFO kablam! | Sep 21 04:00:38.527 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.528 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.528 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.528 INFO kablam! Sep 21 04:00:38.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.528 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.528 INFO kablam! | ^^^^^^ Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.528 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.528 INFO kablam! Sep 21 04:00:38.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.528 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.528 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.528 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.528 INFO kablam! Sep 21 04:00:38.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.528 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.528 INFO kablam! | ^^^^^^ Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.528 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.528 INFO kablam! Sep 21 04:00:38.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.528 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.528 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.528 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.528 INFO kablam! Sep 21 04:00:38.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.528 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.528 INFO kablam! | ^^^^^^ Sep 21 04:00:38.528 INFO kablam! | Sep 21 04:00:38.528 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.528 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.528 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.528 INFO kablam! Sep 21 04:00:38.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.529 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.529 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.529 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.529 INFO kablam! Sep 21 04:00:38.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.529 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.529 INFO kablam! | ^^^^^^ Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.529 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.529 INFO kablam! Sep 21 04:00:38.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.529 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.529 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.529 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.529 INFO kablam! Sep 21 04:00:38.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.529 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.529 INFO kablam! | ^^^^^^ Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.529 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.529 INFO kablam! Sep 21 04:00:38.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.529 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.529 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.529 INFO kablam! | Sep 21 04:00:38.529 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.529 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.529 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.529 INFO kablam! Sep 21 04:00:38.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.530 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.530 INFO kablam! | ^^^^^^ Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.530 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.530 INFO kablam! Sep 21 04:00:38.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.530 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.530 INFO kablam! | ^^^^^^ Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.530 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.530 INFO kablam! Sep 21 04:00:38.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.530 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.530 INFO kablam! | ^^^^^^ Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.530 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.530 INFO kablam! Sep 21 04:00:38.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.530 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.530 INFO kablam! | ^^^^^^ Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.530 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.530 INFO kablam! Sep 21 04:00:38.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.530 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.530 INFO kablam! | ^^^^^^ Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.530 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.530 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.530 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.530 INFO kablam! Sep 21 04:00:38.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.530 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 21 04:00:38.530 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.531 INFO kablam! | ^^^^^^ Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.531 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.531 INFO kablam! Sep 21 04:00:38.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.531 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.531 INFO kablam! | ^^^^^^ Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.531 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.531 INFO kablam! Sep 21 04:00:38.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.531 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.531 INFO kablam! | ^^^^^^ Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.531 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.531 INFO kablam! Sep 21 04:00:38.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.531 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.531 INFO kablam! | ^^^^^^ Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.531 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.531 INFO kablam! Sep 21 04:00:38.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.531 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.531 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.531 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.531 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.531 INFO kablam! Sep 21 04:00:38.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.531 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.531 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.531 INFO kablam! | ^^^^^^ Sep 21 04:00:38.531 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.532 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.532 INFO kablam! Sep 21 04:00:38.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.532 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.532 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.532 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.532 INFO kablam! Sep 21 04:00:38.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.532 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.532 INFO kablam! | ^^^^^^ Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.532 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.532 INFO kablam! Sep 21 04:00:38.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.532 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.532 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.532 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.532 INFO kablam! Sep 21 04:00:38.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.532 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.532 INFO kablam! | ^^^^^^ Sep 21 04:00:38.532 INFO kablam! | Sep 21 04:00:38.532 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.532 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.532 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.532 INFO kablam! Sep 21 04:00:38.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.532 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.533 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.533 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.533 INFO kablam! Sep 21 04:00:38.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.533 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.533 INFO kablam! | ^^^^^^ Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.533 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.533 INFO kablam! Sep 21 04:00:38.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.533 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.533 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.533 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.533 INFO kablam! Sep 21 04:00:38.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.533 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.533 INFO kablam! | ^^^^^^ Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.533 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.533 INFO kablam! Sep 21 04:00:38.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.533 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.533 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.533 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.533 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.533 INFO kablam! Sep 21 04:00:38.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.533 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.533 INFO kablam! | ^^^^^^ Sep 21 04:00:38.533 INFO kablam! | Sep 21 04:00:38.533 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.534 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.534 INFO kablam! | ^^^^^^ Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.534 INFO kablam! | ^^^^^^ Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.534 INFO kablam! | ^^^^^^ Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.534 INFO kablam! | ^^^^^^ Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.534 INFO kablam! | ^^^^^^ Sep 21 04:00:38.534 INFO kablam! | Sep 21 04:00:38.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.534 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.534 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.534 INFO kablam! Sep 21 04:00:38.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.534 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.535 INFO kablam! | ^^^^^^ Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.535 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.535 INFO kablam! Sep 21 04:00:38.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.535 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.535 INFO kablam! | ^^^^^^ Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.535 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.535 INFO kablam! Sep 21 04:00:38.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.535 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.535 INFO kablam! | ^^^^^^ Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.535 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.535 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.535 INFO kablam! Sep 21 04:00:38.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.535 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.535 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.535 INFO kablam! | ^^^^^^ Sep 21 04:00:38.535 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.537 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.537 INFO kablam! Sep 21 04:00:38.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.537 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 21 04:00:38.537 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.537 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.537 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.537 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.537 INFO kablam! Sep 21 04:00:38.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.537 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 21 04:00:38.537 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.537 INFO kablam! | ^^^^^^ Sep 21 04:00:38.537 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.537 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.537 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.537 INFO kablam! Sep 21 04:00:38.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.537 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 21 04:00:38.537 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.537 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.537 INFO kablam! | Sep 21 04:00:38.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.538 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.538 INFO kablam! Sep 21 04:00:38.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.538 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.538 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.538 INFO kablam! | ^^^^^^ Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.538 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.538 INFO kablam! Sep 21 04:00:38.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.538 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.538 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.538 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.538 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.538 INFO kablam! Sep 21 04:00:38.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.538 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.538 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.538 INFO kablam! | ^^^^^^ Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.538 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.538 INFO kablam! Sep 21 04:00:38.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.538 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.538 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.538 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.538 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.538 INFO kablam! Sep 21 04:00:38.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.538 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.538 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.538 INFO kablam! | ^^^^^^ Sep 21 04:00:38.538 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.538 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.539 INFO kablam! Sep 21 04:00:38.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.539 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.539 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.539 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.539 INFO kablam! Sep 21 04:00:38.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.539 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.539 INFO kablam! | ^^^^^^ Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.539 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.539 INFO kablam! Sep 21 04:00:38.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.539 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.539 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.539 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.539 INFO kablam! Sep 21 04:00:38.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.539 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.539 INFO kablam! | ^^^^^^ Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.539 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.539 INFO kablam! Sep 21 04:00:38.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.539 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.539 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.539 INFO kablam! | Sep 21 04:00:38.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.539 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.539 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.539 INFO kablam! Sep 21 04:00:38.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.540 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.540 INFO kablam! | ^^^^^^ Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.540 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.540 INFO kablam! Sep 21 04:00:38.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.540 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.540 INFO kablam! | ^^^^^^ Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.540 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.540 INFO kablam! Sep 21 04:00:38.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.540 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.540 INFO kablam! | ^^^^^^ Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.540 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.540 INFO kablam! Sep 21 04:00:38.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.540 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.540 INFO kablam! | ^^^^^^ Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.540 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.540 INFO kablam! Sep 21 04:00:38.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.540 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.540 INFO kablam! | ^^^^^^ Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.540 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.540 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.540 INFO kablam! Sep 21 04:00:38.540 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 04:00:38.540 INFO kablam! --> src/lib.rs:8:12 Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! 8 | #![feature(associated_consts)] Sep 21 04:00:38.540 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 04:00:38.540 INFO kablam! | Sep 21 04:00:38.540 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 04:00:38.541 INFO kablam! Sep 21 04:00:38.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.541 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.541 INFO kablam! | ^^^^^^ Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 04:00:38.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.541 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.541 INFO kablam! Sep 21 04:00:38.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.541 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.541 INFO kablam! | ^^^^^^ Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.541 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.541 INFO kablam! Sep 21 04:00:38.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.541 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.541 INFO kablam! | ^^^^^^ Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.541 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.541 INFO kablam! Sep 21 04:00:38.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.541 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.541 INFO kablam! | ^^^^^^ Sep 21 04:00:38.541 INFO kablam! | Sep 21 04:00:38.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.541 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.541 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.541 INFO kablam! Sep 21 04:00:38.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.542 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.542 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.542 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.542 INFO kablam! Sep 21 04:00:38.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.542 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.542 INFO kablam! | ^^^^^^ Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.542 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.542 INFO kablam! Sep 21 04:00:38.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.542 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.542 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.542 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.542 INFO kablam! Sep 21 04:00:38.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.542 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.542 INFO kablam! | ^^^^^^ Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.542 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.542 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.542 INFO kablam! Sep 21 04:00:38.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.542 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 21 04:00:38.542 INFO kablam! | Sep 21 04:00:38.542 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.542 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.543 INFO kablam! | Sep 21 04:00:38.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.543 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.543 INFO kablam! Sep 21 04:00:38.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.543 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 21 04:00:38.543 INFO kablam! | Sep 21 04:00:38.543 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.543 INFO kablam! | ^^^^^^ Sep 21 04:00:38.543 INFO kablam! | Sep 21 04:00:38.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.543 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.543 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.543 INFO kablam! Sep 21 04:00:38.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.543 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 21 04:00:38.543 INFO kablam! | Sep 21 04:00:38.543 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.543 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.543 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.544 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.544 INFO kablam! Sep 21 04:00:38.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.544 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.544 INFO kablam! | ^^^^^^ Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.544 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.544 INFO kablam! Sep 21 04:00:38.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.544 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.544 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.544 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.544 INFO kablam! Sep 21 04:00:38.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.544 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.544 INFO kablam! | ^^^^^^ Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.544 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.544 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.544 INFO kablam! Sep 21 04:00:38.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.544 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 21 04:00:38.544 INFO kablam! | Sep 21 04:00:38.544 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.544 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.545 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.545 INFO kablam! Sep 21 04:00:38.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.545 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.545 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.545 INFO kablam! | ^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.545 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.545 INFO kablam! Sep 21 04:00:38.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.545 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.545 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.545 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.545 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.545 INFO kablam! Sep 21 04:00:38.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.545 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.545 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.545 INFO kablam! | ^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.545 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.545 INFO kablam! Sep 21 04:00:38.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.545 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.545 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.545 INFO kablam! | ^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.545 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.545 INFO kablam! Sep 21 04:00:38.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.545 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.545 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.545 INFO kablam! | ^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.545 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.545 INFO kablam! Sep 21 04:00:38.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.545 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.545 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.545 INFO kablam! | ^^^^^^ Sep 21 04:00:38.545 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.546 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.546 INFO kablam! Sep 21 04:00:38.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.546 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 21 04:00:38.546 INFO kablam! | Sep 21 04:00:38.546 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.546 INFO kablam! | ^^^^^^ Sep 21 04:00:38.546 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.546 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.546 INFO kablam! Sep 21 04:00:38.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.546 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 21 04:00:38.546 INFO kablam! | Sep 21 04:00:38.546 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.546 INFO kablam! | ^^^^^^ Sep 21 04:00:38.546 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.546 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.546 INFO kablam! Sep 21 04:00:38.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.546 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 21 04:00:38.546 INFO kablam! | Sep 21 04:00:38.546 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.546 INFO kablam! | ^^^^^^ Sep 21 04:00:38.546 INFO kablam! | Sep 21 04:00:38.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! Sep 21 04:00:38.546 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.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 Sep 21 04:00:38.546 INFO kablam! Sep 21 04:00:38.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.547 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.547 INFO kablam! | ^^^^^^ Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.547 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.547 INFO kablam! Sep 21 04:00:38.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.547 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.547 INFO kablam! | ^^^^^^ Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.547 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.547 INFO kablam! Sep 21 04:00:38.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.547 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.547 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.547 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.547 INFO kablam! Sep 21 04:00:38.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.547 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.547 INFO kablam! | ^^^^^^ Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.547 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.547 INFO kablam! Sep 21 04:00:38.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.547 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.547 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.547 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.547 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.547 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.547 INFO kablam! Sep 21 04:00:38.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.547 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 21 04:00:38.547 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.548 INFO kablam! | ^^^^^^ Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.548 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.548 INFO kablam! Sep 21 04:00:38.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.548 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.548 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.548 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.548 INFO kablam! Sep 21 04:00:38.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.548 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.548 INFO kablam! | ^^^^^^ Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.548 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.548 INFO kablam! Sep 21 04:00:38.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.548 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.548 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.548 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.548 INFO kablam! Sep 21 04:00:38.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.548 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.548 INFO kablam! | ^^^^^^ Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.548 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.548 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.548 INFO kablam! Sep 21 04:00:38.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.548 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.548 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.548 INFO kablam! | Sep 21 04:00:38.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.549 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.549 INFO kablam! Sep 21 04:00:38.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.549 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 21 04:00:38.549 INFO kablam! | Sep 21 04:00:38.549 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.549 INFO kablam! | ^^^^^^ Sep 21 04:00:38.549 INFO kablam! | Sep 21 04:00:38.549 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.549 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.549 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.549 INFO kablam! Sep 21 04:00:38.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.549 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 21 04:00:38.549 INFO kablam! | Sep 21 04:00:38.549 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.549 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.550 INFO kablam! | Sep 21 04:00:38.550 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.550 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.551 INFO kablam! Sep 21 04:00:38.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.551 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.551 INFO kablam! | ^^^^^^ Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.551 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.551 INFO kablam! Sep 21 04:00:38.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.551 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.551 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.551 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.551 INFO kablam! Sep 21 04:00:38.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.551 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.551 INFO kablam! | ^^^^^^ Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.551 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.551 INFO kablam! Sep 21 04:00:38.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.551 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.551 INFO kablam! | ^^^^^^ Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.551 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.551 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.551 INFO kablam! Sep 21 04:00:38.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.551 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 21 04:00:38.551 INFO kablam! | Sep 21 04:00:38.551 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.552 INFO kablam! | ^^^^^^ Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.552 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.552 INFO kablam! Sep 21 04:00:38.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.552 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.552 INFO kablam! | ^^^^^^ Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.552 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.552 INFO kablam! Sep 21 04:00:38.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.552 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.552 INFO kablam! | ^^^^^^ Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.552 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.552 INFO kablam! Sep 21 04:00:38.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.552 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.552 INFO kablam! | ^^^^^^ Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.552 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.552 INFO kablam! Sep 21 04:00:38.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.552 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.552 INFO kablam! | ^^^^^^ Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.552 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.552 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.552 INFO kablam! Sep 21 04:00:38.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.552 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.552 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.552 INFO kablam! | ^^^^^^ Sep 21 04:00:38.552 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.553 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.553 INFO kablam! Sep 21 04:00:38.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.553 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.553 INFO kablam! | ^^^^^^ Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.553 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.553 INFO kablam! Sep 21 04:00:38.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.553 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.553 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.553 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.553 INFO kablam! Sep 21 04:00:38.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.553 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.553 INFO kablam! | ^^^^^^ Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.553 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.553 INFO kablam! Sep 21 04:00:38.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.553 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.553 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.553 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.553 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.553 INFO kablam! Sep 21 04:00:38.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.553 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.553 INFO kablam! | ^^^^^^ Sep 21 04:00:38.553 INFO kablam! | Sep 21 04:00:38.553 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.554 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.554 INFO kablam! Sep 21 04:00:38.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.554 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.554 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.554 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.554 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.554 INFO kablam! Sep 21 04:00:38.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.554 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.554 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.554 INFO kablam! | ^^^^^^ Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.554 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.554 INFO kablam! Sep 21 04:00:38.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.554 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.554 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.554 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.554 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.554 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.554 INFO kablam! Sep 21 04:00:38.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.554 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 21 04:00:38.554 INFO kablam! | Sep 21 04:00:38.555 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.555 INFO kablam! | ^^^^^^ Sep 21 04:00:38.555 INFO kablam! | Sep 21 04:00:38.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.555 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.555 INFO kablam! Sep 21 04:00:38.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.555 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 21 04:00:38.555 INFO kablam! | Sep 21 04:00:38.555 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.555 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.555 INFO kablam! | Sep 21 04:00:38.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.555 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.555 INFO kablam! Sep 21 04:00:38.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.555 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 21 04:00:38.555 INFO kablam! | Sep 21 04:00:38.555 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.555 INFO kablam! | ^^^^^^ Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.556 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.556 INFO kablam! Sep 21 04:00:38.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.556 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.556 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.556 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.556 INFO kablam! Sep 21 04:00:38.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.556 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.556 INFO kablam! | ^^^^^^ Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.556 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.556 INFO kablam! Sep 21 04:00:38.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.556 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.556 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.556 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.556 INFO kablam! Sep 21 04:00:38.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.556 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.556 INFO kablam! | ^^^^^^ Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.556 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.556 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.556 INFO kablam! Sep 21 04:00:38.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.556 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.556 INFO kablam! | ^^^^^^ Sep 21 04:00:38.556 INFO kablam! | Sep 21 04:00:38.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.556 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.557 INFO kablam! Sep 21 04:00:38.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.557 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.557 INFO kablam! | ^^^^^^ Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.557 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.557 INFO kablam! Sep 21 04:00:38.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.557 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.557 INFO kablam! | ^^^^^^ Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.557 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.557 INFO kablam! Sep 21 04:00:38.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.557 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.557 INFO kablam! | ^^^^^^ Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.557 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.557 INFO kablam! Sep 21 04:00:38.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.557 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.557 INFO kablam! | ^^^^^^ Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.557 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.557 INFO kablam! Sep 21 04:00:38.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.557 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.557 INFO kablam! | ^^^^^^ Sep 21 04:00:38.557 INFO kablam! | Sep 21 04:00:38.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.557 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.557 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.557 INFO kablam! Sep 21 04:00:38.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.558 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.558 INFO kablam! | ^^^^^^ Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.558 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.558 INFO kablam! Sep 21 04:00:38.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.558 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.558 INFO kablam! | ^^^^^^ Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.558 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.558 INFO kablam! Sep 21 04:00:38.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.558 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.558 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.558 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.558 INFO kablam! Sep 21 04:00:38.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.558 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.558 INFO kablam! | ^^^^^^ Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.558 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.558 INFO kablam! Sep 21 04:00:38.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.558 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.558 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.558 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.558 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.558 INFO kablam! Sep 21 04:00:38.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.558 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 21 04:00:38.558 INFO kablam! | Sep 21 04:00:38.558 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.558 INFO kablam! | ^^^^^^ Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.559 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.559 INFO kablam! Sep 21 04:00:38.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.559 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.559 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.559 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.559 INFO kablam! Sep 21 04:00:38.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.559 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.559 INFO kablam! | ^^^^^^ Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.559 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.559 INFO kablam! Sep 21 04:00:38.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.559 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.559 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.559 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.559 INFO kablam! Sep 21 04:00:38.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.559 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.559 INFO kablam! | ^^^^^^ Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.559 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.559 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.559 INFO kablam! Sep 21 04:00:38.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.559 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.559 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.559 INFO kablam! | Sep 21 04:00:38.559 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.560 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.560 INFO kablam! Sep 21 04:00:38.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.560 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.560 INFO kablam! | ^^^^^^ Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.560 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.560 INFO kablam! Sep 21 04:00:38.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.560 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.560 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.560 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.560 INFO kablam! Sep 21 04:00:38.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.560 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.560 INFO kablam! | ^^^^^^ Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.560 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.560 INFO kablam! Sep 21 04:00:38.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.560 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.560 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.560 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.560 INFO kablam! Sep 21 04:00:38.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.560 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.560 INFO kablam! | ^^^^^^ Sep 21 04:00:38.560 INFO kablam! | Sep 21 04:00:38.560 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.560 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.560 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.560 INFO kablam! Sep 21 04:00:38.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.561 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.561 INFO kablam! | ^^^^^^ Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.561 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.561 INFO kablam! Sep 21 04:00:38.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.561 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.561 INFO kablam! | ^^^^^^ Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.561 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.561 INFO kablam! Sep 21 04:00:38.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.561 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.561 INFO kablam! | ^^^^^^ Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.561 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.561 INFO kablam! Sep 21 04:00:38.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.561 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.561 INFO kablam! | ^^^^^^ Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.561 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.561 INFO kablam! Sep 21 04:00:38.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.561 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.561 INFO kablam! | ^^^^^^ Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.561 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.561 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.561 INFO kablam! Sep 21 04:00:38.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.561 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 21 04:00:38.561 INFO kablam! | Sep 21 04:00:38.561 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.561 INFO kablam! | ^^^^^^ Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.562 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.562 INFO kablam! Sep 21 04:00:38.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.562 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.562 INFO kablam! | ^^^^^^ Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.562 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.562 INFO kablam! Sep 21 04:00:38.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.562 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.562 INFO kablam! | ^^^^^^ Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.562 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.562 INFO kablam! Sep 21 04:00:38.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.562 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.562 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.562 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.562 INFO kablam! Sep 21 04:00:38.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.562 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.562 INFO kablam! | ^^^^^^ Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.562 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.562 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.562 INFO kablam! Sep 21 04:00:38.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.562 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.562 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.562 INFO kablam! | Sep 21 04:00:38.562 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.562 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.563 INFO kablam! Sep 21 04:00:38.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.563 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.563 INFO kablam! | ^^^^^^ Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.563 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.563 INFO kablam! Sep 21 04:00:38.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.563 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.563 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.563 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.563 INFO kablam! Sep 21 04:00:38.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.563 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.563 INFO kablam! | ^^^^^^ Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.563 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.563 INFO kablam! Sep 21 04:00:38.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.563 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.563 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.563 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.563 INFO kablam! Sep 21 04:00:38.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.563 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.563 INFO kablam! | ^^^^^^ Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.563 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.563 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.563 INFO kablam! Sep 21 04:00:38.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.563 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 21 04:00:38.563 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.564 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.564 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.564 INFO kablam! Sep 21 04:00:38.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.564 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.564 INFO kablam! | ^^^^^^ Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.564 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.564 INFO kablam! Sep 21 04:00:38.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.564 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.564 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.564 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.564 INFO kablam! Sep 21 04:00:38.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.564 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.564 INFO kablam! | ^^^^^^ Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.564 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.564 INFO kablam! Sep 21 04:00:38.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.564 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.564 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.564 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.564 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.564 INFO kablam! Sep 21 04:00:38.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.564 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 21 04:00:38.564 INFO kablam! | Sep 21 04:00:38.564 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.564 INFO kablam! | ^^^^^^ Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.565 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.565 INFO kablam! Sep 21 04:00:38.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.565 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.565 INFO kablam! | ^^^^^^ Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.565 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.565 INFO kablam! Sep 21 04:00:38.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.565 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.565 INFO kablam! | ^^^^^^ Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.565 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.565 INFO kablam! Sep 21 04:00:38.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.565 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.565 INFO kablam! | ^^^^^^ Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.565 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.565 INFO kablam! Sep 21 04:00:38.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.565 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.565 INFO kablam! | ^^^^^^ Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.565 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.565 INFO kablam! Sep 21 04:00:38.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.565 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.565 INFO kablam! | ^^^^^^ Sep 21 04:00:38.565 INFO kablam! | Sep 21 04:00:38.565 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.565 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.565 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.565 INFO kablam! Sep 21 04:00:38.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.566 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.566 INFO kablam! | ^^^^^^ Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.566 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.566 INFO kablam! Sep 21 04:00:38.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.566 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.566 INFO kablam! | ^^^^^^ Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.566 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.566 INFO kablam! Sep 21 04:00:38.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.566 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.566 INFO kablam! | ^^^^^^ Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.566 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.566 INFO kablam! Sep 21 04:00:38.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.566 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.566 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.566 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.566 INFO kablam! Sep 21 04:00:38.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.566 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.566 INFO kablam! | ^^^^^^ Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.566 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.566 INFO kablam! Sep 21 04:00:38.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.566 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.566 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.566 INFO kablam! | Sep 21 04:00:38.566 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.566 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.566 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.567 INFO kablam! Sep 21 04:00:38.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.567 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.567 INFO kablam! | ^^^^^^ Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.567 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.567 INFO kablam! Sep 21 04:00:38.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.567 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.567 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.567 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.567 INFO kablam! Sep 21 04:00:38.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.567 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.567 INFO kablam! | ^^^^^^ Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.567 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.567 INFO kablam! Sep 21 04:00:38.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.567 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.567 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.567 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.567 INFO kablam! Sep 21 04:00:38.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.567 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.567 INFO kablam! | ^^^^^^ Sep 21 04:00:38.567 INFO kablam! | Sep 21 04:00:38.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.567 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.567 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.567 INFO kablam! Sep 21 04:00:38.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.567 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.568 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.568 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.568 INFO kablam! Sep 21 04:00:38.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.568 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.568 INFO kablam! | ^^^^^^ Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.568 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.568 INFO kablam! Sep 21 04:00:38.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.568 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.568 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.568 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.568 INFO kablam! Sep 21 04:00:38.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.568 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.568 INFO kablam! | ^^^^^^ Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.568 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.568 INFO kablam! Sep 21 04:00:38.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.568 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.568 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.568 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.568 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.568 INFO kablam! Sep 21 04:00:38.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.568 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 21 04:00:38.568 INFO kablam! | Sep 21 04:00:38.568 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.568 INFO kablam! | ^^^^^^ Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.569 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.569 INFO kablam! Sep 21 04:00:38.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.569 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.569 INFO kablam! | ^^^^^^ Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.569 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.569 INFO kablam! Sep 21 04:00:38.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.569 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.569 INFO kablam! | ^^^^^^ Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.569 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.569 INFO kablam! Sep 21 04:00:38.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.569 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.569 INFO kablam! | ^^^^^^ Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.569 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.569 INFO kablam! Sep 21 04:00:38.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.569 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.569 INFO kablam! | ^^^^^^ Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.569 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.569 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.569 INFO kablam! Sep 21 04:00:38.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.569 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 21 04:00:38.569 INFO kablam! | Sep 21 04:00:38.569 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.570 INFO kablam! | ^^^^^^ Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.570 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.570 INFO kablam! Sep 21 04:00:38.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.570 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.570 INFO kablam! | ^^^^^^ Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.570 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.570 INFO kablam! Sep 21 04:00:38.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.570 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.570 INFO kablam! | ^^^^^^ Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.570 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.570 INFO kablam! Sep 21 04:00:38.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.570 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.570 INFO kablam! | ^^^^^^ Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.570 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.570 INFO kablam! Sep 21 04:00:38.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.570 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.570 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.570 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.570 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.570 INFO kablam! Sep 21 04:00:38.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.570 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.570 INFO kablam! | ^^^^^^ Sep 21 04:00:38.570 INFO kablam! | Sep 21 04:00:38.570 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.570 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.571 INFO kablam! Sep 21 04:00:38.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.571 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.571 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.571 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.571 INFO kablam! Sep 21 04:00:38.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.571 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.571 INFO kablam! | ^^^^^^ Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.571 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.571 INFO kablam! Sep 21 04:00:38.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.571 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.571 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.571 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.571 INFO kablam! Sep 21 04:00:38.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.571 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.571 INFO kablam! | ^^^^^^ Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.571 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.571 INFO kablam! Sep 21 04:00:38.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.571 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.571 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.571 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.571 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.571 INFO kablam! Sep 21 04:00:38.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.571 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 21 04:00:38.571 INFO kablam! | Sep 21 04:00:38.571 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.571 INFO kablam! | ^^^^^^ Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.572 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.572 INFO kablam! Sep 21 04:00:38.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.572 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.572 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.572 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.572 INFO kablam! Sep 21 04:00:38.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.572 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.572 INFO kablam! | ^^^^^^ Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.572 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.572 INFO kablam! Sep 21 04:00:38.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.572 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.572 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.572 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.572 INFO kablam! Sep 21 04:00:38.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.572 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.572 INFO kablam! | ^^^^^^ Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.572 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.572 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.572 INFO kablam! Sep 21 04:00:38.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.572 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.572 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.572 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.572 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.573 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.573 INFO kablam! Sep 21 04:00:38.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.573 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.573 INFO kablam! | ^^^^^^ Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.573 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.573 INFO kablam! Sep 21 04:00:38.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.573 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.573 INFO kablam! | ^^^^^^ Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.573 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.573 INFO kablam! Sep 21 04:00:38.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.573 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.573 INFO kablam! | ^^^^^^ Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.573 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.573 INFO kablam! Sep 21 04:00:38.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.573 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.573 INFO kablam! | ^^^^^^ Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.573 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.573 INFO kablam! Sep 21 04:00:38.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.573 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.573 INFO kablam! | ^^^^^^ Sep 21 04:00:38.573 INFO kablam! | Sep 21 04:00:38.573 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.573 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.573 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.573 INFO kablam! Sep 21 04:00:38.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.574 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.574 INFO kablam! | ^^^^^^ Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.574 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.574 INFO kablam! Sep 21 04:00:38.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.574 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.574 INFO kablam! | ^^^^^^ Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.574 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.574 INFO kablam! Sep 21 04:00:38.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.574 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.574 INFO kablam! | ^^^^^^ Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.574 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.574 INFO kablam! Sep 21 04:00:38.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.574 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.574 INFO kablam! | ^^^^^^ Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.574 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.574 INFO kablam! Sep 21 04:00:38.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.574 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.574 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.574 INFO kablam! | Sep 21 04:00:38.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.574 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.574 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.574 INFO kablam! Sep 21 04:00:38.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.575 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.575 INFO kablam! | ^^^^^^ Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.575 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.575 INFO kablam! Sep 21 04:00:38.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.575 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.575 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.575 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.575 INFO kablam! Sep 21 04:00:38.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.575 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.575 INFO kablam! | ^^^^^^ Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.575 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.575 INFO kablam! Sep 21 04:00:38.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.575 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.575 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.575 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.575 INFO kablam! Sep 21 04:00:38.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.575 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.575 INFO kablam! | ^^^^^^ Sep 21 04:00:38.575 INFO kablam! | Sep 21 04:00:38.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.575 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.575 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.575 INFO kablam! Sep 21 04:00:38.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.575 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.576 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.576 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.576 INFO kablam! Sep 21 04:00:38.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.576 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.576 INFO kablam! | ^^^^^^ Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.576 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.576 INFO kablam! Sep 21 04:00:38.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.576 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.576 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.576 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.576 INFO kablam! Sep 21 04:00:38.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.576 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.576 INFO kablam! | ^^^^^^ Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.576 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.576 INFO kablam! Sep 21 04:00:38.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.576 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.576 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.576 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.576 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.576 INFO kablam! Sep 21 04:00:38.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.576 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 21 04:00:38.576 INFO kablam! | Sep 21 04:00:38.576 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.576 INFO kablam! | ^^^^^^ Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.577 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.577 INFO kablam! Sep 21 04:00:38.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.577 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.577 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.577 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.577 INFO kablam! Sep 21 04:00:38.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.577 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.577 INFO kablam! | ^^^^^^ Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.577 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.577 INFO kablam! Sep 21 04:00:38.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.577 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.577 INFO kablam! | ^^^^^^ Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.577 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.577 INFO kablam! Sep 21 04:00:38.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.577 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.577 INFO kablam! | ^^^^^^ Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.577 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.577 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.577 INFO kablam! Sep 21 04:00:38.577 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.577 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.577 INFO kablam! | ^^^^^^ Sep 21 04:00:38.577 INFO kablam! | Sep 21 04:00:38.577 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.578 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.578 INFO kablam! Sep 21 04:00:38.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.578 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.578 INFO kablam! | ^^^^^^ Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.578 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.578 INFO kablam! Sep 21 04:00:38.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.578 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.578 INFO kablam! | ^^^^^^ Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.578 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.578 INFO kablam! Sep 21 04:00:38.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.578 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.578 INFO kablam! | ^^^^^^ Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.578 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.578 INFO kablam! Sep 21 04:00:38.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.578 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.578 INFO kablam! | ^^^^^^ Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.578 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.578 INFO kablam! Sep 21 04:00:38.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.578 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.578 INFO kablam! | ^^^^^^ Sep 21 04:00:38.578 INFO kablam! | Sep 21 04:00:38.578 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.578 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.578 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.579 INFO kablam! Sep 21 04:00:38.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.579 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.579 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.579 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.579 INFO kablam! Sep 21 04:00:38.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.579 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.579 INFO kablam! | ^^^^^^ Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.579 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.579 INFO kablam! Sep 21 04:00:38.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.579 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.579 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.579 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.579 INFO kablam! Sep 21 04:00:38.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.579 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.579 INFO kablam! | ^^^^^^ Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.579 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.579 INFO kablam! Sep 21 04:00:38.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.579 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.579 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.579 INFO kablam! | Sep 21 04:00:38.579 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.579 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.579 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.579 INFO kablam! Sep 21 04:00:38.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.580 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.580 INFO kablam! | ^^^^^^ Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.580 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.580 INFO kablam! Sep 21 04:00:38.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.580 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.580 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.580 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.580 INFO kablam! Sep 21 04:00:38.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.580 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.580 INFO kablam! | ^^^^^^ Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.580 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.580 INFO kablam! Sep 21 04:00:38.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.580 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.580 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.580 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.580 INFO kablam! Sep 21 04:00:38.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.580 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.580 INFO kablam! | ^^^^^^ Sep 21 04:00:38.580 INFO kablam! | Sep 21 04:00:38.580 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.580 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.580 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.580 INFO kablam! Sep 21 04:00:38.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.580 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.581 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.581 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.581 INFO kablam! Sep 21 04:00:38.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.581 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.581 INFO kablam! | ^^^^^^ Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.581 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.581 INFO kablam! Sep 21 04:00:38.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.581 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.581 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.581 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.581 INFO kablam! Sep 21 04:00:38.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.581 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.581 INFO kablam! | ^^^^^^ Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.581 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.581 INFO kablam! Sep 21 04:00:38.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.581 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.581 INFO kablam! | ^^^^^^ Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.581 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.581 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.581 INFO kablam! Sep 21 04:00:38.581 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.581 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.581 INFO kablam! | ^^^^^^ Sep 21 04:00:38.581 INFO kablam! | Sep 21 04:00:38.581 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.582 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.582 INFO kablam! Sep 21 04:00:38.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.582 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.582 INFO kablam! | ^^^^^^ Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.582 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.582 INFO kablam! Sep 21 04:00:38.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.582 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.582 INFO kablam! | ^^^^^^ Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.582 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.582 INFO kablam! Sep 21 04:00:38.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.582 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.582 INFO kablam! | ^^^^^^ Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.582 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.582 INFO kablam! Sep 21 04:00:38.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.582 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.582 INFO kablam! | ^^^^^^ Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.582 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.582 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.582 INFO kablam! Sep 21 04:00:38.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.582 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.582 INFO kablam! | ^^^^^^ Sep 21 04:00:38.582 INFO kablam! | Sep 21 04:00:38.582 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.583 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.583 INFO kablam! Sep 21 04:00:38.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.583 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.583 INFO kablam! | ^^^^^^ Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.583 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.583 INFO kablam! Sep 21 04:00:38.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.583 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.583 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.583 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.583 INFO kablam! Sep 21 04:00:38.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.583 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.583 INFO kablam! | ^^^^^^ Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.583 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.583 INFO kablam! Sep 21 04:00:38.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.583 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.583 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.583 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.583 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.583 INFO kablam! Sep 21 04:00:38.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.583 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.583 INFO kablam! | ^^^^^^ Sep 21 04:00:38.583 INFO kablam! | Sep 21 04:00:38.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.583 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.584 INFO kablam! Sep 21 04:00:38.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.584 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.584 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.584 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.584 INFO kablam! Sep 21 04:00:38.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.584 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.584 INFO kablam! | ^^^^^^ Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.584 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.584 INFO kablam! Sep 21 04:00:38.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.584 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.584 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.584 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.584 INFO kablam! Sep 21 04:00:38.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.584 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.584 INFO kablam! | ^^^^^^ Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.584 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.584 INFO kablam! Sep 21 04:00:38.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.584 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.584 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.584 INFO kablam! | Sep 21 04:00:38.584 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.584 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.584 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.584 INFO kablam! Sep 21 04:00:38.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.585 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.585 INFO kablam! | ^^^^^^ Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.585 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.585 INFO kablam! Sep 21 04:00:38.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.585 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.585 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.585 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.585 INFO kablam! Sep 21 04:00:38.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.585 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.585 INFO kablam! | ^^^^^^ Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.585 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.585 INFO kablam! Sep 21 04:00:38.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.585 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.585 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.585 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.585 INFO kablam! Sep 21 04:00:38.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.585 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.585 INFO kablam! | ^^^^^^ Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.585 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.585 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.585 INFO kablam! Sep 21 04:00:38.585 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.585 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 21 04:00:38.585 INFO kablam! | Sep 21 04:00:38.585 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.586 INFO kablam! | ^^^^^^ Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.586 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.586 INFO kablam! Sep 21 04:00:38.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.586 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.586 INFO kablam! | ^^^^^^ Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.586 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.586 INFO kablam! Sep 21 04:00:38.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.586 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.586 INFO kablam! | ^^^^^^ Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.586 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.586 INFO kablam! Sep 21 04:00:38.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.586 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.586 INFO kablam! | ^^^^^^ Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.586 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.586 INFO kablam! Sep 21 04:00:38.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.586 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.586 INFO kablam! | ^^^^^^ Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.586 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.586 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.586 INFO kablam! Sep 21 04:00:38.586 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.586 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.586 INFO kablam! | ^^^^^^ Sep 21 04:00:38.586 INFO kablam! | Sep 21 04:00:38.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.586 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.587 INFO kablam! Sep 21 04:00:38.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.587 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.587 INFO kablam! | ^^^^^^ Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.587 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.587 INFO kablam! Sep 21 04:00:38.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.587 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.587 INFO kablam! | ^^^^^^ Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.587 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.587 INFO kablam! Sep 21 04:00:38.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.587 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.587 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.587 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.587 INFO kablam! Sep 21 04:00:38.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.587 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.587 INFO kablam! | ^^^^^^ Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.587 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.587 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.587 INFO kablam! Sep 21 04:00:38.587 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.587 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.587 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.587 INFO kablam! | Sep 21 04:00:38.587 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.587 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.588 INFO kablam! Sep 21 04:00:38.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.588 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.588 INFO kablam! | ^^^^^^ Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.588 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.588 INFO kablam! Sep 21 04:00:38.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.588 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.588 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.588 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.588 INFO kablam! Sep 21 04:00:38.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.588 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.588 INFO kablam! | ^^^^^^ Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.588 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.588 INFO kablam! Sep 21 04:00:38.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.588 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.588 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.588 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.588 INFO kablam! Sep 21 04:00:38.588 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.588 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.588 INFO kablam! | ^^^^^^ Sep 21 04:00:38.588 INFO kablam! | Sep 21 04:00:38.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.588 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.588 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.589 INFO kablam! Sep 21 04:00:38.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.589 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.589 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.589 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.589 INFO kablam! Sep 21 04:00:38.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.589 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.589 INFO kablam! | ^^^^^^ Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.589 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.589 INFO kablam! Sep 21 04:00:38.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.589 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.589 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.589 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.589 INFO kablam! Sep 21 04:00:38.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.589 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.589 INFO kablam! | ^^^^^^ Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.589 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.589 INFO kablam! Sep 21 04:00:38.589 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.589 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.589 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.589 INFO kablam! | Sep 21 04:00:38.589 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.589 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.589 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.589 INFO kablam! Sep 21 04:00:38.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.590 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.590 INFO kablam! | ^^^^^^ Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.590 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.590 INFO kablam! Sep 21 04:00:38.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.590 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.590 INFO kablam! | ^^^^^^ Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.590 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.590 INFO kablam! Sep 21 04:00:38.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.590 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.590 INFO kablam! | ^^^^^^ Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.590 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.590 INFO kablam! Sep 21 04:00:38.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.590 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.590 INFO kablam! | ^^^^^^ Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.590 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.590 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.590 INFO kablam! Sep 21 04:00:38.590 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.590 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.590 INFO kablam! | ^^^^^^ Sep 21 04:00:38.590 INFO kablam! | Sep 21 04:00:38.590 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.591 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.591 INFO kablam! Sep 21 04:00:38.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.591 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! 28 | self.0.as_ptr() Sep 21 04:00:38.591 INFO kablam! | ^^^^^^ Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.591 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.591 INFO kablam! Sep 21 04:00:38.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.591 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! 34 | self.0.as_mut_ptr() Sep 21 04:00:38.591 INFO kablam! | ^^^^^^ Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.591 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.591 INFO kablam! Sep 21 04:00:38.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.591 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 21 04:00:38.591 INFO kablam! | ^^^^^^ Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.591 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.591 INFO kablam! Sep 21 04:00:38.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.591 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.591 INFO kablam! | ^^^^^^ Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.591 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.591 INFO kablam! Sep 21 04:00:38.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.591 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 21 04:00:38.591 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.591 INFO kablam! | Sep 21 04:00:38.591 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.591 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.591 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.591 INFO kablam! Sep 21 04:00:38.591 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.592 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.592 INFO kablam! | ^^^^^^ Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.592 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.592 INFO kablam! Sep 21 04:00:38.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.592 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.592 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.592 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.592 INFO kablam! Sep 21 04:00:38.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.592 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.592 INFO kablam! | ^^^^^^ Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.592 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.592 INFO kablam! Sep 21 04:00:38.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.592 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.592 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.592 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.592 INFO kablam! Sep 21 04:00:38.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.592 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.592 INFO kablam! | ^^^^^^ Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.592 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.592 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.592 INFO kablam! Sep 21 04:00:38.592 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.592 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 21 04:00:38.592 INFO kablam! | Sep 21 04:00:38.592 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.592 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.593 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.593 INFO kablam! Sep 21 04:00:38.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.593 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.593 INFO kablam! | ^^^^^^ Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.593 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.593 INFO kablam! Sep 21 04:00:38.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.593 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.593 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.593 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.593 INFO kablam! Sep 21 04:00:38.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.593 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.593 INFO kablam! | ^^^^^^ Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.593 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.593 INFO kablam! Sep 21 04:00:38.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.593 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.593 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.593 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.593 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.593 INFO kablam! Sep 21 04:00:38.593 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.593 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.593 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.593 INFO kablam! | ^^^^^^ Sep 21 04:00:38.593 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.594 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.594 INFO kablam! Sep 21 04:00:38.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.594 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 21 04:00:38.594 INFO kablam! | ^^^^^^^ Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.594 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.594 INFO kablam! Sep 21 04:00:38.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.594 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 21 04:00:38.594 INFO kablam! | ^^^^^^ Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.594 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.594 INFO kablam! Sep 21 04:00:38.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.594 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! 132 | self.0.iter() Sep 21 04:00:38.594 INFO kablam! | ^^^^^^ Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.594 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.594 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.594 INFO kablam! Sep 21 04:00:38.594 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.594 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! 144 | self.0.iter_mut() Sep 21 04:00:38.594 INFO kablam! | ^^^^^^ Sep 21 04:00:38.594 INFO kablam! | Sep 21 04:00:38.594 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.595 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.595 INFO kablam! Sep 21 04:00:38.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.595 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 21 04:00:38.595 INFO kablam! | Sep 21 04:00:38.595 INFO kablam! 153 | &self.0[..] Sep 21 04:00:38.595 INFO kablam! | ^^^^^^ Sep 21 04:00:38.595 INFO kablam! | Sep 21 04:00:38.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.595 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.595 INFO kablam! Sep 21 04:00:38.595 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 04:00:38.595 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 21 04:00:38.595 INFO kablam! | Sep 21 04:00:38.595 INFO kablam! 162 | &mut self.0[..] Sep 21 04:00:38.595 INFO kablam! | ^^^^^^ Sep 21 04:00:38.595 INFO kablam! | Sep 21 04:00:38.595 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 04:00:38.595 INFO kablam! = note: for more information, see issue #46043 Sep 21 04:00:38.595 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 21 04:00:38.595 INFO kablam! Sep 21 04:00:38.595 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 04:00:38.595 INFO kablam! --> src/lib.rs:8:12 Sep 21 04:00:38.595 INFO kablam! | Sep 21 04:00:38.595 INFO kablam! 8 | #![feature(associated_consts)] Sep 21 04:00:38.595 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 04:00:38.595 INFO kablam! | Sep 21 04:00:38.595 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 04:00:38.595 INFO kablam! Sep 21 04:00:38.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Sep 21 04:00:38.626 INFO kablam! su: No module specific data is present Sep 21 04:00:39.238 INFO running `"docker" "rm" "-f" "04ce49ab75e3dc12be1020da500ebd094fba1f6341be0217b045551b3fad3b4d"` Sep 21 04:00:39.336 INFO blam! 04ce49ab75e3dc12be1020da500ebd094fba1f6341be0217b045551b3fad3b4d