Sep 01 08:15:02.455 INFO checking rust-extra-0.0.17 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 08:15:02.455 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 08:15:02.455 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:15:02.634 INFO blam! 0014cbbee0f7c345bfac65593a9aa6d71a32f12159f41bbb5b3e57aad702ef46 Sep 01 08:15:02.636 INFO running `"docker" "start" "-a" "0014cbbee0f7c345bfac65593a9aa6d71a32f12159f41bbb5b3e57aad702ef46"` Sep 01 08:15:03.199 INFO kablam! Checking rust-extra v0.0.17 (file:///source) Sep 01 08:15:05.367 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.367 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 01 08:15:05.367 INFO kablam! | Sep 01 08:15:05.367 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.367 INFO kablam! | ^^^^^^ Sep 01 08:15:05.367 INFO kablam! | Sep 01 08:15:05.367 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 08:15:05.367 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.367 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.368 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.368 INFO kablam! Sep 01 08:15:05.368 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.368 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 01 08:15:05.368 INFO kablam! | Sep 01 08:15:05.368 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.368 INFO kablam! | ^^^^^^ Sep 01 08:15:05.368 INFO kablam! | Sep 01 08:15:05.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.368 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.368 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.368 INFO kablam! Sep 01 08:15:05.368 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.368 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 01 08:15:05.368 INFO kablam! | Sep 01 08:15:05.368 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.368 INFO kablam! | ^^^^^^ Sep 01 08:15:05.368 INFO kablam! | Sep 01 08:15:05.368 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.369 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.369 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.369 INFO kablam! Sep 01 08:15:05.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.369 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 01 08:15:05.369 INFO kablam! | Sep 01 08:15:05.369 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.369 INFO kablam! | ^^^^^^ Sep 01 08:15:05.369 INFO kablam! | Sep 01 08:15:05.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.369 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.369 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.369 INFO kablam! Sep 01 08:15:05.369 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.369 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 01 08:15:05.369 INFO kablam! | Sep 01 08:15:05.369 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.369 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.369 INFO kablam! | Sep 01 08:15:05.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.370 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.370 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.370 INFO kablam! Sep 01 08:15:05.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.370 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 01 08:15:05.370 INFO kablam! | Sep 01 08:15:05.370 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.370 INFO kablam! | ^^^^^^ Sep 01 08:15:05.370 INFO kablam! | Sep 01 08:15:05.370 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.370 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.370 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.370 INFO kablam! Sep 01 08:15:05.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.370 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 01 08:15:05.370 INFO kablam! | Sep 01 08:15:05.370 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.370 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.370 INFO kablam! | Sep 01 08:15:05.370 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.371 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.371 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.371 INFO kablam! Sep 01 08:15:05.371 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.371 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 01 08:15:05.371 INFO kablam! | Sep 01 08:15:05.371 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.371 INFO kablam! | ^^^^^^ Sep 01 08:15:05.371 INFO kablam! | Sep 01 08:15:05.371 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.371 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.371 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.371 INFO kablam! Sep 01 08:15:05.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.374 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 01 08:15:05.374 INFO kablam! | Sep 01 08:15:05.374 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.374 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.374 INFO kablam! | Sep 01 08:15:05.374 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.374 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.374 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.374 INFO kablam! Sep 01 08:15:05.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.374 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 01 08:15:05.374 INFO kablam! | Sep 01 08:15:05.374 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.374 INFO kablam! | ^^^^^^ Sep 01 08:15:05.374 INFO kablam! | Sep 01 08:15:05.374 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.374 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.374 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.374 INFO kablam! Sep 01 08:15:05.374 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.375 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 01 08:15:05.375 INFO kablam! | Sep 01 08:15:05.375 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.375 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.375 INFO kablam! | Sep 01 08:15:05.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.375 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.375 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.375 INFO kablam! Sep 01 08:15:05.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.375 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 01 08:15:05.375 INFO kablam! | Sep 01 08:15:05.375 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.375 INFO kablam! | ^^^^^^ Sep 01 08:15:05.375 INFO kablam! | Sep 01 08:15:05.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.375 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.375 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.375 INFO kablam! Sep 01 08:15:05.375 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.375 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 01 08:15:05.376 INFO kablam! | Sep 01 08:15:05.376 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.376 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.376 INFO kablam! | Sep 01 08:15:05.376 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.376 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.376 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.376 INFO kablam! Sep 01 08:15:05.376 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.376 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 01 08:15:05.376 INFO kablam! | Sep 01 08:15:05.376 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.376 INFO kablam! | ^^^^^^ Sep 01 08:15:05.376 INFO kablam! | Sep 01 08:15:05.376 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.376 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.376 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.376 INFO kablam! Sep 01 08:15:05.376 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.376 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 01 08:15:05.376 INFO kablam! | Sep 01 08:15:05.376 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.377 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.377 INFO kablam! | Sep 01 08:15:05.377 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.377 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.377 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.377 INFO kablam! Sep 01 08:15:05.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.377 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 01 08:15:05.377 INFO kablam! | Sep 01 08:15:05.377 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.377 INFO kablam! | ^^^^^^ Sep 01 08:15:05.377 INFO kablam! | Sep 01 08:15:05.377 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.377 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.377 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.377 INFO kablam! Sep 01 08:15:05.377 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.377 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 01 08:15:05.377 INFO kablam! | Sep 01 08:15:05.377 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.377 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.377 INFO kablam! | Sep 01 08:15:05.378 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.378 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.378 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.378 INFO kablam! Sep 01 08:15:05.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.378 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 01 08:15:05.378 INFO kablam! | Sep 01 08:15:05.378 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.378 INFO kablam! | ^^^^^^ Sep 01 08:15:05.378 INFO kablam! | Sep 01 08:15:05.378 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.378 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.378 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.378 INFO kablam! Sep 01 08:15:05.378 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.378 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 01 08:15:05.378 INFO kablam! | Sep 01 08:15:05.378 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.378 INFO kablam! | ^^^^^^ Sep 01 08:15:05.378 INFO kablam! | Sep 01 08:15:05.379 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.379 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.379 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.379 INFO kablam! Sep 01 08:15:05.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.379 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 01 08:15:05.379 INFO kablam! | Sep 01 08:15:05.379 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.379 INFO kablam! | ^^^^^^ Sep 01 08:15:05.379 INFO kablam! | Sep 01 08:15:05.379 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.379 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.379 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.379 INFO kablam! Sep 01 08:15:05.379 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.379 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 01 08:15:05.379 INFO kablam! | Sep 01 08:15:05.379 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.379 INFO kablam! | ^^^^^^ Sep 01 08:15:05.379 INFO kablam! | Sep 01 08:15:05.380 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.380 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.380 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.380 INFO kablam! Sep 01 08:15:05.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.380 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 01 08:15:05.380 INFO kablam! | Sep 01 08:15:05.380 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.380 INFO kablam! | ^^^^^^ Sep 01 08:15:05.380 INFO kablam! | Sep 01 08:15:05.380 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.380 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.380 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.380 INFO kablam! Sep 01 08:15:05.380 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.380 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 01 08:15:05.380 INFO kablam! | Sep 01 08:15:05.380 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.380 INFO kablam! | ^^^^^^ Sep 01 08:15:05.381 INFO kablam! | Sep 01 08:15:05.381 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.381 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.381 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.381 INFO kablam! Sep 01 08:15:05.381 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.381 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 01 08:15:05.381 INFO kablam! | Sep 01 08:15:05.381 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.381 INFO kablam! | ^^^^^^ Sep 01 08:15:05.381 INFO kablam! | Sep 01 08:15:05.381 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.381 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.381 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.381 INFO kablam! Sep 01 08:15:05.381 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.381 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 01 08:15:05.381 INFO kablam! | Sep 01 08:15:05.381 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.381 INFO kablam! | ^^^^^^ Sep 01 08:15:05.382 INFO kablam! | Sep 01 08:15:05.382 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.382 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.382 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.382 INFO kablam! Sep 01 08:15:05.382 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.382 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 01 08:15:05.382 INFO kablam! | Sep 01 08:15:05.382 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.382 INFO kablam! | ^^^^^^ Sep 01 08:15:05.382 INFO kablam! | Sep 01 08:15:05.382 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.382 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.382 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.382 INFO kablam! Sep 01 08:15:05.382 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.382 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 01 08:15:05.382 INFO kablam! | Sep 01 08:15:05.382 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.383 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.383 INFO kablam! | Sep 01 08:15:05.383 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.383 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.383 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.383 INFO kablam! Sep 01 08:15:05.383 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.383 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 01 08:15:05.383 INFO kablam! | Sep 01 08:15:05.383 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.383 INFO kablam! | ^^^^^^ Sep 01 08:15:05.383 INFO kablam! | Sep 01 08:15:05.383 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.383 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.383 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.383 INFO kablam! Sep 01 08:15:05.383 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.383 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 01 08:15:05.383 INFO kablam! | Sep 01 08:15:05.384 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.384 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.384 INFO kablam! | Sep 01 08:15:05.384 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.384 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.384 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.384 INFO kablam! Sep 01 08:15:05.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.384 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 01 08:15:05.384 INFO kablam! | Sep 01 08:15:05.384 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.384 INFO kablam! | ^^^^^^ Sep 01 08:15:05.384 INFO kablam! | Sep 01 08:15:05.384 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.384 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.384 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.384 INFO kablam! Sep 01 08:15:05.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.384 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 01 08:15:05.385 INFO kablam! | Sep 01 08:15:05.385 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.385 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.385 INFO kablam! | Sep 01 08:15:05.385 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.385 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.385 INFO kablam! Sep 01 08:15:05.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.385 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 01 08:15:05.385 INFO kablam! | Sep 01 08:15:05.385 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.385 INFO kablam! | ^^^^^^ Sep 01 08:15:05.385 INFO kablam! | Sep 01 08:15:05.385 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.385 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.385 INFO kablam! Sep 01 08:15:05.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.385 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 01 08:15:05.386 INFO kablam! | Sep 01 08:15:05.386 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.386 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.386 INFO kablam! | Sep 01 08:15:05.386 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.386 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.386 INFO kablam! Sep 01 08:15:05.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.386 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 01 08:15:05.386 INFO kablam! | Sep 01 08:15:05.386 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.386 INFO kablam! | ^^^^^^ Sep 01 08:15:05.386 INFO kablam! | Sep 01 08:15:05.386 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.386 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.386 INFO kablam! Sep 01 08:15:05.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.386 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 01 08:15:05.387 INFO kablam! | Sep 01 08:15:05.387 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.387 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.387 INFO kablam! | Sep 01 08:15:05.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.387 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.387 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.387 INFO kablam! Sep 01 08:15:05.387 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.387 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 01 08:15:05.387 INFO kablam! | Sep 01 08:15:05.387 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.387 INFO kablam! | ^^^^^^ Sep 01 08:15:05.387 INFO kablam! | Sep 01 08:15:05.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.387 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.387 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.387 INFO kablam! Sep 01 08:15:05.387 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.387 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 01 08:15:05.387 INFO kablam! | Sep 01 08:15:05.388 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.388 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.388 INFO kablam! | Sep 01 08:15:05.388 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.388 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.388 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.388 INFO kablam! Sep 01 08:15:05.388 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.404 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 01 08:15:05.404 INFO kablam! | Sep 01 08:15:05.404 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.404 INFO kablam! | ^^^^^^ Sep 01 08:15:05.404 INFO kablam! | Sep 01 08:15:05.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.405 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.405 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.405 INFO kablam! Sep 01 08:15:05.405 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.405 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 01 08:15:05.405 INFO kablam! | Sep 01 08:15:05.405 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.405 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.405 INFO kablam! | Sep 01 08:15:05.405 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.405 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.406 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.406 INFO kablam! Sep 01 08:15:05.406 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.406 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 01 08:15:05.406 INFO kablam! | Sep 01 08:15:05.406 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.406 INFO kablam! | ^^^^^^ Sep 01 08:15:05.406 INFO kablam! | Sep 01 08:15:05.406 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.406 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.407 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.407 INFO kablam! Sep 01 08:15:05.407 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.407 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 01 08:15:05.407 INFO kablam! | Sep 01 08:15:05.407 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.407 INFO kablam! | ^^^^^^ Sep 01 08:15:05.407 INFO kablam! | Sep 01 08:15:05.407 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.407 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.407 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.408 INFO kablam! Sep 01 08:15:05.408 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.408 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 01 08:15:05.408 INFO kablam! | Sep 01 08:15:05.408 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.408 INFO kablam! | ^^^^^^ Sep 01 08:15:05.408 INFO kablam! | Sep 01 08:15:05.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.408 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.408 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.408 INFO kablam! Sep 01 08:15:05.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.409 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 01 08:15:05.409 INFO kablam! | Sep 01 08:15:05.409 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.409 INFO kablam! | ^^^^^^ Sep 01 08:15:05.409 INFO kablam! | Sep 01 08:15:05.409 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.409 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.409 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.409 INFO kablam! Sep 01 08:15:05.409 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.410 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 01 08:15:05.410 INFO kablam! | Sep 01 08:15:05.410 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.410 INFO kablam! | ^^^^^^ Sep 01 08:15:05.410 INFO kablam! | Sep 01 08:15:05.410 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.410 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.410 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.410 INFO kablam! Sep 01 08:15:05.411 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.411 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 01 08:15:05.412 INFO kablam! | Sep 01 08:15:05.412 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.412 INFO kablam! | ^^^^^^ Sep 01 08:15:05.412 INFO kablam! | Sep 01 08:15:05.412 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.412 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.412 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.412 INFO kablam! Sep 01 08:15:05.412 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.412 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 01 08:15:05.412 INFO kablam! | Sep 01 08:15:05.414 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.414 INFO kablam! | ^^^^^^ Sep 01 08:15:05.414 INFO kablam! | Sep 01 08:15:05.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.414 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.414 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.414 INFO kablam! Sep 01 08:15:05.414 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.414 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 01 08:15:05.414 INFO kablam! | Sep 01 08:15:05.414 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.415 INFO kablam! | ^^^^^^ Sep 01 08:15:05.415 INFO kablam! | Sep 01 08:15:05.415 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.415 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.415 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.415 INFO kablam! Sep 01 08:15:05.415 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.415 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 01 08:15:05.415 INFO kablam! | Sep 01 08:15:05.415 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.415 INFO kablam! | ^^^^^^ Sep 01 08:15:05.416 INFO kablam! | Sep 01 08:15:05.416 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.416 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.416 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.416 INFO kablam! Sep 01 08:15:05.416 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.416 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 01 08:15:05.416 INFO kablam! | Sep 01 08:15:05.416 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.416 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.417 INFO kablam! | Sep 01 08:15:05.417 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.417 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.417 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.417 INFO kablam! Sep 01 08:15:05.417 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.417 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 01 08:15:05.417 INFO kablam! | Sep 01 08:15:05.417 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.417 INFO kablam! | ^^^^^^ Sep 01 08:15:05.417 INFO kablam! | Sep 01 08:15:05.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.418 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.418 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.418 INFO kablam! Sep 01 08:15:05.418 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.418 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 01 08:15:05.418 INFO kablam! | Sep 01 08:15:05.418 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.418 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.418 INFO kablam! | Sep 01 08:15:05.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.419 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.419 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.419 INFO kablam! Sep 01 08:15:05.419 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.419 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 01 08:15:05.419 INFO kablam! | Sep 01 08:15:05.419 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.419 INFO kablam! | ^^^^^^ Sep 01 08:15:05.419 INFO kablam! | Sep 01 08:15:05.419 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.420 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.420 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.420 INFO kablam! Sep 01 08:15:05.420 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.420 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 01 08:15:05.420 INFO kablam! | Sep 01 08:15:05.420 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.420 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.420 INFO kablam! | Sep 01 08:15:05.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.421 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.421 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.421 INFO kablam! Sep 01 08:15:05.421 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.421 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 01 08:15:05.421 INFO kablam! | Sep 01 08:15:05.421 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.421 INFO kablam! | ^^^^^^ Sep 01 08:15:05.421 INFO kablam! | Sep 01 08:15:05.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.421 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.422 INFO kablam! Sep 01 08:15:05.422 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.422 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 01 08:15:05.422 INFO kablam! | Sep 01 08:15:05.422 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.422 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.422 INFO kablam! | Sep 01 08:15:05.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.422 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.422 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.423 INFO kablam! Sep 01 08:15:05.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.423 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 01 08:15:05.423 INFO kablam! | Sep 01 08:15:05.423 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.423 INFO kablam! | ^^^^^^ Sep 01 08:15:05.423 INFO kablam! | Sep 01 08:15:05.423 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.423 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.423 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.423 INFO kablam! Sep 01 08:15:05.423 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.424 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 01 08:15:05.424 INFO kablam! | Sep 01 08:15:05.424 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.424 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.424 INFO kablam! | Sep 01 08:15:05.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.424 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.424 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.424 INFO kablam! Sep 01 08:15:05.424 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.424 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 01 08:15:05.425 INFO kablam! | Sep 01 08:15:05.425 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.425 INFO kablam! | ^^^^^^ Sep 01 08:15:05.425 INFO kablam! | Sep 01 08:15:05.425 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.425 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.425 INFO kablam! Sep 01 08:15:05.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.425 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 01 08:15:05.425 INFO kablam! | Sep 01 08:15:05.426 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.426 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.426 INFO kablam! | Sep 01 08:15:05.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.426 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.426 INFO kablam! Sep 01 08:15:05.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.426 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 01 08:15:05.426 INFO kablam! | Sep 01 08:15:05.426 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.427 INFO kablam! | ^^^^^^ Sep 01 08:15:05.427 INFO kablam! | Sep 01 08:15:05.427 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.427 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.427 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.427 INFO kablam! Sep 01 08:15:05.427 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.427 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 01 08:15:05.427 INFO kablam! | Sep 01 08:15:05.427 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.427 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.428 INFO kablam! | Sep 01 08:15:05.428 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.428 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.428 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.428 INFO kablam! Sep 01 08:15:05.428 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.428 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 01 08:15:05.428 INFO kablam! | Sep 01 08:15:05.428 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.428 INFO kablam! | ^^^^^^ Sep 01 08:15:05.428 INFO kablam! | Sep 01 08:15:05.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.429 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.429 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.429 INFO kablam! Sep 01 08:15:05.429 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.429 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 01 08:15:05.429 INFO kablam! | Sep 01 08:15:05.429 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.429 INFO kablam! | ^^^^^^ Sep 01 08:15:05.429 INFO kablam! | Sep 01 08:15:05.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.430 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.430 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.430 INFO kablam! Sep 01 08:15:05.430 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.430 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 01 08:15:05.430 INFO kablam! | Sep 01 08:15:05.430 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.430 INFO kablam! | ^^^^^^ Sep 01 08:15:05.430 INFO kablam! | Sep 01 08:15:05.430 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.431 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.431 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.431 INFO kablam! Sep 01 08:15:05.431 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.431 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 01 08:15:05.431 INFO kablam! | Sep 01 08:15:05.431 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.431 INFO kablam! | ^^^^^^ Sep 01 08:15:05.431 INFO kablam! | Sep 01 08:15:05.431 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.431 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.432 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.432 INFO kablam! Sep 01 08:15:05.432 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.432 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 01 08:15:05.432 INFO kablam! | Sep 01 08:15:05.432 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.432 INFO kablam! | ^^^^^^ Sep 01 08:15:05.432 INFO kablam! | Sep 01 08:15:05.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.433 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.433 INFO kablam! Sep 01 08:15:05.433 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.433 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 01 08:15:05.433 INFO kablam! | Sep 01 08:15:05.433 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.433 INFO kablam! | ^^^^^^ Sep 01 08:15:05.433 INFO kablam! | Sep 01 08:15:05.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.433 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.433 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.435 INFO kablam! Sep 01 08:15:05.435 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.435 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 01 08:15:05.435 INFO kablam! | Sep 01 08:15:05.435 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.435 INFO kablam! | ^^^^^^ Sep 01 08:15:05.435 INFO kablam! | Sep 01 08:15:05.435 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.436 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.436 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.436 INFO kablam! Sep 01 08:15:05.436 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.436 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 01 08:15:05.436 INFO kablam! | Sep 01 08:15:05.436 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.437 INFO kablam! | ^^^^^^ Sep 01 08:15:05.437 INFO kablam! | Sep 01 08:15:05.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.437 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.438 INFO kablam! Sep 01 08:15:05.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.438 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 01 08:15:05.438 INFO kablam! | Sep 01 08:15:05.438 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.438 INFO kablam! | ^^^^^^ Sep 01 08:15:05.438 INFO kablam! | Sep 01 08:15:05.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.438 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.438 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.438 INFO kablam! Sep 01 08:15:05.438 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.438 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 01 08:15:05.438 INFO kablam! | Sep 01 08:15:05.438 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.438 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.438 INFO kablam! | Sep 01 08:15:05.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.438 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.439 INFO kablam! Sep 01 08:15:05.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.439 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 01 08:15:05.439 INFO kablam! | Sep 01 08:15:05.439 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.439 INFO kablam! | ^^^^^^ Sep 01 08:15:05.439 INFO kablam! | Sep 01 08:15:05.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.439 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.439 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.439 INFO kablam! Sep 01 08:15:05.439 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.439 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 01 08:15:05.439 INFO kablam! | Sep 01 08:15:05.439 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.439 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.439 INFO kablam! | Sep 01 08:15:05.439 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.440 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.440 INFO kablam! Sep 01 08:15:05.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.440 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 01 08:15:05.440 INFO kablam! | Sep 01 08:15:05.440 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.440 INFO kablam! | ^^^^^^ Sep 01 08:15:05.440 INFO kablam! | Sep 01 08:15:05.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.440 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.440 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.440 INFO kablam! Sep 01 08:15:05.440 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.440 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 01 08:15:05.440 INFO kablam! | Sep 01 08:15:05.440 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.440 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.440 INFO kablam! | Sep 01 08:15:05.440 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.441 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.441 INFO kablam! Sep 01 08:15:05.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.441 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 01 08:15:05.441 INFO kablam! | Sep 01 08:15:05.441 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.441 INFO kablam! | ^^^^^^ Sep 01 08:15:05.441 INFO kablam! | Sep 01 08:15:05.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.441 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.441 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.441 INFO kablam! Sep 01 08:15:05.441 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.441 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 01 08:15:05.441 INFO kablam! | Sep 01 08:15:05.441 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.441 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.441 INFO kablam! | Sep 01 08:15:05.441 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.442 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.442 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.442 INFO kablam! Sep 01 08:15:05.442 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.442 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 01 08:15:05.442 INFO kablam! | Sep 01 08:15:05.442 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.442 INFO kablam! | ^^^^^^ Sep 01 08:15:05.442 INFO kablam! | Sep 01 08:15:05.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.442 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.456 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.456 INFO kablam! Sep 01 08:15:05.456 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.456 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 01 08:15:05.456 INFO kablam! | Sep 01 08:15:05.456 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.456 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.456 INFO kablam! | Sep 01 08:15:05.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.456 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.457 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.457 INFO kablam! Sep 01 08:15:05.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.457 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 01 08:15:05.457 INFO kablam! | Sep 01 08:15:05.457 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.457 INFO kablam! | ^^^^^^ Sep 01 08:15:05.457 INFO kablam! | Sep 01 08:15:05.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.457 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.457 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.457 INFO kablam! Sep 01 08:15:05.457 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.457 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 01 08:15:05.457 INFO kablam! | Sep 01 08:15:05.457 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.457 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.457 INFO kablam! | Sep 01 08:15:05.457 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.457 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.458 INFO kablam! Sep 01 08:15:05.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.458 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 01 08:15:05.458 INFO kablam! | Sep 01 08:15:05.458 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.458 INFO kablam! | ^^^^^^ Sep 01 08:15:05.458 INFO kablam! | Sep 01 08:15:05.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.458 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.458 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.458 INFO kablam! Sep 01 08:15:05.458 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.458 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 01 08:15:05.458 INFO kablam! | Sep 01 08:15:05.458 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.458 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.458 INFO kablam! | Sep 01 08:15:05.458 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.458 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.459 INFO kablam! Sep 01 08:15:05.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.459 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 01 08:15:05.459 INFO kablam! | Sep 01 08:15:05.459 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.459 INFO kablam! | ^^^^^^ Sep 01 08:15:05.459 INFO kablam! | Sep 01 08:15:05.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.459 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.459 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.459 INFO kablam! Sep 01 08:15:05.459 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.459 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 01 08:15:05.459 INFO kablam! | Sep 01 08:15:05.459 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.459 INFO kablam! | ^^^^^^ Sep 01 08:15:05.459 INFO kablam! | Sep 01 08:15:05.459 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.459 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.460 INFO kablam! Sep 01 08:15:05.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.460 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 01 08:15:05.460 INFO kablam! | Sep 01 08:15:05.460 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.460 INFO kablam! | ^^^^^^ Sep 01 08:15:05.460 INFO kablam! | Sep 01 08:15:05.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.460 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.460 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.460 INFO kablam! Sep 01 08:15:05.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.460 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 01 08:15:05.460 INFO kablam! | Sep 01 08:15:05.460 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.460 INFO kablam! | ^^^^^^ Sep 01 08:15:05.460 INFO kablam! | Sep 01 08:15:05.460 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.461 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.461 INFO kablam! Sep 01 08:15:05.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.461 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 01 08:15:05.461 INFO kablam! | Sep 01 08:15:05.461 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.461 INFO kablam! | ^^^^^^ Sep 01 08:15:05.461 INFO kablam! | Sep 01 08:15:05.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.461 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.461 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.461 INFO kablam! Sep 01 08:15:05.461 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.461 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 01 08:15:05.461 INFO kablam! | Sep 01 08:15:05.461 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.461 INFO kablam! | ^^^^^^ Sep 01 08:15:05.461 INFO kablam! | Sep 01 08:15:05.461 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.462 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.462 INFO kablam! Sep 01 08:15:05.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.462 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 01 08:15:05.462 INFO kablam! | Sep 01 08:15:05.462 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.462 INFO kablam! | ^^^^^^ Sep 01 08:15:05.462 INFO kablam! | Sep 01 08:15:05.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.462 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.462 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.462 INFO kablam! Sep 01 08:15:05.462 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.462 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 01 08:15:05.462 INFO kablam! | Sep 01 08:15:05.462 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.462 INFO kablam! | ^^^^^^ Sep 01 08:15:05.462 INFO kablam! | Sep 01 08:15:05.462 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.463 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.463 INFO kablam! Sep 01 08:15:05.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.463 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 01 08:15:05.463 INFO kablam! | Sep 01 08:15:05.463 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.463 INFO kablam! | ^^^^^^ Sep 01 08:15:05.463 INFO kablam! | Sep 01 08:15:05.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.463 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.463 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.463 INFO kablam! Sep 01 08:15:05.463 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.463 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 01 08:15:05.463 INFO kablam! | Sep 01 08:15:05.463 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.463 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.463 INFO kablam! | Sep 01 08:15:05.463 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.464 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.464 INFO kablam! Sep 01 08:15:05.464 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.464 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 01 08:15:05.464 INFO kablam! | Sep 01 08:15:05.464 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.464 INFO kablam! | ^^^^^^ Sep 01 08:15:05.464 INFO kablam! | Sep 01 08:15:05.464 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.464 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.464 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.464 INFO kablam! Sep 01 08:15:05.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.465 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 01 08:15:05.465 INFO kablam! | Sep 01 08:15:05.465 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.465 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.465 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.465 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.465 INFO kablam! Sep 01 08:15:05.465 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.465 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 01 08:15:05.465 INFO kablam! | Sep 01 08:15:05.465 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.465 INFO kablam! | ^^^^^^ Sep 01 08:15:05.465 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.465 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.465 INFO kablam! Sep 01 08:15:05.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.466 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 01 08:15:05.466 INFO kablam! | Sep 01 08:15:05.466 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.466 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.466 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.466 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.466 INFO kablam! Sep 01 08:15:05.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.466 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 01 08:15:05.466 INFO kablam! | Sep 01 08:15:05.466 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.466 INFO kablam! | ^^^^^^ Sep 01 08:15:05.466 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.466 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.466 INFO kablam! Sep 01 08:15:05.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.467 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 01 08:15:05.467 INFO kablam! | Sep 01 08:15:05.467 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.467 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.467 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.467 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.467 INFO kablam! Sep 01 08:15:05.467 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.467 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 01 08:15:05.467 INFO kablam! | Sep 01 08:15:05.467 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.467 INFO kablam! | ^^^^^^ Sep 01 08:15:05.467 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.467 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.467 INFO kablam! Sep 01 08:15:05.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.468 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 01 08:15:05.468 INFO kablam! | Sep 01 08:15:05.468 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.468 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.468 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.468 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.468 INFO kablam! Sep 01 08:15:05.468 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.468 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 01 08:15:05.468 INFO kablam! | Sep 01 08:15:05.468 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.468 INFO kablam! | ^^^^^^ Sep 01 08:15:05.468 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.468 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.468 INFO kablam! Sep 01 08:15:05.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.469 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 01 08:15:05.469 INFO kablam! | Sep 01 08:15:05.469 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.469 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.469 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.469 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.469 INFO kablam! Sep 01 08:15:05.469 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.469 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 01 08:15:05.469 INFO kablam! | Sep 01 08:15:05.469 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.469 INFO kablam! | ^^^^^^ Sep 01 08:15:05.469 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.469 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.470 INFO kablam! Sep 01 08:15:05.470 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.470 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 01 08:15:05.470 INFO kablam! | Sep 01 08:15:05.470 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.470 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.470 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.470 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.480 INFO kablam! Sep 01 08:15:05.480 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.480 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 01 08:15:05.480 INFO kablam! | Sep 01 08:15:05.480 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.480 INFO kablam! | ^^^^^^ Sep 01 08:15:05.480 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.480 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.481 INFO kablam! Sep 01 08:15:05.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.481 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 01 08:15:05.481 INFO kablam! | Sep 01 08:15:05.481 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.481 INFO kablam! | ^^^^^^ Sep 01 08:15:05.481 INFO kablam! | Sep 01 08:15:05.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.481 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.481 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.481 INFO kablam! Sep 01 08:15:05.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.481 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 01 08:15:05.481 INFO kablam! | Sep 01 08:15:05.481 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.481 INFO kablam! | ^^^^^^ Sep 01 08:15:05.481 INFO kablam! | Sep 01 08:15:05.481 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.482 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.482 INFO kablam! Sep 01 08:15:05.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.482 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 01 08:15:05.482 INFO kablam! | Sep 01 08:15:05.482 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.482 INFO kablam! | ^^^^^^ Sep 01 08:15:05.482 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.482 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.482 INFO kablam! Sep 01 08:15:05.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.482 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 01 08:15:05.482 INFO kablam! | Sep 01 08:15:05.482 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.482 INFO kablam! | ^^^^^^ Sep 01 08:15:05.482 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.482 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.483 INFO kablam! Sep 01 08:15:05.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.483 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 01 08:15:05.483 INFO kablam! | Sep 01 08:15:05.483 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.483 INFO kablam! | ^^^^^^ Sep 01 08:15:05.483 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.483 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.483 INFO kablam! Sep 01 08:15:05.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.483 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 01 08:15:05.483 INFO kablam! | Sep 01 08:15:05.483 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.483 INFO kablam! | ^^^^^^ Sep 01 08:15:05.483 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.484 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.484 INFO kablam! Sep 01 08:15:05.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.484 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 01 08:15:05.484 INFO kablam! | Sep 01 08:15:05.484 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.484 INFO kablam! | ^^^^^^ Sep 01 08:15:05.484 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.484 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.484 INFO kablam! Sep 01 08:15:05.484 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.484 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 01 08:15:05.484 INFO kablam! | Sep 01 08:15:05.484 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.484 INFO kablam! | ^^^^^^ Sep 01 08:15:05.484 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.485 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.485 INFO kablam! Sep 01 08:15:05.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.485 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 01 08:15:05.485 INFO kablam! | Sep 01 08:15:05.485 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.485 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.485 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.485 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.485 INFO kablam! Sep 01 08:15:05.485 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.485 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 01 08:15:05.485 INFO kablam! | Sep 01 08:15:05.485 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.485 INFO kablam! | ^^^^^^ Sep 01 08:15:05.485 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.486 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.486 INFO kablam! Sep 01 08:15:05.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.486 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 01 08:15:05.486 INFO kablam! | Sep 01 08:15:05.486 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.486 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.486 INFO kablam! | Sep 01 08:15:05.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.486 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.486 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.486 INFO kablam! Sep 01 08:15:05.486 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.486 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 01 08:15:05.486 INFO kablam! | Sep 01 08:15:05.486 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.486 INFO kablam! | ^^^^^^ Sep 01 08:15:05.486 INFO kablam! | Sep 01 08:15:05.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.487 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.487 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.487 INFO kablam! Sep 01 08:15:05.487 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.487 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 01 08:15:05.487 INFO kablam! | Sep 01 08:15:05.487 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.492 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.492 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.493 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.493 INFO kablam! Sep 01 08:15:05.494 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.494 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 01 08:15:05.494 INFO kablam! | Sep 01 08:15:05.495 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.495 INFO kablam! | ^^^^^^ Sep 01 08:15:05.495 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.495 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.496 INFO kablam! Sep 01 08:15:05.496 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.496 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 01 08:15:05.497 INFO kablam! | Sep 01 08:15:05.497 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.497 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.497 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.497 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.498 INFO kablam! Sep 01 08:15:05.498 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.498 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 01 08:15:05.498 INFO kablam! | Sep 01 08:15:05.499 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.499 INFO kablam! | ^^^^^^ Sep 01 08:15:05.499 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.499 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.500 INFO kablam! Sep 01 08:15:05.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.500 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 01 08:15:05.500 INFO kablam! | Sep 01 08:15:05.500 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.500 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.500 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! Sep 01 08:15:05.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.501 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.501 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.501 INFO kablam! | ^^^^^^ Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! Sep 01 08:15:05.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.501 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.501 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.501 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! Sep 01 08:15:05.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.501 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.501 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.501 INFO kablam! | ^^^^^^ Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.501 INFO kablam! Sep 01 08:15:05.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.501 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 01 08:15:05.501 INFO kablam! | Sep 01 08:15:05.502 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.502 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! Sep 01 08:15:05.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.502 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.502 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.502 INFO kablam! | ^^^^^^ Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! Sep 01 08:15:05.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.502 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.502 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.502 INFO kablam! | ^^^^^^ Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! Sep 01 08:15:05.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.502 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.502 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.502 INFO kablam! | ^^^^^^ Sep 01 08:15:05.502 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.502 INFO kablam! Sep 01 08:15:05.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.503 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 01 08:15:05.503 INFO kablam! | Sep 01 08:15:05.503 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.503 INFO kablam! | ^^^^^^ Sep 01 08:15:05.503 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.503 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.503 INFO kablam! Sep 01 08:15:05.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.503 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 01 08:15:05.503 INFO kablam! | Sep 01 08:15:05.503 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.503 INFO kablam! | ^^^^^^ Sep 01 08:15:05.503 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.503 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.503 INFO kablam! Sep 01 08:15:05.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.503 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 01 08:15:05.503 INFO kablam! | Sep 01 08:15:05.503 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.503 INFO kablam! | ^^^^^^ Sep 01 08:15:05.503 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.503 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.503 INFO kablam! Sep 01 08:15:05.503 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.504 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 01 08:15:05.504 INFO kablam! | Sep 01 08:15:05.504 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.504 INFO kablam! | ^^^^^^ Sep 01 08:15:05.504 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.504 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.504 INFO kablam! Sep 01 08:15:05.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.504 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 01 08:15:05.504 INFO kablam! | Sep 01 08:15:05.504 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.504 INFO kablam! | ^^^^^^ Sep 01 08:15:05.504 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.504 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.504 INFO kablam! Sep 01 08:15:05.504 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.505 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 01 08:15:05.505 INFO kablam! | Sep 01 08:15:05.505 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.505 INFO kablam! | ^^^^^^ Sep 01 08:15:05.505 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.505 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.506 INFO kablam! Sep 01 08:15:05.506 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.506 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 01 08:15:05.506 INFO kablam! | Sep 01 08:15:05.506 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.506 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.506 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.507 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.507 INFO kablam! Sep 01 08:15:05.507 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.507 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 01 08:15:05.507 INFO kablam! | Sep 01 08:15:05.507 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.507 INFO kablam! | ^^^^^^ Sep 01 08:15:05.508 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.508 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.508 INFO kablam! Sep 01 08:15:05.508 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.508 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 01 08:15:05.508 INFO kablam! | Sep 01 08:15:05.508 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.508 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.508 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.509 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.509 INFO kablam! Sep 01 08:15:05.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.509 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 01 08:15:05.509 INFO kablam! | Sep 01 08:15:05.509 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.509 INFO kablam! | ^^^^^^ Sep 01 08:15:05.509 INFO kablam! | Sep 01 08:15:05.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.509 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.509 INFO kablam! Sep 01 08:15:05.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.509 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 01 08:15:05.509 INFO kablam! | Sep 01 08:15:05.509 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.509 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.509 INFO kablam! | Sep 01 08:15:05.509 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.509 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.509 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.510 INFO kablam! Sep 01 08:15:05.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.510 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 01 08:15:05.510 INFO kablam! | Sep 01 08:15:05.510 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.510 INFO kablam! | ^^^^^^ Sep 01 08:15:05.510 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.510 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.510 INFO kablam! Sep 01 08:15:05.510 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.510 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 01 08:15:05.510 INFO kablam! | Sep 01 08:15:05.510 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.510 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.510 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.510 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.511 INFO kablam! Sep 01 08:15:05.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.511 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 01 08:15:05.511 INFO kablam! | Sep 01 08:15:05.511 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.511 INFO kablam! | ^^^^^^ Sep 01 08:15:05.511 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.511 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.511 INFO kablam! Sep 01 08:15:05.511 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.511 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 01 08:15:05.511 INFO kablam! | Sep 01 08:15:05.511 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.511 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.511 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.511 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.512 INFO kablam! Sep 01 08:15:05.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.512 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 01 08:15:05.512 INFO kablam! | Sep 01 08:15:05.512 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.512 INFO kablam! | ^^^^^^ Sep 01 08:15:05.512 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.512 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.512 INFO kablam! Sep 01 08:15:05.512 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.512 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 01 08:15:05.512 INFO kablam! | Sep 01 08:15:05.512 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.512 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.512 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.512 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.513 INFO kablam! Sep 01 08:15:05.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.513 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 01 08:15:05.513 INFO kablam! | Sep 01 08:15:05.513 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.513 INFO kablam! | ^^^^^^ Sep 01 08:15:05.513 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.513 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.513 INFO kablam! Sep 01 08:15:05.513 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.513 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 01 08:15:05.513 INFO kablam! | Sep 01 08:15:05.513 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.513 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.513 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.513 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.513 INFO kablam! Sep 01 08:15:05.514 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.514 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 01 08:15:05.514 INFO kablam! | Sep 01 08:15:05.514 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.514 INFO kablam! | ^^^^^^ Sep 01 08:15:05.514 INFO kablam! | Sep 01 08:15:05.514 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.514 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.514 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.514 INFO kablam! Sep 01 08:15:05.514 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.514 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 01 08:15:05.514 INFO kablam! | Sep 01 08:15:05.514 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.514 INFO kablam! | ^^^^^^ Sep 01 08:15:05.514 INFO kablam! | Sep 01 08:15:05.514 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.514 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.514 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.514 INFO kablam! Sep 01 08:15:05.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.515 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 01 08:15:05.515 INFO kablam! | Sep 01 08:15:05.515 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.515 INFO kablam! | ^^^^^^ Sep 01 08:15:05.515 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.515 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.515 INFO kablam! Sep 01 08:15:05.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.515 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 01 08:15:05.515 INFO kablam! | Sep 01 08:15:05.515 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.515 INFO kablam! | ^^^^^^ Sep 01 08:15:05.515 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.515 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.515 INFO kablam! Sep 01 08:15:05.515 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.516 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 01 08:15:05.516 INFO kablam! | Sep 01 08:15:05.516 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.516 INFO kablam! | ^^^^^^ Sep 01 08:15:05.516 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.516 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.516 INFO kablam! Sep 01 08:15:05.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.516 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 01 08:15:05.516 INFO kablam! | Sep 01 08:15:05.516 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.516 INFO kablam! | ^^^^^^ Sep 01 08:15:05.516 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.516 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.516 INFO kablam! Sep 01 08:15:05.516 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.517 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 01 08:15:05.517 INFO kablam! | Sep 01 08:15:05.517 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.517 INFO kablam! | ^^^^^^ Sep 01 08:15:05.517 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.517 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.517 INFO kablam! Sep 01 08:15:05.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.517 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 01 08:15:05.517 INFO kablam! | Sep 01 08:15:05.517 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.517 INFO kablam! | ^^^^^^ Sep 01 08:15:05.517 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.517 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.517 INFO kablam! Sep 01 08:15:05.517 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.517 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 01 08:15:05.518 INFO kablam! | Sep 01 08:15:05.518 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.518 INFO kablam! | ^^^^^^ Sep 01 08:15:05.518 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.518 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.518 INFO kablam! Sep 01 08:15:05.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.518 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 01 08:15:05.518 INFO kablam! | Sep 01 08:15:05.518 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.518 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.518 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.518 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.518 INFO kablam! Sep 01 08:15:05.518 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.519 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 01 08:15:05.519 INFO kablam! | Sep 01 08:15:05.519 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.519 INFO kablam! | ^^^^^^ Sep 01 08:15:05.519 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.519 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.519 INFO kablam! Sep 01 08:15:05.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.519 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 01 08:15:05.519 INFO kablam! | Sep 01 08:15:05.519 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.519 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.519 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.519 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.519 INFO kablam! Sep 01 08:15:05.519 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.519 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 01 08:15:05.520 INFO kablam! | Sep 01 08:15:05.520 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.520 INFO kablam! | ^^^^^^ Sep 01 08:15:05.520 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.520 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.520 INFO kablam! Sep 01 08:15:05.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.520 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 01 08:15:05.520 INFO kablam! | Sep 01 08:15:05.520 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.520 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.520 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.520 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.520 INFO kablam! Sep 01 08:15:05.520 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.520 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 01 08:15:05.520 INFO kablam! | Sep 01 08:15:05.521 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.521 INFO kablam! | ^^^^^^ Sep 01 08:15:05.521 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.521 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.521 INFO kablam! Sep 01 08:15:05.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.521 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 01 08:15:05.521 INFO kablam! | Sep 01 08:15:05.521 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.521 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.521 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.521 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.521 INFO kablam! Sep 01 08:15:05.521 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.521 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 01 08:15:05.521 INFO kablam! | Sep 01 08:15:05.522 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.522 INFO kablam! | ^^^^^^ Sep 01 08:15:05.522 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.522 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.522 INFO kablam! Sep 01 08:15:05.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.522 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 01 08:15:05.522 INFO kablam! | Sep 01 08:15:05.522 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.522 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.522 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.522 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.522 INFO kablam! Sep 01 08:15:05.522 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.522 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 01 08:15:05.522 INFO kablam! | Sep 01 08:15:05.522 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.523 INFO kablam! | ^^^^^^ Sep 01 08:15:05.523 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.523 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.523 INFO kablam! Sep 01 08:15:05.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.523 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 01 08:15:05.523 INFO kablam! | Sep 01 08:15:05.523 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.523 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.523 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.523 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.523 INFO kablam! Sep 01 08:15:05.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.523 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 01 08:15:05.523 INFO kablam! | Sep 01 08:15:05.523 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.524 INFO kablam! | ^^^^^^ Sep 01 08:15:05.524 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.524 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.524 INFO kablam! Sep 01 08:15:05.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.524 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 01 08:15:05.524 INFO kablam! | Sep 01 08:15:05.524 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.524 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.524 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.524 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.524 INFO kablam! Sep 01 08:15:05.524 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.524 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 01 08:15:05.524 INFO kablam! | Sep 01 08:15:05.524 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.524 INFO kablam! | ^^^^^^ Sep 01 08:15:05.525 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.525 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.525 INFO kablam! Sep 01 08:15:05.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.525 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 01 08:15:05.525 INFO kablam! | Sep 01 08:15:05.525 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.525 INFO kablam! | ^^^^^^ Sep 01 08:15:05.525 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.525 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.525 INFO kablam! Sep 01 08:15:05.525 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.526 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 01 08:15:05.526 INFO kablam! | Sep 01 08:15:05.526 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.526 INFO kablam! | ^^^^^^ Sep 01 08:15:05.526 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.526 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.526 INFO kablam! Sep 01 08:15:05.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.526 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 01 08:15:05.526 INFO kablam! | Sep 01 08:15:05.526 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.526 INFO kablam! | ^^^^^^ Sep 01 08:15:05.526 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.526 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.526 INFO kablam! Sep 01 08:15:05.526 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.526 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 01 08:15:05.527 INFO kablam! | Sep 01 08:15:05.527 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.527 INFO kablam! | ^^^^^^ Sep 01 08:15:05.527 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.527 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.527 INFO kablam! Sep 01 08:15:05.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.527 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 01 08:15:05.527 INFO kablam! | Sep 01 08:15:05.527 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.527 INFO kablam! | ^^^^^^ Sep 01 08:15:05.527 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.527 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.527 INFO kablam! Sep 01 08:15:05.527 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.527 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 01 08:15:05.528 INFO kablam! | Sep 01 08:15:05.528 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.528 INFO kablam! | ^^^^^^ Sep 01 08:15:05.528 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.528 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.528 INFO kablam! Sep 01 08:15:05.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.528 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 01 08:15:05.528 INFO kablam! | Sep 01 08:15:05.528 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.528 INFO kablam! | ^^^^^^ Sep 01 08:15:05.528 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.528 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.528 INFO kablam! Sep 01 08:15:05.528 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.528 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 01 08:15:05.528 INFO kablam! | Sep 01 08:15:05.529 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.529 INFO kablam! | ^^^^^^ Sep 01 08:15:05.529 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.529 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.529 INFO kablam! Sep 01 08:15:05.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.529 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 01 08:15:05.529 INFO kablam! | Sep 01 08:15:05.529 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.529 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.529 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.529 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.529 INFO kablam! Sep 01 08:15:05.529 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.529 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 01 08:15:05.529 INFO kablam! | Sep 01 08:15:05.529 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.529 INFO kablam! | ^^^^^^ Sep 01 08:15:05.529 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.530 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.530 INFO kablam! Sep 01 08:15:05.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.530 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 01 08:15:05.530 INFO kablam! | Sep 01 08:15:05.530 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.530 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.530 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.530 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.530 INFO kablam! Sep 01 08:15:05.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.530 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 01 08:15:05.530 INFO kablam! | Sep 01 08:15:05.530 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.530 INFO kablam! | ^^^^^^ Sep 01 08:15:05.530 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.530 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.531 INFO kablam! Sep 01 08:15:05.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.531 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 01 08:15:05.531 INFO kablam! | Sep 01 08:15:05.531 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.531 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.531 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.531 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.531 INFO kablam! Sep 01 08:15:05.531 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.531 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 01 08:15:05.531 INFO kablam! | Sep 01 08:15:05.531 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.532 INFO kablam! | ^^^^^^ Sep 01 08:15:05.532 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.532 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.532 INFO kablam! Sep 01 08:15:05.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.532 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 01 08:15:05.532 INFO kablam! | Sep 01 08:15:05.532 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.532 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.532 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.532 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.532 INFO kablam! Sep 01 08:15:05.532 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.532 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 01 08:15:05.532 INFO kablam! | Sep 01 08:15:05.532 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.532 INFO kablam! | ^^^^^^ Sep 01 08:15:05.532 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.533 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.533 INFO kablam! Sep 01 08:15:05.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.533 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 01 08:15:05.533 INFO kablam! | Sep 01 08:15:05.533 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.533 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.533 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.533 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.533 INFO kablam! Sep 01 08:15:05.533 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.533 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 01 08:15:05.533 INFO kablam! | Sep 01 08:15:05.533 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.533 INFO kablam! | ^^^^^^ Sep 01 08:15:05.533 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.534 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.534 INFO kablam! Sep 01 08:15:05.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.534 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 01 08:15:05.534 INFO kablam! | Sep 01 08:15:05.534 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.534 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.534 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.534 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.534 INFO kablam! Sep 01 08:15:05.534 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.534 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 01 08:15:05.534 INFO kablam! | Sep 01 08:15:05.534 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.534 INFO kablam! | ^^^^^^ Sep 01 08:15:05.534 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.535 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.535 INFO kablam! Sep 01 08:15:05.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.535 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 01 08:15:05.535 INFO kablam! | Sep 01 08:15:05.535 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.535 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.535 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.535 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.535 INFO kablam! Sep 01 08:15:05.535 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.535 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 01 08:15:05.535 INFO kablam! | Sep 01 08:15:05.535 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.535 INFO kablam! | ^^^^^^ Sep 01 08:15:05.535 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.536 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.536 INFO kablam! Sep 01 08:15:05.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.536 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 01 08:15:05.536 INFO kablam! | Sep 01 08:15:05.536 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.536 INFO kablam! | ^^^^^^ Sep 01 08:15:05.536 INFO kablam! | Sep 01 08:15:05.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.536 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.536 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.536 INFO kablam! Sep 01 08:15:05.536 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.536 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 01 08:15:05.536 INFO kablam! | Sep 01 08:15:05.536 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.536 INFO kablam! | ^^^^^^ Sep 01 08:15:05.536 INFO kablam! | Sep 01 08:15:05.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.536 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.537 INFO kablam! Sep 01 08:15:05.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.537 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 01 08:15:05.537 INFO kablam! | Sep 01 08:15:05.537 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.537 INFO kablam! | ^^^^^^ Sep 01 08:15:05.537 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.537 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.537 INFO kablam! Sep 01 08:15:05.537 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.537 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 01 08:15:05.537 INFO kablam! | Sep 01 08:15:05.537 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.537 INFO kablam! | ^^^^^^ Sep 01 08:15:05.537 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.537 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.538 INFO kablam! Sep 01 08:15:05.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.538 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 01 08:15:05.538 INFO kablam! | Sep 01 08:15:05.538 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.538 INFO kablam! | ^^^^^^ Sep 01 08:15:05.538 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.538 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.538 INFO kablam! Sep 01 08:15:05.538 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.538 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 01 08:15:05.538 INFO kablam! | Sep 01 08:15:05.538 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.538 INFO kablam! | ^^^^^^ Sep 01 08:15:05.538 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.538 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.539 INFO kablam! Sep 01 08:15:05.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.539 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 01 08:15:05.539 INFO kablam! | Sep 01 08:15:05.539 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.539 INFO kablam! | ^^^^^^ Sep 01 08:15:05.539 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.539 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.539 INFO kablam! Sep 01 08:15:05.539 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.539 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 01 08:15:05.539 INFO kablam! | Sep 01 08:15:05.539 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.539 INFO kablam! | ^^^^^^ Sep 01 08:15:05.539 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.539 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.540 INFO kablam! Sep 01 08:15:05.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.540 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 01 08:15:05.540 INFO kablam! | Sep 01 08:15:05.540 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.540 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.540 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.540 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.540 INFO kablam! Sep 01 08:15:05.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.540 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 01 08:15:05.540 INFO kablam! | Sep 01 08:15:05.540 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.540 INFO kablam! | ^^^^^^ Sep 01 08:15:05.540 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.540 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.540 INFO kablam! Sep 01 08:15:05.540 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.541 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 01 08:15:05.541 INFO kablam! | Sep 01 08:15:05.541 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.541 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.541 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.541 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.541 INFO kablam! Sep 01 08:15:05.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.541 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 01 08:15:05.541 INFO kablam! | Sep 01 08:15:05.541 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.541 INFO kablam! | ^^^^^^ Sep 01 08:15:05.541 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.541 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.541 INFO kablam! Sep 01 08:15:05.541 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.542 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 01 08:15:05.542 INFO kablam! | Sep 01 08:15:05.542 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.542 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.542 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.542 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.542 INFO kablam! Sep 01 08:15:05.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.542 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 01 08:15:05.542 INFO kablam! | Sep 01 08:15:05.542 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.542 INFO kablam! | ^^^^^^ Sep 01 08:15:05.542 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.542 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.542 INFO kablam! Sep 01 08:15:05.542 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.543 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 01 08:15:05.543 INFO kablam! | Sep 01 08:15:05.543 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.543 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.543 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.543 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.543 INFO kablam! Sep 01 08:15:05.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.543 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 01 08:15:05.543 INFO kablam! | Sep 01 08:15:05.543 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.543 INFO kablam! | ^^^^^^ Sep 01 08:15:05.543 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.543 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.543 INFO kablam! Sep 01 08:15:05.543 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.543 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 01 08:15:05.544 INFO kablam! | Sep 01 08:15:05.544 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.544 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.544 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.544 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.544 INFO kablam! Sep 01 08:15:05.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.544 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 01 08:15:05.544 INFO kablam! | Sep 01 08:15:05.544 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.544 INFO kablam! | ^^^^^^ Sep 01 08:15:05.544 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.544 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.544 INFO kablam! Sep 01 08:15:05.544 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.545 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 01 08:15:05.545 INFO kablam! | Sep 01 08:15:05.545 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.545 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.545 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.545 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.545 INFO kablam! Sep 01 08:15:05.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.545 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 01 08:15:05.545 INFO kablam! | Sep 01 08:15:05.545 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.545 INFO kablam! | ^^^^^^ Sep 01 08:15:05.545 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.545 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.545 INFO kablam! Sep 01 08:15:05.545 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.546 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 01 08:15:05.546 INFO kablam! | Sep 01 08:15:05.546 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.546 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.546 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.546 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.546 INFO kablam! Sep 01 08:15:05.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.546 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 01 08:15:05.546 INFO kablam! | Sep 01 08:15:05.546 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.546 INFO kablam! | ^^^^^^ Sep 01 08:15:05.546 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.546 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.546 INFO kablam! Sep 01 08:15:05.546 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.547 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 01 08:15:05.547 INFO kablam! | Sep 01 08:15:05.547 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.547 INFO kablam! | ^^^^^^ Sep 01 08:15:05.547 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.547 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.547 INFO kablam! Sep 01 08:15:05.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.547 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 01 08:15:05.547 INFO kablam! | Sep 01 08:15:05.547 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.547 INFO kablam! | ^^^^^^ Sep 01 08:15:05.547 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.547 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.547 INFO kablam! Sep 01 08:15:05.547 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.547 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 01 08:15:05.548 INFO kablam! | Sep 01 08:15:05.548 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.548 INFO kablam! | ^^^^^^ Sep 01 08:15:05.548 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.548 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.548 INFO kablam! Sep 01 08:15:05.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.548 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 01 08:15:05.548 INFO kablam! | Sep 01 08:15:05.548 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.548 INFO kablam! | ^^^^^^ Sep 01 08:15:05.548 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.548 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.548 INFO kablam! Sep 01 08:15:05.548 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.549 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 01 08:15:05.549 INFO kablam! | Sep 01 08:15:05.549 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.549 INFO kablam! | ^^^^^^ Sep 01 08:15:05.549 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.549 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.549 INFO kablam! Sep 01 08:15:05.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.549 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 01 08:15:05.549 INFO kablam! | Sep 01 08:15:05.549 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.549 INFO kablam! | ^^^^^^ Sep 01 08:15:05.549 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.549 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.549 INFO kablam! Sep 01 08:15:05.549 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.549 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 01 08:15:05.550 INFO kablam! | Sep 01 08:15:05.550 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.550 INFO kablam! | ^^^^^^ Sep 01 08:15:05.550 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.550 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.550 INFO kablam! Sep 01 08:15:05.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.550 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 01 08:15:05.550 INFO kablam! | Sep 01 08:15:05.550 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.550 INFO kablam! | ^^^^^^ Sep 01 08:15:05.550 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.550 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.550 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.550 INFO kablam! Sep 01 08:15:05.550 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.550 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 01 08:15:05.551 INFO kablam! | Sep 01 08:15:05.551 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.551 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.551 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.551 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.551 INFO kablam! Sep 01 08:15:05.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.551 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 01 08:15:05.551 INFO kablam! | Sep 01 08:15:05.551 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.551 INFO kablam! | ^^^^^^ Sep 01 08:15:05.551 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.551 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.551 INFO kablam! Sep 01 08:15:05.551 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.551 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 01 08:15:05.552 INFO kablam! | Sep 01 08:15:05.552 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.552 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.552 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.552 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.552 INFO kablam! Sep 01 08:15:05.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.552 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 01 08:15:05.552 INFO kablam! | Sep 01 08:15:05.552 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.552 INFO kablam! | ^^^^^^ Sep 01 08:15:05.552 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.552 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.552 INFO kablam! Sep 01 08:15:05.552 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.552 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 01 08:15:05.553 INFO kablam! | Sep 01 08:15:05.553 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.553 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.553 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.553 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.553 INFO kablam! Sep 01 08:15:05.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.553 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 01 08:15:05.553 INFO kablam! | Sep 01 08:15:05.553 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.553 INFO kablam! | ^^^^^^ Sep 01 08:15:05.553 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.553 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.553 INFO kablam! Sep 01 08:15:05.553 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.553 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 01 08:15:05.554 INFO kablam! | Sep 01 08:15:05.554 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.554 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.554 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.554 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.554 INFO kablam! Sep 01 08:15:05.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.554 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 01 08:15:05.554 INFO kablam! | Sep 01 08:15:05.554 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.554 INFO kablam! | ^^^^^^ Sep 01 08:15:05.554 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.554 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.554 INFO kablam! Sep 01 08:15:05.554 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.554 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 01 08:15:05.555 INFO kablam! | Sep 01 08:15:05.555 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.555 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.555 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.555 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.555 INFO kablam! Sep 01 08:15:05.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.555 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 01 08:15:05.555 INFO kablam! | Sep 01 08:15:05.555 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.555 INFO kablam! | ^^^^^^ Sep 01 08:15:05.555 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.555 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.555 INFO kablam! Sep 01 08:15:05.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.555 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 01 08:15:05.555 INFO kablam! | Sep 01 08:15:05.556 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.556 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.556 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.556 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.556 INFO kablam! Sep 01 08:15:05.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.556 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 01 08:15:05.556 INFO kablam! | Sep 01 08:15:05.556 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.556 INFO kablam! | ^^^^^^ Sep 01 08:15:05.556 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.556 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.556 INFO kablam! Sep 01 08:15:05.556 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.556 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 01 08:15:05.556 INFO kablam! | Sep 01 08:15:05.557 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.557 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.557 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.557 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.557 INFO kablam! Sep 01 08:15:05.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.557 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 01 08:15:05.557 INFO kablam! | Sep 01 08:15:05.557 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.557 INFO kablam! | ^^^^^^ Sep 01 08:15:05.557 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.557 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.557 INFO kablam! Sep 01 08:15:05.557 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.558 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 01 08:15:05.558 INFO kablam! | Sep 01 08:15:05.558 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.558 INFO kablam! | ^^^^^^ Sep 01 08:15:05.558 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.558 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.558 INFO kablam! Sep 01 08:15:05.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.558 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 01 08:15:05.558 INFO kablam! | Sep 01 08:15:05.558 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.558 INFO kablam! | ^^^^^^ Sep 01 08:15:05.558 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.558 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.558 INFO kablam! Sep 01 08:15:05.558 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.559 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 01 08:15:05.559 INFO kablam! | Sep 01 08:15:05.559 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.559 INFO kablam! | ^^^^^^ Sep 01 08:15:05.559 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.559 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.559 INFO kablam! Sep 01 08:15:05.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.559 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 01 08:15:05.559 INFO kablam! | Sep 01 08:15:05.559 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.559 INFO kablam! | ^^^^^^ Sep 01 08:15:05.559 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.559 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.559 INFO kablam! Sep 01 08:15:05.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.559 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 01 08:15:05.559 INFO kablam! | Sep 01 08:15:05.560 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.560 INFO kablam! | ^^^^^^ Sep 01 08:15:05.560 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.560 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.560 INFO kablam! Sep 01 08:15:05.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.560 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 01 08:15:05.560 INFO kablam! | Sep 01 08:15:05.560 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.560 INFO kablam! | ^^^^^^ Sep 01 08:15:05.560 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.560 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.560 INFO kablam! Sep 01 08:15:05.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.560 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 01 08:15:05.560 INFO kablam! | Sep 01 08:15:05.560 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.561 INFO kablam! | ^^^^^^ Sep 01 08:15:05.561 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.561 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.561 INFO kablam! Sep 01 08:15:05.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.561 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 01 08:15:05.561 INFO kablam! | Sep 01 08:15:05.561 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.561 INFO kablam! | ^^^^^^ Sep 01 08:15:05.561 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.561 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.561 INFO kablam! Sep 01 08:15:05.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.561 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 01 08:15:05.561 INFO kablam! | Sep 01 08:15:05.561 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.562 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.562 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.562 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.562 INFO kablam! Sep 01 08:15:05.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.562 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 01 08:15:05.562 INFO kablam! | Sep 01 08:15:05.562 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.562 INFO kablam! | ^^^^^^ Sep 01 08:15:05.562 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.562 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.562 INFO kablam! Sep 01 08:15:05.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.562 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 01 08:15:05.562 INFO kablam! | Sep 01 08:15:05.562 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.562 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.563 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.563 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.563 INFO kablam! Sep 01 08:15:05.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.563 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 01 08:15:05.563 INFO kablam! | Sep 01 08:15:05.563 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.563 INFO kablam! | ^^^^^^ Sep 01 08:15:05.563 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.563 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.563 INFO kablam! Sep 01 08:15:05.563 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.563 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 01 08:15:05.563 INFO kablam! | Sep 01 08:15:05.563 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.563 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.564 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.564 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.564 INFO kablam! Sep 01 08:15:05.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.564 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 01 08:15:05.564 INFO kablam! | Sep 01 08:15:05.564 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.564 INFO kablam! | ^^^^^^ Sep 01 08:15:05.564 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.564 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.564 INFO kablam! Sep 01 08:15:05.564 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.564 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 01 08:15:05.564 INFO kablam! | Sep 01 08:15:05.564 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.565 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.565 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.565 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.565 INFO kablam! Sep 01 08:15:05.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.565 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 01 08:15:05.565 INFO kablam! | Sep 01 08:15:05.565 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.565 INFO kablam! | ^^^^^^ Sep 01 08:15:05.565 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.565 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.565 INFO kablam! Sep 01 08:15:05.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.565 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 01 08:15:05.565 INFO kablam! | Sep 01 08:15:05.565 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.566 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.566 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.566 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.566 INFO kablam! Sep 01 08:15:05.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.566 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 01 08:15:05.566 INFO kablam! | Sep 01 08:15:05.566 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.566 INFO kablam! | ^^^^^^ Sep 01 08:15:05.566 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.566 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.566 INFO kablam! Sep 01 08:15:05.566 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.566 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 01 08:15:05.566 INFO kablam! | Sep 01 08:15:05.566 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.566 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.567 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.567 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.567 INFO kablam! Sep 01 08:15:05.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.567 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 01 08:15:05.567 INFO kablam! | Sep 01 08:15:05.567 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.567 INFO kablam! | ^^^^^^ Sep 01 08:15:05.567 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.567 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.567 INFO kablam! Sep 01 08:15:05.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.567 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 01 08:15:05.567 INFO kablam! | Sep 01 08:15:05.567 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.567 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.568 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.568 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.568 INFO kablam! Sep 01 08:15:05.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.568 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 01 08:15:05.568 INFO kablam! | Sep 01 08:15:05.568 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.568 INFO kablam! | ^^^^^^ Sep 01 08:15:05.568 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.568 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.568 INFO kablam! Sep 01 08:15:05.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.568 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 01 08:15:05.568 INFO kablam! | Sep 01 08:15:05.568 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.568 INFO kablam! | ^^^^^^ Sep 01 08:15:05.569 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.569 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.569 INFO kablam! Sep 01 08:15:05.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.569 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 01 08:15:05.569 INFO kablam! | Sep 01 08:15:05.569 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.569 INFO kablam! | ^^^^^^ Sep 01 08:15:05.569 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.569 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.569 INFO kablam! Sep 01 08:15:05.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.569 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 01 08:15:05.569 INFO kablam! | Sep 01 08:15:05.569 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.569 INFO kablam! | ^^^^^^ Sep 01 08:15:05.570 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.570 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.570 INFO kablam! Sep 01 08:15:05.570 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.570 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 01 08:15:05.570 INFO kablam! | Sep 01 08:15:05.570 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.570 INFO kablam! | ^^^^^^ Sep 01 08:15:05.570 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.570 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.570 INFO kablam! Sep 01 08:15:05.570 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 01 08:15:05.570 INFO kablam! --> src/lib.rs:8:12 Sep 01 08:15:05.570 INFO kablam! | Sep 01 08:15:05.570 INFO kablam! 8 | #![feature(associated_consts)] Sep 01 08:15:05.570 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 08:15:05.571 INFO kablam! | Sep 01 08:15:05.571 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 08:15:05.571 INFO kablam! Sep 01 08:15:05.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.571 INFO kablam! --> src/arrays/Array16.rs:28:3 Sep 01 08:15:05.571 INFO kablam! | Sep 01 08:15:05.571 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.571 INFO kablam! | ^^^^^^ Sep 01 08:15:05.571 INFO kablam! | Sep 01 08:15:05.571 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 08:15:05.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 01 08:15:05.571 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.571 INFO kablam! Sep 01 08:15:05.571 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.571 INFO kablam! --> src/arrays/Array16.rs:34:3 Sep 01 08:15:05.571 INFO kablam! | Sep 01 08:15:05.571 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.571 INFO kablam! | ^^^^^^ Sep 01 08:15:05.571 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.572 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.572 INFO kablam! Sep 01 08:15:05.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.572 INFO kablam! --> src/arrays/Array16.rs:56:3 Sep 01 08:15:05.572 INFO kablam! | Sep 01 08:15:05.572 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.572 INFO kablam! | ^^^^^^ Sep 01 08:15:05.572 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.572 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.572 INFO kablam! Sep 01 08:15:05.572 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.572 INFO kablam! --> src/arrays/Array16.rs:65:3 Sep 01 08:15:05.572 INFO kablam! | Sep 01 08:15:05.572 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.572 INFO kablam! | ^^^^^^ Sep 01 08:15:05.573 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.573 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.573 INFO kablam! Sep 01 08:15:05.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.573 INFO kablam! --> src/arrays/Array16.rs:65:18 Sep 01 08:15:05.573 INFO kablam! | Sep 01 08:15:05.573 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.573 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.573 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.573 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.573 INFO kablam! Sep 01 08:15:05.573 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.573 INFO kablam! --> src/arrays/Array16.rs:78:29 Sep 01 08:15:05.573 INFO kablam! | Sep 01 08:15:05.573 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.573 INFO kablam! | ^^^^^^ Sep 01 08:15:05.574 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.574 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.574 INFO kablam! Sep 01 08:15:05.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.574 INFO kablam! --> src/arrays/Array16.rs:78:43 Sep 01 08:15:05.574 INFO kablam! | Sep 01 08:15:05.574 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.574 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.574 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.574 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.574 INFO kablam! Sep 01 08:15:05.574 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.574 INFO kablam! --> src/arrays/Array16.rs:84:20 Sep 01 08:15:05.574 INFO kablam! | Sep 01 08:15:05.574 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.574 INFO kablam! | ^^^^^^ Sep 01 08:15:05.575 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.575 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.575 INFO kablam! Sep 01 08:15:05.575 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.575 INFO kablam! --> src/arrays/Array16.rs:84:34 Sep 01 08:15:05.575 INFO kablam! | Sep 01 08:15:05.575 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.575 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.575 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.575 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.576 INFO kablam! Sep 01 08:15:05.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.576 INFO kablam! --> src/arrays/Array16.rs:90:20 Sep 01 08:15:05.576 INFO kablam! | Sep 01 08:15:05.576 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.576 INFO kablam! | ^^^^^^ Sep 01 08:15:05.576 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.576 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.576 INFO kablam! Sep 01 08:15:05.576 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.577 INFO kablam! --> src/arrays/Array16.rs:90:34 Sep 01 08:15:05.577 INFO kablam! | Sep 01 08:15:05.577 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.577 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.577 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.577 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.578 INFO kablam! Sep 01 08:15:05.578 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.578 INFO kablam! --> src/arrays/Array16.rs:96:20 Sep 01 08:15:05.578 INFO kablam! | Sep 01 08:15:05.578 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.578 INFO kablam! | ^^^^^^ Sep 01 08:15:05.578 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.578 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.579 INFO kablam! Sep 01 08:15:05.579 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.579 INFO kablam! --> src/arrays/Array16.rs:96:34 Sep 01 08:15:05.579 INFO kablam! | Sep 01 08:15:05.579 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.579 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.579 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.580 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.580 INFO kablam! Sep 01 08:15:05.580 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.580 INFO kablam! --> src/arrays/Array16.rs:102:20 Sep 01 08:15:05.581 INFO kablam! | Sep 01 08:15:05.581 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.581 INFO kablam! | ^^^^^^ Sep 01 08:15:05.581 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.581 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.581 INFO kablam! Sep 01 08:15:05.582 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.582 INFO kablam! --> src/arrays/Array16.rs:102:34 Sep 01 08:15:05.582 INFO kablam! | Sep 01 08:15:05.582 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.582 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.582 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.582 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.583 INFO kablam! Sep 01 08:15:05.583 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.583 INFO kablam! --> src/arrays/Array16.rs:111:14 Sep 01 08:15:05.583 INFO kablam! | Sep 01 08:15:05.583 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.583 INFO kablam! | ^^^^^^ Sep 01 08:15:05.583 INFO kablam! | Sep 01 08:15:05.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 01 08:15:05.583 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.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 01 08:15:05.583 INFO kablam! Sep 01 08:15:05.584 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.584 INFO kablam! --> src/arrays/Array16.rs:111:28 Sep 01 08:15:05.584 INFO kablam! | Sep 01 08:15:05.584 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.604 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.604 INFO kablam! | Sep 01 08:15:05.604 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.604 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.604 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.604 INFO kablam! Sep 01 08:15:05.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.604 INFO kablam! --> src/arrays/Array16.rs:120:15 Sep 01 08:15:05.604 INFO kablam! | Sep 01 08:15:05.605 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.605 INFO kablam! | ^^^^^^ Sep 01 08:15:05.605 INFO kablam! | Sep 01 08:15:05.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.605 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.605 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.605 INFO kablam! Sep 01 08:15:05.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.605 INFO kablam! --> src/arrays/Array16.rs:132:3 Sep 01 08:15:05.605 INFO kablam! | Sep 01 08:15:05.605 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.605 INFO kablam! | ^^^^^^ Sep 01 08:15:05.605 INFO kablam! | Sep 01 08:15:05.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.605 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.605 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.605 INFO kablam! Sep 01 08:15:05.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.605 INFO kablam! --> src/arrays/Array16.rs:144:3 Sep 01 08:15:05.606 INFO kablam! | Sep 01 08:15:05.606 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.606 INFO kablam! | ^^^^^^ Sep 01 08:15:05.606 INFO kablam! | Sep 01 08:15:05.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.606 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.606 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.606 INFO kablam! Sep 01 08:15:05.606 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.606 INFO kablam! --> src/arrays/Array16.rs:153:4 Sep 01 08:15:05.606 INFO kablam! | Sep 01 08:15:05.606 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.606 INFO kablam! | ^^^^^^ Sep 01 08:15:05.606 INFO kablam! | Sep 01 08:15:05.606 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.606 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.606 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.606 INFO kablam! Sep 01 08:15:05.606 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.606 INFO kablam! --> src/arrays/Array16.rs:162:8 Sep 01 08:15:05.606 INFO kablam! | Sep 01 08:15:05.606 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.606 INFO kablam! | ^^^^^^ Sep 01 08:15:05.606 INFO kablam! | Sep 01 08:15:05.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.607 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.607 INFO kablam! Sep 01 08:15:05.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.607 INFO kablam! --> src/arrays/Array30.rs:28:3 Sep 01 08:15:05.607 INFO kablam! | Sep 01 08:15:05.607 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.607 INFO kablam! | ^^^^^^ Sep 01 08:15:05.607 INFO kablam! | Sep 01 08:15:05.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.607 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.607 INFO kablam! Sep 01 08:15:05.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.607 INFO kablam! --> src/arrays/Array30.rs:34:3 Sep 01 08:15:05.607 INFO kablam! | Sep 01 08:15:05.607 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.607 INFO kablam! | ^^^^^^ Sep 01 08:15:05.607 INFO kablam! | Sep 01 08:15:05.607 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.608 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.608 INFO kablam! Sep 01 08:15:05.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.608 INFO kablam! --> src/arrays/Array30.rs:56:3 Sep 01 08:15:05.608 INFO kablam! | Sep 01 08:15:05.608 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.608 INFO kablam! | ^^^^^^ Sep 01 08:15:05.608 INFO kablam! | Sep 01 08:15:05.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.608 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.608 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.608 INFO kablam! Sep 01 08:15:05.608 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.608 INFO kablam! --> src/arrays/Array30.rs:65:3 Sep 01 08:15:05.608 INFO kablam! | Sep 01 08:15:05.608 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.608 INFO kablam! | ^^^^^^ Sep 01 08:15:05.608 INFO kablam! | Sep 01 08:15:05.608 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.609 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.609 INFO kablam! Sep 01 08:15:05.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.609 INFO kablam! --> src/arrays/Array30.rs:65:18 Sep 01 08:15:05.609 INFO kablam! | Sep 01 08:15:05.609 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.609 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.609 INFO kablam! | Sep 01 08:15:05.609 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.609 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.609 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.609 INFO kablam! Sep 01 08:15:05.609 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.609 INFO kablam! --> src/arrays/Array30.rs:78:29 Sep 01 08:15:05.609 INFO kablam! | Sep 01 08:15:05.609 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.609 INFO kablam! | ^^^^^^ Sep 01 08:15:05.610 INFO kablam! | Sep 01 08:15:05.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.610 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.610 INFO kablam! Sep 01 08:15:05.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.610 INFO kablam! --> src/arrays/Array30.rs:78:43 Sep 01 08:15:05.610 INFO kablam! | Sep 01 08:15:05.610 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.610 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.610 INFO kablam! | Sep 01 08:15:05.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.610 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.610 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.610 INFO kablam! Sep 01 08:15:05.610 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.610 INFO kablam! --> src/arrays/Array30.rs:84:20 Sep 01 08:15:05.610 INFO kablam! | Sep 01 08:15:05.610 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.610 INFO kablam! | ^^^^^^ Sep 01 08:15:05.610 INFO kablam! | Sep 01 08:15:05.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.611 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.611 INFO kablam! Sep 01 08:15:05.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.611 INFO kablam! --> src/arrays/Array30.rs:84:34 Sep 01 08:15:05.611 INFO kablam! | Sep 01 08:15:05.611 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.611 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.611 INFO kablam! | Sep 01 08:15:05.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.611 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.611 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.611 INFO kablam! Sep 01 08:15:05.611 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.611 INFO kablam! --> src/arrays/Array30.rs:90:20 Sep 01 08:15:05.611 INFO kablam! | Sep 01 08:15:05.611 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.611 INFO kablam! | ^^^^^^ Sep 01 08:15:05.611 INFO kablam! | Sep 01 08:15:05.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.612 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.612 INFO kablam! Sep 01 08:15:05.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.612 INFO kablam! --> src/arrays/Array30.rs:90:34 Sep 01 08:15:05.612 INFO kablam! | Sep 01 08:15:05.612 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.612 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.612 INFO kablam! | Sep 01 08:15:05.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.612 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.612 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.612 INFO kablam! Sep 01 08:15:05.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.612 INFO kablam! --> src/arrays/Array30.rs:96:20 Sep 01 08:15:05.612 INFO kablam! | Sep 01 08:15:05.612 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.612 INFO kablam! | ^^^^^^ Sep 01 08:15:05.612 INFO kablam! | Sep 01 08:15:05.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.613 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.613 INFO kablam! Sep 01 08:15:05.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.613 INFO kablam! --> src/arrays/Array30.rs:96:34 Sep 01 08:15:05.613 INFO kablam! | Sep 01 08:15:05.613 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.613 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.613 INFO kablam! | Sep 01 08:15:05.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.613 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.613 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.613 INFO kablam! Sep 01 08:15:05.613 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.613 INFO kablam! --> src/arrays/Array30.rs:102:20 Sep 01 08:15:05.613 INFO kablam! | Sep 01 08:15:05.613 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.613 INFO kablam! | ^^^^^^ Sep 01 08:15:05.613 INFO kablam! | Sep 01 08:15:05.613 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.613 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.614 INFO kablam! Sep 01 08:15:05.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.614 INFO kablam! --> src/arrays/Array30.rs:102:34 Sep 01 08:15:05.614 INFO kablam! | Sep 01 08:15:05.614 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.614 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.614 INFO kablam! | Sep 01 08:15:05.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.614 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.614 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.614 INFO kablam! Sep 01 08:15:05.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.614 INFO kablam! --> src/arrays/Array30.rs:111:14 Sep 01 08:15:05.614 INFO kablam! | Sep 01 08:15:05.614 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.614 INFO kablam! | ^^^^^^ Sep 01 08:15:05.614 INFO kablam! | Sep 01 08:15:05.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.614 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.615 INFO kablam! Sep 01 08:15:05.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.615 INFO kablam! --> src/arrays/Array30.rs:111:28 Sep 01 08:15:05.615 INFO kablam! | Sep 01 08:15:05.615 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.615 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.615 INFO kablam! | Sep 01 08:15:05.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.615 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.615 INFO kablam! Sep 01 08:15:05.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.615 INFO kablam! --> src/arrays/Array30.rs:120:15 Sep 01 08:15:05.615 INFO kablam! | Sep 01 08:15:05.615 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.615 INFO kablam! | ^^^^^^ Sep 01 08:15:05.615 INFO kablam! | Sep 01 08:15:05.615 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.615 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.616 INFO kablam! Sep 01 08:15:05.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.616 INFO kablam! --> src/arrays/Array30.rs:132:3 Sep 01 08:15:05.616 INFO kablam! | Sep 01 08:15:05.616 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.616 INFO kablam! | ^^^^^^ Sep 01 08:15:05.616 INFO kablam! | Sep 01 08:15:05.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.616 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.616 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.616 INFO kablam! Sep 01 08:15:05.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.616 INFO kablam! --> src/arrays/Array30.rs:144:3 Sep 01 08:15:05.616 INFO kablam! | Sep 01 08:15:05.616 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.616 INFO kablam! | ^^^^^^ Sep 01 08:15:05.616 INFO kablam! | Sep 01 08:15:05.616 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.617 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.617 INFO kablam! Sep 01 08:15:05.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.617 INFO kablam! --> src/arrays/Array30.rs:153:4 Sep 01 08:15:05.617 INFO kablam! | Sep 01 08:15:05.617 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.617 INFO kablam! | ^^^^^^ Sep 01 08:15:05.617 INFO kablam! | Sep 01 08:15:05.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.617 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.617 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.617 INFO kablam! Sep 01 08:15:05.617 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.617 INFO kablam! --> src/arrays/Array30.rs:162:8 Sep 01 08:15:05.617 INFO kablam! | Sep 01 08:15:05.617 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.617 INFO kablam! | ^^^^^^ Sep 01 08:15:05.617 INFO kablam! | Sep 01 08:15:05.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.618 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.618 INFO kablam! Sep 01 08:15:05.618 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.618 INFO kablam! --> src/arrays/Array32.rs:28:3 Sep 01 08:15:05.618 INFO kablam! | Sep 01 08:15:05.618 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.618 INFO kablam! | ^^^^^^ Sep 01 08:15:05.618 INFO kablam! | Sep 01 08:15:05.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.618 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.618 INFO kablam! Sep 01 08:15:05.618 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.618 INFO kablam! --> src/arrays/Array32.rs:34:3 Sep 01 08:15:05.618 INFO kablam! | Sep 01 08:15:05.618 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.618 INFO kablam! | ^^^^^^ Sep 01 08:15:05.618 INFO kablam! | Sep 01 08:15:05.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.618 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.619 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.619 INFO kablam! Sep 01 08:15:05.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.619 INFO kablam! --> src/arrays/Array32.rs:56:3 Sep 01 08:15:05.619 INFO kablam! | Sep 01 08:15:05.619 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.619 INFO kablam! | ^^^^^^ Sep 01 08:15:05.619 INFO kablam! | Sep 01 08:15:05.619 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.619 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.619 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.619 INFO kablam! Sep 01 08:15:05.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.619 INFO kablam! --> src/arrays/Array32.rs:65:3 Sep 01 08:15:05.619 INFO kablam! | Sep 01 08:15:05.619 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.619 INFO kablam! | ^^^^^^ Sep 01 08:15:05.619 INFO kablam! | Sep 01 08:15:05.619 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.619 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.620 INFO kablam! Sep 01 08:15:05.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.620 INFO kablam! --> src/arrays/Array32.rs:65:18 Sep 01 08:15:05.620 INFO kablam! | Sep 01 08:15:05.620 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.620 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.620 INFO kablam! | Sep 01 08:15:05.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.620 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.620 INFO kablam! Sep 01 08:15:05.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.620 INFO kablam! --> src/arrays/Array32.rs:78:29 Sep 01 08:15:05.620 INFO kablam! | Sep 01 08:15:05.620 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.620 INFO kablam! | ^^^^^^ Sep 01 08:15:05.620 INFO kablam! | Sep 01 08:15:05.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.620 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.621 INFO kablam! Sep 01 08:15:05.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.621 INFO kablam! --> src/arrays/Array32.rs:78:43 Sep 01 08:15:05.621 INFO kablam! | Sep 01 08:15:05.621 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.621 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.621 INFO kablam! | Sep 01 08:15:05.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.621 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.621 INFO kablam! Sep 01 08:15:05.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.621 INFO kablam! --> src/arrays/Array32.rs:84:20 Sep 01 08:15:05.621 INFO kablam! | Sep 01 08:15:05.621 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.621 INFO kablam! | ^^^^^^ Sep 01 08:15:05.621 INFO kablam! | Sep 01 08:15:05.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.621 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.622 INFO kablam! Sep 01 08:15:05.622 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.622 INFO kablam! --> src/arrays/Array32.rs:84:34 Sep 01 08:15:05.622 INFO kablam! | Sep 01 08:15:05.622 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.622 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.622 INFO kablam! | Sep 01 08:15:05.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.622 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.622 INFO kablam! Sep 01 08:15:05.622 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.622 INFO kablam! --> src/arrays/Array32.rs:90:20 Sep 01 08:15:05.622 INFO kablam! | Sep 01 08:15:05.622 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.622 INFO kablam! | ^^^^^^ Sep 01 08:15:05.622 INFO kablam! | Sep 01 08:15:05.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.622 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.622 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.623 INFO kablam! Sep 01 08:15:05.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.623 INFO kablam! --> src/arrays/Array32.rs:90:34 Sep 01 08:15:05.623 INFO kablam! | Sep 01 08:15:05.623 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.623 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.623 INFO kablam! | Sep 01 08:15:05.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.623 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.623 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.623 INFO kablam! Sep 01 08:15:05.623 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.623 INFO kablam! --> src/arrays/Array32.rs:96:20 Sep 01 08:15:05.623 INFO kablam! | Sep 01 08:15:05.623 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.623 INFO kablam! | ^^^^^^ Sep 01 08:15:05.623 INFO kablam! | Sep 01 08:15:05.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.623 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.623 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.623 INFO kablam! Sep 01 08:15:05.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.624 INFO kablam! --> src/arrays/Array32.rs:96:34 Sep 01 08:15:05.624 INFO kablam! | Sep 01 08:15:05.624 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.624 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.624 INFO kablam! | Sep 01 08:15:05.624 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.624 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.624 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.624 INFO kablam! Sep 01 08:15:05.624 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.624 INFO kablam! --> src/arrays/Array32.rs:102:20 Sep 01 08:15:05.624 INFO kablam! | Sep 01 08:15:05.624 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.624 INFO kablam! | ^^^^^^ Sep 01 08:15:05.624 INFO kablam! | Sep 01 08:15:05.624 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.624 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.636 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.636 INFO kablam! Sep 01 08:15:05.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.636 INFO kablam! --> src/arrays/Array32.rs:102:34 Sep 01 08:15:05.636 INFO kablam! | Sep 01 08:15:05.637 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.637 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.637 INFO kablam! | Sep 01 08:15:05.637 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.637 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.638 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.638 INFO kablam! Sep 01 08:15:05.638 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.638 INFO kablam! --> src/arrays/Array32.rs:111:14 Sep 01 08:15:05.638 INFO kablam! | Sep 01 08:15:05.638 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.638 INFO kablam! | ^^^^^^ Sep 01 08:15:05.638 INFO kablam! | Sep 01 08:15:05.638 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.638 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.639 INFO kablam! Sep 01 08:15:05.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.639 INFO kablam! --> src/arrays/Array32.rs:111:28 Sep 01 08:15:05.639 INFO kablam! | Sep 01 08:15:05.639 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.639 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.639 INFO kablam! | Sep 01 08:15:05.639 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.639 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.639 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.639 INFO kablam! Sep 01 08:15:05.639 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.639 INFO kablam! --> src/arrays/Array32.rs:120:15 Sep 01 08:15:05.639 INFO kablam! | Sep 01 08:15:05.639 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.640 INFO kablam! | ^^^^^^ Sep 01 08:15:05.640 INFO kablam! | Sep 01 08:15:05.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.640 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.640 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.640 INFO kablam! Sep 01 08:15:05.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.640 INFO kablam! --> src/arrays/Array32.rs:132:3 Sep 01 08:15:05.640 INFO kablam! | Sep 01 08:15:05.640 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.640 INFO kablam! | ^^^^^^ Sep 01 08:15:05.640 INFO kablam! | Sep 01 08:15:05.640 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.641 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.641 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.641 INFO kablam! Sep 01 08:15:05.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.641 INFO kablam! --> src/arrays/Array32.rs:144:3 Sep 01 08:15:05.641 INFO kablam! | Sep 01 08:15:05.641 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.641 INFO kablam! | ^^^^^^ Sep 01 08:15:05.641 INFO kablam! | Sep 01 08:15:05.641 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.641 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.642 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.642 INFO kablam! Sep 01 08:15:05.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.642 INFO kablam! --> src/arrays/Array32.rs:153:4 Sep 01 08:15:05.642 INFO kablam! | Sep 01 08:15:05.642 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.642 INFO kablam! | ^^^^^^ Sep 01 08:15:05.642 INFO kablam! | Sep 01 08:15:05.642 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.642 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.642 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.644 INFO kablam! Sep 01 08:15:05.644 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.644 INFO kablam! --> src/arrays/Array32.rs:162:8 Sep 01 08:15:05.647 INFO kablam! | Sep 01 08:15:05.647 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.654 INFO kablam! | ^^^^^^ Sep 01 08:15:05.655 INFO kablam! | Sep 01 08:15:05.655 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.655 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.655 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.655 INFO kablam! Sep 01 08:15:05.656 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.656 INFO kablam! --> src/arrays/Array40.rs:28:3 Sep 01 08:15:05.656 INFO kablam! | Sep 01 08:15:05.656 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.656 INFO kablam! | ^^^^^^ Sep 01 08:15:05.656 INFO kablam! | Sep 01 08:15:05.656 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.657 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.657 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.657 INFO kablam! Sep 01 08:15:05.664 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.672 INFO kablam! --> src/arrays/Array40.rs:34:3 Sep 01 08:15:05.676 INFO kablam! | Sep 01 08:15:05.676 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.676 INFO kablam! | ^^^^^^ Sep 01 08:15:05.676 INFO kablam! | Sep 01 08:15:05.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.676 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.676 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.676 INFO kablam! Sep 01 08:15:05.676 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.676 INFO kablam! --> src/arrays/Array40.rs:56:3 Sep 01 08:15:05.676 INFO kablam! | Sep 01 08:15:05.676 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.676 INFO kablam! | ^^^^^^ Sep 01 08:15:05.676 INFO kablam! | Sep 01 08:15:05.676 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.676 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.677 INFO kablam! Sep 01 08:15:05.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.677 INFO kablam! --> src/arrays/Array40.rs:65:3 Sep 01 08:15:05.677 INFO kablam! | Sep 01 08:15:05.677 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.677 INFO kablam! | ^^^^^^ Sep 01 08:15:05.677 INFO kablam! | Sep 01 08:15:05.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.677 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.677 INFO kablam! Sep 01 08:15:05.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.677 INFO kablam! --> src/arrays/Array40.rs:65:18 Sep 01 08:15:05.677 INFO kablam! | Sep 01 08:15:05.677 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.677 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.677 INFO kablam! | Sep 01 08:15:05.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.677 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.677 INFO kablam! Sep 01 08:15:05.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.677 INFO kablam! --> src/arrays/Array40.rs:78:29 Sep 01 08:15:05.677 INFO kablam! | Sep 01 08:15:05.677 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.677 INFO kablam! | ^^^^^^ Sep 01 08:15:05.677 INFO kablam! | Sep 01 08:15:05.677 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.677 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.677 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.677 INFO kablam! Sep 01 08:15:05.677 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.678 INFO kablam! --> src/arrays/Array40.rs:78:43 Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.678 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.678 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.678 INFO kablam! Sep 01 08:15:05.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.678 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.678 INFO kablam! | ^^^^^^ Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.678 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.678 INFO kablam! Sep 01 08:15:05.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.678 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.678 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.678 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.678 INFO kablam! Sep 01 08:15:05.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.678 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.678 INFO kablam! | ^^^^^^ Sep 01 08:15:05.678 INFO kablam! | Sep 01 08:15:05.678 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.678 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.678 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.678 INFO kablam! Sep 01 08:15:05.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.679 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 01 08:15:05.679 INFO kablam! | Sep 01 08:15:05.679 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.679 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.679 INFO kablam! | Sep 01 08:15:05.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.679 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.679 INFO kablam! Sep 01 08:15:05.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.679 INFO kablam! --> src/arrays/Array40.rs:96:20 Sep 01 08:15:05.679 INFO kablam! | Sep 01 08:15:05.679 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.679 INFO kablam! | ^^^^^^ Sep 01 08:15:05.679 INFO kablam! | Sep 01 08:15:05.679 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.679 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.679 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.679 INFO kablam! Sep 01 08:15:05.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.679 INFO kablam! --> src/arrays/Array40.rs:96:34 Sep 01 08:15:05.679 INFO kablam! | Sep 01 08:15:05.679 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.680 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.680 INFO kablam! | Sep 01 08:15:05.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.680 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.680 INFO kablam! Sep 01 08:15:05.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.680 INFO kablam! --> src/arrays/Array40.rs:102:20 Sep 01 08:15:05.680 INFO kablam! | Sep 01 08:15:05.680 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.680 INFO kablam! | ^^^^^^ Sep 01 08:15:05.680 INFO kablam! | Sep 01 08:15:05.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.680 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.680 INFO kablam! Sep 01 08:15:05.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.680 INFO kablam! --> src/arrays/Array40.rs:102:34 Sep 01 08:15:05.680 INFO kablam! | Sep 01 08:15:05.680 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.680 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.680 INFO kablam! | Sep 01 08:15:05.680 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.680 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.680 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.680 INFO kablam! Sep 01 08:15:05.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.681 INFO kablam! --> src/arrays/Array40.rs:111:14 Sep 01 08:15:05.681 INFO kablam! | Sep 01 08:15:05.681 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.681 INFO kablam! | ^^^^^^ Sep 01 08:15:05.681 INFO kablam! | Sep 01 08:15:05.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.681 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.681 INFO kablam! Sep 01 08:15:05.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.681 INFO kablam! --> src/arrays/Array40.rs:111:28 Sep 01 08:15:05.681 INFO kablam! | Sep 01 08:15:05.681 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.681 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.681 INFO kablam! | Sep 01 08:15:05.681 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.681 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.681 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.681 INFO kablam! Sep 01 08:15:05.681 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.681 INFO kablam! --> src/arrays/Array40.rs:120:15 Sep 01 08:15:05.681 INFO kablam! | Sep 01 08:15:05.681 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.682 INFO kablam! | ^^^^^^ Sep 01 08:15:05.682 INFO kablam! | Sep 01 08:15:05.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.682 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.682 INFO kablam! Sep 01 08:15:05.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.682 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 01 08:15:05.682 INFO kablam! | Sep 01 08:15:05.682 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.682 INFO kablam! | ^^^^^^ Sep 01 08:15:05.682 INFO kablam! | Sep 01 08:15:05.682 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.682 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.682 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.682 INFO kablam! Sep 01 08:15:05.682 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.682 INFO kablam! --> src/arrays/Array40.rs:144:3 Sep 01 08:15:05.682 INFO kablam! | Sep 01 08:15:05.682 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.682 INFO kablam! | ^^^^^^ Sep 01 08:15:05.682 INFO kablam! | Sep 01 08:15:05.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.683 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.683 INFO kablam! Sep 01 08:15:05.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.683 INFO kablam! --> src/arrays/Array40.rs:153:4 Sep 01 08:15:05.683 INFO kablam! | Sep 01 08:15:05.683 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.683 INFO kablam! | ^^^^^^ Sep 01 08:15:05.683 INFO kablam! | Sep 01 08:15:05.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.683 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.683 INFO kablam! Sep 01 08:15:05.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.683 INFO kablam! --> src/arrays/Array40.rs:162:8 Sep 01 08:15:05.683 INFO kablam! | Sep 01 08:15:05.683 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.683 INFO kablam! | ^^^^^^ Sep 01 08:15:05.683 INFO kablam! | Sep 01 08:15:05.683 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.683 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.683 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.683 INFO kablam! Sep 01 08:15:05.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.683 INFO kablam! --> src/arrays/Array46.rs:28:3 Sep 01 08:15:05.683 INFO kablam! | Sep 01 08:15:05.683 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.683 INFO kablam! | ^^^^^^ Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.684 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.684 INFO kablam! Sep 01 08:15:05.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.684 INFO kablam! --> src/arrays/Array46.rs:34:3 Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.684 INFO kablam! | ^^^^^^ Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.684 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.684 INFO kablam! Sep 01 08:15:05.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.684 INFO kablam! --> src/arrays/Array46.rs:56:3 Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.684 INFO kablam! | ^^^^^^ Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.684 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.684 INFO kablam! Sep 01 08:15:05.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.684 INFO kablam! --> src/arrays/Array46.rs:65:3 Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.684 INFO kablam! | ^^^^^^ Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.684 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.684 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.684 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.684 INFO kablam! Sep 01 08:15:05.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.684 INFO kablam! --> src/arrays/Array46.rs:65:18 Sep 01 08:15:05.684 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.685 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.685 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.685 INFO kablam! Sep 01 08:15:05.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.685 INFO kablam! --> src/arrays/Array46.rs:78:29 Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.685 INFO kablam! | ^^^^^^ Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.685 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.685 INFO kablam! Sep 01 08:15:05.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.685 INFO kablam! --> src/arrays/Array46.rs:78:43 Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.685 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.685 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.685 INFO kablam! Sep 01 08:15:05.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.685 INFO kablam! --> src/arrays/Array46.rs:84:20 Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.685 INFO kablam! | ^^^^^^ Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.685 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.685 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.685 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.685 INFO kablam! Sep 01 08:15:05.685 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.685 INFO kablam! --> src/arrays/Array46.rs:84:34 Sep 01 08:15:05.685 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.686 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.686 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.686 INFO kablam! Sep 01 08:15:05.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.686 INFO kablam! --> src/arrays/Array46.rs:90:20 Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.686 INFO kablam! | ^^^^^^ Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.686 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.686 INFO kablam! Sep 01 08:15:05.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.686 INFO kablam! --> src/arrays/Array46.rs:90:34 Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.686 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.686 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.686 INFO kablam! Sep 01 08:15:05.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.686 INFO kablam! --> src/arrays/Array46.rs:96:20 Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.686 INFO kablam! | ^^^^^^ Sep 01 08:15:05.686 INFO kablam! | Sep 01 08:15:05.686 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.686 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.686 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.686 INFO kablam! Sep 01 08:15:05.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.686 INFO kablam! --> src/arrays/Array46.rs:96:34 Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.687 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.687 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.687 INFO kablam! Sep 01 08:15:05.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.687 INFO kablam! --> src/arrays/Array46.rs:102:20 Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.687 INFO kablam! | ^^^^^^ Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.687 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.687 INFO kablam! Sep 01 08:15:05.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.687 INFO kablam! --> src/arrays/Array46.rs:102:34 Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.687 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.687 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.687 INFO kablam! Sep 01 08:15:05.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.687 INFO kablam! --> src/arrays/Array46.rs:111:14 Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.687 INFO kablam! | ^^^^^^ Sep 01 08:15:05.687 INFO kablam! | Sep 01 08:15:05.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.687 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.687 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.687 INFO kablam! Sep 01 08:15:05.687 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.687 INFO kablam! --> src/arrays/Array46.rs:111:28 Sep 01 08:15:05.688 INFO kablam! | Sep 01 08:15:05.688 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.688 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.688 INFO kablam! | Sep 01 08:15:05.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.688 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.696 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.696 INFO kablam! Sep 01 08:15:05.696 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.696 INFO kablam! --> src/arrays/Array46.rs:120:15 Sep 01 08:15:05.697 INFO kablam! | Sep 01 08:15:05.697 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.697 INFO kablam! | ^^^^^^ Sep 01 08:15:05.697 INFO kablam! | Sep 01 08:15:05.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.697 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.697 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.697 INFO kablam! Sep 01 08:15:05.697 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.698 INFO kablam! --> src/arrays/Array46.rs:132:3 Sep 01 08:15:05.698 INFO kablam! | Sep 01 08:15:05.698 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.698 INFO kablam! | ^^^^^^ Sep 01 08:15:05.698 INFO kablam! | Sep 01 08:15:05.698 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.698 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.698 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.698 INFO kablam! Sep 01 08:15:05.698 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.699 INFO kablam! --> src/arrays/Array46.rs:144:3 Sep 01 08:15:05.699 INFO kablam! | Sep 01 08:15:05.699 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.699 INFO kablam! | ^^^^^^ Sep 01 08:15:05.699 INFO kablam! | Sep 01 08:15:05.699 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.699 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.699 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.699 INFO kablam! Sep 01 08:15:05.699 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.700 INFO kablam! --> src/arrays/Array46.rs:153:4 Sep 01 08:15:05.700 INFO kablam! | Sep 01 08:15:05.700 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.700 INFO kablam! | ^^^^^^ Sep 01 08:15:05.700 INFO kablam! | Sep 01 08:15:05.700 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.700 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.700 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.700 INFO kablam! Sep 01 08:15:05.700 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.701 INFO kablam! --> src/arrays/Array46.rs:162:8 Sep 01 08:15:05.701 INFO kablam! | Sep 01 08:15:05.701 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.701 INFO kablam! | ^^^^^^ Sep 01 08:15:05.701 INFO kablam! | Sep 01 08:15:05.701 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.701 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.701 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.701 INFO kablam! Sep 01 08:15:05.702 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.702 INFO kablam! --> src/arrays/Array52.rs:28:3 Sep 01 08:15:05.702 INFO kablam! | Sep 01 08:15:05.702 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.702 INFO kablam! | ^^^^^^ Sep 01 08:15:05.702 INFO kablam! | Sep 01 08:15:05.702 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.702 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.702 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.702 INFO kablam! Sep 01 08:15:05.703 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.703 INFO kablam! --> src/arrays/Array52.rs:34:3 Sep 01 08:15:05.703 INFO kablam! | Sep 01 08:15:05.703 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.703 INFO kablam! | ^^^^^^ Sep 01 08:15:05.703 INFO kablam! | Sep 01 08:15:05.703 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.703 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.703 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.703 INFO kablam! Sep 01 08:15:05.704 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.704 INFO kablam! --> src/arrays/Array52.rs:56:3 Sep 01 08:15:05.704 INFO kablam! | Sep 01 08:15:05.704 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.704 INFO kablam! | ^^^^^^ Sep 01 08:15:05.704 INFO kablam! | Sep 01 08:15:05.705 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.705 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.705 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.708 INFO kablam! Sep 01 08:15:05.708 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.708 INFO kablam! --> src/arrays/Array52.rs:65:3 Sep 01 08:15:05.709 INFO kablam! | Sep 01 08:15:05.709 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.709 INFO kablam! | ^^^^^^ Sep 01 08:15:05.709 INFO kablam! | Sep 01 08:15:05.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.709 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.710 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.710 INFO kablam! Sep 01 08:15:05.710 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.710 INFO kablam! --> src/arrays/Array52.rs:65:18 Sep 01 08:15:05.710 INFO kablam! | Sep 01 08:15:05.711 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.711 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.711 INFO kablam! | Sep 01 08:15:05.711 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.711 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.711 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.711 INFO kablam! Sep 01 08:15:05.711 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.712 INFO kablam! --> src/arrays/Array52.rs:78:29 Sep 01 08:15:05.712 INFO kablam! | Sep 01 08:15:05.712 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.712 INFO kablam! | ^^^^^^ Sep 01 08:15:05.712 INFO kablam! | Sep 01 08:15:05.712 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.712 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.712 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.712 INFO kablam! Sep 01 08:15:05.712 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.713 INFO kablam! --> src/arrays/Array52.rs:78:43 Sep 01 08:15:05.713 INFO kablam! | Sep 01 08:15:05.713 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.713 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.720 INFO kablam! | Sep 01 08:15:05.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.720 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.720 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.720 INFO kablam! Sep 01 08:15:05.720 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.720 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 01 08:15:05.720 INFO kablam! | Sep 01 08:15:05.720 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.720 INFO kablam! | ^^^^^^ Sep 01 08:15:05.720 INFO kablam! | Sep 01 08:15:05.720 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.720 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.720 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.721 INFO kablam! Sep 01 08:15:05.721 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.721 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 01 08:15:05.721 INFO kablam! | Sep 01 08:15:05.721 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.721 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.721 INFO kablam! | Sep 01 08:15:05.721 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.721 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.721 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.721 INFO kablam! Sep 01 08:15:05.721 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.721 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 01 08:15:05.721 INFO kablam! | Sep 01 08:15:05.721 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.721 INFO kablam! | ^^^^^^ Sep 01 08:15:05.721 INFO kablam! | Sep 01 08:15:05.721 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.721 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.721 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.721 INFO kablam! Sep 01 08:15:05.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.722 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 01 08:15:05.722 INFO kablam! | Sep 01 08:15:05.722 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.722 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.722 INFO kablam! | Sep 01 08:15:05.722 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.722 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.722 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.722 INFO kablam! Sep 01 08:15:05.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.722 INFO kablam! --> src/arrays/Array52.rs:96:20 Sep 01 08:15:05.722 INFO kablam! | Sep 01 08:15:05.722 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.722 INFO kablam! | ^^^^^^ Sep 01 08:15:05.722 INFO kablam! | Sep 01 08:15:05.722 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.722 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.722 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.722 INFO kablam! Sep 01 08:15:05.722 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.722 INFO kablam! --> src/arrays/Array52.rs:96:34 Sep 01 08:15:05.722 INFO kablam! | Sep 01 08:15:05.723 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.723 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.723 INFO kablam! | Sep 01 08:15:05.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.723 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.723 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.723 INFO kablam! Sep 01 08:15:05.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.723 INFO kablam! --> src/arrays/Array52.rs:102:20 Sep 01 08:15:05.723 INFO kablam! | Sep 01 08:15:05.723 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.723 INFO kablam! | ^^^^^^ Sep 01 08:15:05.723 INFO kablam! | Sep 01 08:15:05.723 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.723 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.723 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.723 INFO kablam! Sep 01 08:15:05.723 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.723 INFO kablam! --> src/arrays/Array52.rs:102:34 Sep 01 08:15:05.723 INFO kablam! | Sep 01 08:15:05.723 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.723 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.724 INFO kablam! | Sep 01 08:15:05.724 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.724 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.724 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.724 INFO kablam! Sep 01 08:15:05.724 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.724 INFO kablam! --> src/arrays/Array52.rs:111:14 Sep 01 08:15:05.724 INFO kablam! | Sep 01 08:15:05.724 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.724 INFO kablam! | ^^^^^^ Sep 01 08:15:05.725 INFO kablam! | Sep 01 08:15:05.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.725 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.725 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.725 INFO kablam! Sep 01 08:15:05.725 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.726 INFO kablam! --> src/arrays/Array52.rs:111:28 Sep 01 08:15:05.726 INFO kablam! | Sep 01 08:15:05.726 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.726 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.726 INFO kablam! | Sep 01 08:15:05.726 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.726 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.726 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.726 INFO kablam! Sep 01 08:15:05.726 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.726 INFO kablam! --> src/arrays/Array52.rs:120:15 Sep 01 08:15:05.726 INFO kablam! | Sep 01 08:15:05.726 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.726 INFO kablam! | ^^^^^^ Sep 01 08:15:05.726 INFO kablam! | Sep 01 08:15:05.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.727 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.727 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.727 INFO kablam! Sep 01 08:15:05.727 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.727 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 01 08:15:05.727 INFO kablam! | Sep 01 08:15:05.727 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.727 INFO kablam! | ^^^^^^ Sep 01 08:15:05.727 INFO kablam! | Sep 01 08:15:05.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.727 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.728 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.728 INFO kablam! Sep 01 08:15:05.728 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.728 INFO kablam! --> src/arrays/Array52.rs:144:3 Sep 01 08:15:05.728 INFO kablam! | Sep 01 08:15:05.728 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.728 INFO kablam! | ^^^^^^ Sep 01 08:15:05.729 INFO kablam! | Sep 01 08:15:05.732 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.732 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.732 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.732 INFO kablam! Sep 01 08:15:05.732 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.733 INFO kablam! --> src/arrays/Array52.rs:153:4 Sep 01 08:15:05.733 INFO kablam! | Sep 01 08:15:05.733 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.733 INFO kablam! | ^^^^^^ Sep 01 08:15:05.733 INFO kablam! | Sep 01 08:15:05.733 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.733 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.733 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.733 INFO kablam! Sep 01 08:15:05.734 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.734 INFO kablam! --> src/arrays/Array52.rs:162:8 Sep 01 08:15:05.734 INFO kablam! | Sep 01 08:15:05.734 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.734 INFO kablam! | ^^^^^^ Sep 01 08:15:05.734 INFO kablam! | Sep 01 08:15:05.734 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.734 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.735 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.735 INFO kablam! Sep 01 08:15:05.735 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.735 INFO kablam! --> src/arrays/Array64.rs:28:3 Sep 01 08:15:05.737 INFO kablam! | Sep 01 08:15:05.737 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.737 INFO kablam! | ^^^^^^ Sep 01 08:15:05.737 INFO kablam! | Sep 01 08:15:05.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.737 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.737 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.737 INFO kablam! Sep 01 08:15:05.737 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.737 INFO kablam! --> src/arrays/Array64.rs:34:3 Sep 01 08:15:05.737 INFO kablam! | Sep 01 08:15:05.737 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.737 INFO kablam! | ^^^^^^ Sep 01 08:15:05.737 INFO kablam! | Sep 01 08:15:05.737 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.737 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.737 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.737 INFO kablam! Sep 01 08:15:05.737 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.737 INFO kablam! --> src/arrays/Array64.rs:56:3 Sep 01 08:15:05.737 INFO kablam! | Sep 01 08:15:05.737 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.737 INFO kablam! | ^^^^^^ Sep 01 08:15:05.738 INFO kablam! | Sep 01 08:15:05.738 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.738 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.738 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.738 INFO kablam! Sep 01 08:15:05.738 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.738 INFO kablam! --> src/arrays/Array64.rs:65:3 Sep 01 08:15:05.738 INFO kablam! | Sep 01 08:15:05.738 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.738 INFO kablam! | ^^^^^^ Sep 01 08:15:05.738 INFO kablam! | Sep 01 08:15:05.738 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.738 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.738 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.738 INFO kablam! Sep 01 08:15:05.738 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.738 INFO kablam! --> src/arrays/Array64.rs:65:18 Sep 01 08:15:05.738 INFO kablam! | Sep 01 08:15:05.738 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.738 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.738 INFO kablam! | Sep 01 08:15:05.738 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.738 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.738 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.738 INFO kablam! Sep 01 08:15:05.738 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.739 INFO kablam! --> src/arrays/Array64.rs:78:29 Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.739 INFO kablam! | ^^^^^^ Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.739 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.739 INFO kablam! Sep 01 08:15:05.739 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.739 INFO kablam! --> src/arrays/Array64.rs:78:43 Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.739 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.739 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.739 INFO kablam! Sep 01 08:15:05.739 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.739 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.739 INFO kablam! | ^^^^^^ Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.739 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.739 INFO kablam! Sep 01 08:15:05.739 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.739 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.739 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.739 INFO kablam! | Sep 01 08:15:05.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.739 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.739 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.740 INFO kablam! Sep 01 08:15:05.740 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.740 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 01 08:15:05.740 INFO kablam! | Sep 01 08:15:05.740 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.740 INFO kablam! | ^^^^^^ Sep 01 08:15:05.740 INFO kablam! | Sep 01 08:15:05.740 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.740 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.740 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.740 INFO kablam! Sep 01 08:15:05.740 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.740 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 01 08:15:05.740 INFO kablam! | Sep 01 08:15:05.740 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.740 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.740 INFO kablam! | Sep 01 08:15:05.740 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.740 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.748 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.748 INFO kablam! Sep 01 08:15:05.749 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.749 INFO kablam! --> src/arrays/Array64.rs:96:20 Sep 01 08:15:05.749 INFO kablam! | Sep 01 08:15:05.749 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.760 INFO kablam! | ^^^^^^ Sep 01 08:15:05.760 INFO kablam! | Sep 01 08:15:05.760 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.760 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.760 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.760 INFO kablam! Sep 01 08:15:05.760 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.760 INFO kablam! --> src/arrays/Array64.rs:96:34 Sep 01 08:15:05.760 INFO kablam! | Sep 01 08:15:05.760 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.760 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.760 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.761 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.761 INFO kablam! Sep 01 08:15:05.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.761 INFO kablam! --> src/arrays/Array64.rs:102:20 Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.761 INFO kablam! | ^^^^^^ Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.761 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.761 INFO kablam! Sep 01 08:15:05.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.761 INFO kablam! --> src/arrays/Array64.rs:102:34 Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.761 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.761 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.761 INFO kablam! Sep 01 08:15:05.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.761 INFO kablam! --> src/arrays/Array64.rs:111:14 Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.761 INFO kablam! | ^^^^^^ Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.761 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.761 INFO kablam! Sep 01 08:15:05.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.761 INFO kablam! --> src/arrays/Array64.rs:111:28 Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.761 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.761 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.761 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.761 INFO kablam! Sep 01 08:15:05.761 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.761 INFO kablam! --> src/arrays/Array64.rs:120:15 Sep 01 08:15:05.761 INFO kablam! | Sep 01 08:15:05.761 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.762 INFO kablam! | ^^^^^^ Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.762 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.762 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.762 INFO kablam! Sep 01 08:15:05.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.762 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.762 INFO kablam! | ^^^^^^ Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.762 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.762 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.762 INFO kablam! Sep 01 08:15:05.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.762 INFO kablam! --> src/arrays/Array64.rs:144:3 Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.762 INFO kablam! | ^^^^^^ Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.762 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.762 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.762 INFO kablam! Sep 01 08:15:05.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.762 INFO kablam! --> src/arrays/Array64.rs:153:4 Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.762 INFO kablam! | ^^^^^^ Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.762 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.762 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.762 INFO kablam! Sep 01 08:15:05.762 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.762 INFO kablam! --> src/arrays/Array64.rs:162:8 Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.762 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.762 INFO kablam! | ^^^^^^ Sep 01 08:15:05.762 INFO kablam! | Sep 01 08:15:05.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.763 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.763 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.763 INFO kablam! Sep 01 08:15:05.763 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.763 INFO kablam! --> src/arrays/Array80.rs:28:3 Sep 01 08:15:05.763 INFO kablam! | Sep 01 08:15:05.763 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.763 INFO kablam! | ^^^^^^ Sep 01 08:15:05.763 INFO kablam! | Sep 01 08:15:05.763 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.763 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.763 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.763 INFO kablam! Sep 01 08:15:05.763 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.763 INFO kablam! --> src/arrays/Array80.rs:34:3 Sep 01 08:15:05.763 INFO kablam! | Sep 01 08:15:05.763 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.764 INFO kablam! | ^^^^^^ Sep 01 08:15:05.764 INFO kablam! | Sep 01 08:15:05.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.764 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.764 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.764 INFO kablam! Sep 01 08:15:05.764 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.764 INFO kablam! --> src/arrays/Array80.rs:56:3 Sep 01 08:15:05.764 INFO kablam! | Sep 01 08:15:05.764 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.764 INFO kablam! | ^^^^^^ Sep 01 08:15:05.764 INFO kablam! | Sep 01 08:15:05.764 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.764 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.764 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.764 INFO kablam! Sep 01 08:15:05.764 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.764 INFO kablam! --> src/arrays/Array80.rs:65:3 Sep 01 08:15:05.764 INFO kablam! | Sep 01 08:15:05.764 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.764 INFO kablam! | ^^^^^^ Sep 01 08:15:05.764 INFO kablam! | Sep 01 08:15:05.765 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.765 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.765 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.765 INFO kablam! Sep 01 08:15:05.765 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.765 INFO kablam! --> src/arrays/Array80.rs:65:18 Sep 01 08:15:05.765 INFO kablam! | Sep 01 08:15:05.765 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.765 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.765 INFO kablam! | Sep 01 08:15:05.765 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.765 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.765 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.765 INFO kablam! Sep 01 08:15:05.765 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.765 INFO kablam! --> src/arrays/Array80.rs:78:29 Sep 01 08:15:05.765 INFO kablam! | Sep 01 08:15:05.765 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.765 INFO kablam! | ^^^^^^ Sep 01 08:15:05.765 INFO kablam! | Sep 01 08:15:05.765 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.765 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.766 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.766 INFO kablam! Sep 01 08:15:05.766 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.766 INFO kablam! --> src/arrays/Array80.rs:78:43 Sep 01 08:15:05.766 INFO kablam! | Sep 01 08:15:05.766 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.766 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.766 INFO kablam! | Sep 01 08:15:05.766 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.766 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.766 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.766 INFO kablam! Sep 01 08:15:05.766 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.766 INFO kablam! --> src/arrays/Array80.rs:84:20 Sep 01 08:15:05.766 INFO kablam! | Sep 01 08:15:05.766 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.766 INFO kablam! | ^^^^^^ Sep 01 08:15:05.766 INFO kablam! | Sep 01 08:15:05.766 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.766 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.766 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.767 INFO kablam! Sep 01 08:15:05.767 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.767 INFO kablam! --> src/arrays/Array80.rs:84:34 Sep 01 08:15:05.767 INFO kablam! | Sep 01 08:15:05.767 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.767 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.767 INFO kablam! | Sep 01 08:15:05.767 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.767 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.767 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.767 INFO kablam! Sep 01 08:15:05.767 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.767 INFO kablam! --> src/arrays/Array80.rs:90:20 Sep 01 08:15:05.767 INFO kablam! | Sep 01 08:15:05.767 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.767 INFO kablam! | ^^^^^^ Sep 01 08:15:05.767 INFO kablam! | Sep 01 08:15:05.767 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.767 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.767 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.767 INFO kablam! Sep 01 08:15:05.767 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.768 INFO kablam! --> src/arrays/Array80.rs:90:34 Sep 01 08:15:05.768 INFO kablam! | Sep 01 08:15:05.768 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.768 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.768 INFO kablam! | Sep 01 08:15:05.768 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.768 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.768 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.768 INFO kablam! Sep 01 08:15:05.769 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.772 INFO kablam! --> src/arrays/Array80.rs:96:20 Sep 01 08:15:05.772 INFO kablam! | Sep 01 08:15:05.772 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.773 INFO kablam! | ^^^^^^ Sep 01 08:15:05.773 INFO kablam! | Sep 01 08:15:05.773 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.773 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.773 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.773 INFO kablam! Sep 01 08:15:05.773 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.774 INFO kablam! --> src/arrays/Array80.rs:96:34 Sep 01 08:15:05.774 INFO kablam! | Sep 01 08:15:05.774 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.774 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.774 INFO kablam! | Sep 01 08:15:05.775 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.775 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.775 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.775 INFO kablam! Sep 01 08:15:05.775 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.775 INFO kablam! --> src/arrays/Array80.rs:102:20 Sep 01 08:15:05.775 INFO kablam! | Sep 01 08:15:05.775 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.775 INFO kablam! | ^^^^^^ Sep 01 08:15:05.776 INFO kablam! | Sep 01 08:15:05.776 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.776 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.776 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.776 INFO kablam! Sep 01 08:15:05.776 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.776 INFO kablam! --> src/arrays/Array80.rs:102:34 Sep 01 08:15:05.777 INFO kablam! | Sep 01 08:15:05.778 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.778 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.778 INFO kablam! | Sep 01 08:15:05.778 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.778 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.778 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.778 INFO kablam! Sep 01 08:15:05.779 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.779 INFO kablam! --> src/arrays/Array80.rs:111:14 Sep 01 08:15:05.779 INFO kablam! | Sep 01 08:15:05.779 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.784 INFO kablam! | ^^^^^^ Sep 01 08:15:05.784 INFO kablam! | Sep 01 08:15:05.784 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.784 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.784 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.784 INFO kablam! Sep 01 08:15:05.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.784 INFO kablam! --> src/arrays/Array80.rs:111:28 Sep 01 08:15:05.785 INFO kablam! | Sep 01 08:15:05.785 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.785 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.785 INFO kablam! | Sep 01 08:15:05.785 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.785 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.785 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.785 INFO kablam! Sep 01 08:15:05.785 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.786 INFO kablam! --> src/arrays/Array80.rs:120:15 Sep 01 08:15:05.786 INFO kablam! | Sep 01 08:15:05.786 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.792 INFO kablam! | ^^^^^^ Sep 01 08:15:05.792 INFO kablam! | Sep 01 08:15:05.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.792 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.792 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.792 INFO kablam! Sep 01 08:15:05.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.793 INFO kablam! --> src/arrays/Array80.rs:132:3 Sep 01 08:15:05.793 INFO kablam! | Sep 01 08:15:05.793 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.793 INFO kablam! | ^^^^^^ Sep 01 08:15:05.793 INFO kablam! | Sep 01 08:15:05.793 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.793 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.793 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.793 INFO kablam! Sep 01 08:15:05.793 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.794 INFO kablam! --> src/arrays/Array80.rs:144:3 Sep 01 08:15:05.794 INFO kablam! | Sep 01 08:15:05.794 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.794 INFO kablam! | ^^^^^^ Sep 01 08:15:05.794 INFO kablam! | Sep 01 08:15:05.794 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.794 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.794 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.794 INFO kablam! Sep 01 08:15:05.794 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.794 INFO kablam! --> src/arrays/Array80.rs:153:4 Sep 01 08:15:05.795 INFO kablam! | Sep 01 08:15:05.795 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.795 INFO kablam! | ^^^^^^ Sep 01 08:15:05.795 INFO kablam! | Sep 01 08:15:05.795 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.795 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.795 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.795 INFO kablam! Sep 01 08:15:05.795 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.795 INFO kablam! --> src/arrays/Array80.rs:162:8 Sep 01 08:15:05.795 INFO kablam! | Sep 01 08:15:05.796 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.796 INFO kablam! | ^^^^^^ Sep 01 08:15:05.796 INFO kablam! | Sep 01 08:15:05.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.796 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.796 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.796 INFO kablam! Sep 01 08:15:05.796 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.796 INFO kablam! --> src/arrays/Array128.rs:28:3 Sep 01 08:15:05.796 INFO kablam! | Sep 01 08:15:05.796 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.797 INFO kablam! | ^^^^^^ Sep 01 08:15:05.797 INFO kablam! | Sep 01 08:15:05.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.797 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.797 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.797 INFO kablam! Sep 01 08:15:05.797 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.797 INFO kablam! --> src/arrays/Array128.rs:34:3 Sep 01 08:15:05.797 INFO kablam! | Sep 01 08:15:05.797 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.798 INFO kablam! | ^^^^^^ Sep 01 08:15:05.798 INFO kablam! | Sep 01 08:15:05.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.798 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.798 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.798 INFO kablam! Sep 01 08:15:05.798 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.798 INFO kablam! --> src/arrays/Array128.rs:56:3 Sep 01 08:15:05.798 INFO kablam! | Sep 01 08:15:05.798 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.798 INFO kablam! | ^^^^^^ Sep 01 08:15:05.799 INFO kablam! | Sep 01 08:15:05.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.799 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.799 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.799 INFO kablam! Sep 01 08:15:05.799 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.799 INFO kablam! --> src/arrays/Array128.rs:65:3 Sep 01 08:15:05.799 INFO kablam! | Sep 01 08:15:05.799 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.799 INFO kablam! | ^^^^^^ Sep 01 08:15:05.799 INFO kablam! | Sep 01 08:15:05.799 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.800 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.800 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.800 INFO kablam! Sep 01 08:15:05.800 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.800 INFO kablam! --> src/arrays/Array128.rs:65:18 Sep 01 08:15:05.800 INFO kablam! | Sep 01 08:15:05.800 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.800 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.800 INFO kablam! | Sep 01 08:15:05.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.801 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.801 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.801 INFO kablam! Sep 01 08:15:05.801 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.801 INFO kablam! --> src/arrays/Array128.rs:78:29 Sep 01 08:15:05.801 INFO kablam! | Sep 01 08:15:05.801 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.801 INFO kablam! | ^^^^^^ Sep 01 08:15:05.801 INFO kablam! | Sep 01 08:15:05.801 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.801 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.802 INFO kablam! Sep 01 08:15:05.802 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.802 INFO kablam! --> src/arrays/Array128.rs:78:43 Sep 01 08:15:05.802 INFO kablam! | Sep 01 08:15:05.802 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.802 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.802 INFO kablam! | Sep 01 08:15:05.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.802 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.802 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.803 INFO kablam! Sep 01 08:15:05.803 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.803 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 01 08:15:05.803 INFO kablam! | Sep 01 08:15:05.803 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.803 INFO kablam! | ^^^^^^ Sep 01 08:15:05.803 INFO kablam! | Sep 01 08:15:05.803 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.803 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.803 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.803 INFO kablam! Sep 01 08:15:05.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.804 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 01 08:15:05.804 INFO kablam! | Sep 01 08:15:05.804 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.804 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.804 INFO kablam! | Sep 01 08:15:05.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.804 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.804 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.804 INFO kablam! Sep 01 08:15:05.804 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.805 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 01 08:15:05.805 INFO kablam! | Sep 01 08:15:05.805 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.805 INFO kablam! | ^^^^^^ Sep 01 08:15:05.805 INFO kablam! | Sep 01 08:15:05.805 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.805 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.805 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.805 INFO kablam! Sep 01 08:15:05.805 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.805 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 01 08:15:05.806 INFO kablam! | Sep 01 08:15:05.806 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.806 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.806 INFO kablam! | Sep 01 08:15:05.806 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.806 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.806 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.806 INFO kablam! Sep 01 08:15:05.807 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.807 INFO kablam! --> src/arrays/Array128.rs:96:20 Sep 01 08:15:05.807 INFO kablam! | Sep 01 08:15:05.807 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.807 INFO kablam! | ^^^^^^ Sep 01 08:15:05.807 INFO kablam! | Sep 01 08:15:05.807 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.807 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.807 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.807 INFO kablam! Sep 01 08:15:05.808 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.808 INFO kablam! --> src/arrays/Array128.rs:96:34 Sep 01 08:15:05.808 INFO kablam! | Sep 01 08:15:05.808 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.808 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.808 INFO kablam! | Sep 01 08:15:05.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.808 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.808 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.808 INFO kablam! Sep 01 08:15:05.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.809 INFO kablam! --> src/arrays/Array128.rs:102:20 Sep 01 08:15:05.809 INFO kablam! | Sep 01 08:15:05.809 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.809 INFO kablam! | ^^^^^^ Sep 01 08:15:05.809 INFO kablam! | Sep 01 08:15:05.809 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.809 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.809 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.809 INFO kablam! Sep 01 08:15:05.809 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.810 INFO kablam! --> src/arrays/Array128.rs:102:34 Sep 01 08:15:05.810 INFO kablam! | Sep 01 08:15:05.810 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.810 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.810 INFO kablam! | Sep 01 08:15:05.810 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.810 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.810 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.810 INFO kablam! Sep 01 08:15:05.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.810 INFO kablam! --> src/arrays/Array128.rs:111:14 Sep 01 08:15:05.811 INFO kablam! | Sep 01 08:15:05.811 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.811 INFO kablam! | ^^^^^^ Sep 01 08:15:05.811 INFO kablam! | Sep 01 08:15:05.811 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.811 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.811 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.811 INFO kablam! Sep 01 08:15:05.811 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.811 INFO kablam! --> src/arrays/Array128.rs:111:28 Sep 01 08:15:05.811 INFO kablam! | Sep 01 08:15:05.812 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.812 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.812 INFO kablam! | Sep 01 08:15:05.812 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.812 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.812 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.812 INFO kablam! Sep 01 08:15:05.812 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.812 INFO kablam! --> src/arrays/Array128.rs:120:15 Sep 01 08:15:05.812 INFO kablam! | Sep 01 08:15:05.812 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.813 INFO kablam! | ^^^^^^ Sep 01 08:15:05.813 INFO kablam! | Sep 01 08:15:05.813 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.813 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.813 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.813 INFO kablam! Sep 01 08:15:05.813 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.813 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 01 08:15:05.813 INFO kablam! | Sep 01 08:15:05.813 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.813 INFO kablam! | ^^^^^^ Sep 01 08:15:05.814 INFO kablam! | Sep 01 08:15:05.814 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.814 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.814 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.814 INFO kablam! Sep 01 08:15:05.814 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.814 INFO kablam! --> src/arrays/Array128.rs:144:3 Sep 01 08:15:05.814 INFO kablam! | Sep 01 08:15:05.814 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.814 INFO kablam! | ^^^^^^ Sep 01 08:15:05.814 INFO kablam! | Sep 01 08:15:05.815 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.815 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.815 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.815 INFO kablam! Sep 01 08:15:05.815 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.815 INFO kablam! --> src/arrays/Array128.rs:153:4 Sep 01 08:15:05.815 INFO kablam! | Sep 01 08:15:05.815 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.815 INFO kablam! | ^^^^^^ Sep 01 08:15:05.815 INFO kablam! | Sep 01 08:15:05.815 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.815 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.816 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.816 INFO kablam! Sep 01 08:15:05.816 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.816 INFO kablam! --> src/arrays/Array128.rs:162:8 Sep 01 08:15:05.816 INFO kablam! | Sep 01 08:15:05.816 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.816 INFO kablam! | ^^^^^^ Sep 01 08:15:05.816 INFO kablam! | Sep 01 08:15:05.816 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.816 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.817 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.817 INFO kablam! Sep 01 08:15:05.817 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.817 INFO kablam! --> src/arrays/Array256.rs:28:3 Sep 01 08:15:05.817 INFO kablam! | Sep 01 08:15:05.817 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.817 INFO kablam! | ^^^^^^ Sep 01 08:15:05.817 INFO kablam! | Sep 01 08:15:05.817 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.817 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.817 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.817 INFO kablam! Sep 01 08:15:05.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.818 INFO kablam! --> src/arrays/Array256.rs:34:3 Sep 01 08:15:05.818 INFO kablam! | Sep 01 08:15:05.818 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.818 INFO kablam! | ^^^^^^ Sep 01 08:15:05.818 INFO kablam! | Sep 01 08:15:05.818 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.818 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.818 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.818 INFO kablam! Sep 01 08:15:05.818 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.819 INFO kablam! --> src/arrays/Array256.rs:56:3 Sep 01 08:15:05.819 INFO kablam! | Sep 01 08:15:05.819 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.819 INFO kablam! | ^^^^^^ Sep 01 08:15:05.819 INFO kablam! | Sep 01 08:15:05.819 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.819 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.819 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.819 INFO kablam! Sep 01 08:15:05.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.819 INFO kablam! --> src/arrays/Array256.rs:65:3 Sep 01 08:15:05.820 INFO kablam! | Sep 01 08:15:05.820 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.820 INFO kablam! | ^^^^^^ Sep 01 08:15:05.820 INFO kablam! | Sep 01 08:15:05.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.820 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.820 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.820 INFO kablam! Sep 01 08:15:05.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.820 INFO kablam! --> src/arrays/Array256.rs:65:18 Sep 01 08:15:05.820 INFO kablam! | Sep 01 08:15:05.820 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.821 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.821 INFO kablam! | Sep 01 08:15:05.821 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.821 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.821 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.821 INFO kablam! Sep 01 08:15:05.821 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.821 INFO kablam! --> src/arrays/Array256.rs:78:29 Sep 01 08:15:05.821 INFO kablam! | Sep 01 08:15:05.821 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.821 INFO kablam! | ^^^^^^ Sep 01 08:15:05.821 INFO kablam! | Sep 01 08:15:05.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.822 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.822 INFO kablam! Sep 01 08:15:05.822 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.822 INFO kablam! --> src/arrays/Array256.rs:78:43 Sep 01 08:15:05.822 INFO kablam! | Sep 01 08:15:05.822 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.822 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.822 INFO kablam! | Sep 01 08:15:05.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.822 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.822 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.823 INFO kablam! Sep 01 08:15:05.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.823 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 01 08:15:05.823 INFO kablam! | Sep 01 08:15:05.823 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.823 INFO kablam! | ^^^^^^ Sep 01 08:15:05.823 INFO kablam! | Sep 01 08:15:05.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.823 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.823 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.823 INFO kablam! Sep 01 08:15:05.823 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.824 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 01 08:15:05.824 INFO kablam! | Sep 01 08:15:05.824 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.824 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.824 INFO kablam! | Sep 01 08:15:05.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.824 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.831 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.831 INFO kablam! Sep 01 08:15:05.831 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.832 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 01 08:15:05.832 INFO kablam! | Sep 01 08:15:05.832 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.832 INFO kablam! | ^^^^^^ Sep 01 08:15:05.832 INFO kablam! | Sep 01 08:15:05.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.832 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.832 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.832 INFO kablam! Sep 01 08:15:05.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.833 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 01 08:15:05.833 INFO kablam! | Sep 01 08:15:05.833 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.833 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.833 INFO kablam! | Sep 01 08:15:05.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.833 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.833 INFO kablam! Sep 01 08:15:05.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.833 INFO kablam! --> src/arrays/Array256.rs:96:20 Sep 01 08:15:05.833 INFO kablam! | Sep 01 08:15:05.834 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.834 INFO kablam! | ^^^^^^ Sep 01 08:15:05.834 INFO kablam! | Sep 01 08:15:05.834 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.834 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.834 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.834 INFO kablam! Sep 01 08:15:05.834 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.834 INFO kablam! --> src/arrays/Array256.rs:96:34 Sep 01 08:15:05.834 INFO kablam! | Sep 01 08:15:05.834 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.835 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.835 INFO kablam! | Sep 01 08:15:05.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.835 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.835 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.835 INFO kablam! Sep 01 08:15:05.835 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.835 INFO kablam! --> src/arrays/Array256.rs:102:20 Sep 01 08:15:05.835 INFO kablam! | Sep 01 08:15:05.835 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.835 INFO kablam! | ^^^^^^ Sep 01 08:15:05.836 INFO kablam! | Sep 01 08:15:05.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.836 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.836 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.836 INFO kablam! Sep 01 08:15:05.836 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.836 INFO kablam! --> src/arrays/Array256.rs:102:34 Sep 01 08:15:05.836 INFO kablam! | Sep 01 08:15:05.836 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.836 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.836 INFO kablam! | Sep 01 08:15:05.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.837 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.837 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.837 INFO kablam! Sep 01 08:15:05.837 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.837 INFO kablam! --> src/arrays/Array256.rs:111:14 Sep 01 08:15:05.837 INFO kablam! | Sep 01 08:15:05.837 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.837 INFO kablam! | ^^^^^^ Sep 01 08:15:05.837 INFO kablam! | Sep 01 08:15:05.837 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.838 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.838 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.838 INFO kablam! Sep 01 08:15:05.838 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.838 INFO kablam! --> src/arrays/Array256.rs:111:28 Sep 01 08:15:05.838 INFO kablam! | Sep 01 08:15:05.838 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.838 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.838 INFO kablam! | Sep 01 08:15:05.838 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.839 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.839 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.839 INFO kablam! Sep 01 08:15:05.839 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.839 INFO kablam! --> src/arrays/Array256.rs:120:15 Sep 01 08:15:05.839 INFO kablam! | Sep 01 08:15:05.839 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.839 INFO kablam! | ^^^^^^ Sep 01 08:15:05.839 INFO kablam! | Sep 01 08:15:05.839 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.839 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.840 INFO kablam! Sep 01 08:15:05.840 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.840 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 01 08:15:05.840 INFO kablam! | Sep 01 08:15:05.840 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.840 INFO kablam! | ^^^^^^ Sep 01 08:15:05.840 INFO kablam! | Sep 01 08:15:05.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.840 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.840 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.841 INFO kablam! Sep 01 08:15:05.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.841 INFO kablam! --> src/arrays/Array256.rs:144:3 Sep 01 08:15:05.841 INFO kablam! | Sep 01 08:15:05.841 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.841 INFO kablam! | ^^^^^^ Sep 01 08:15:05.841 INFO kablam! | Sep 01 08:15:05.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.841 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.841 INFO kablam! Sep 01 08:15:05.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.841 INFO kablam! --> src/arrays/Array256.rs:153:4 Sep 01 08:15:05.841 INFO kablam! | Sep 01 08:15:05.841 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.841 INFO kablam! | ^^^^^^ Sep 01 08:15:05.841 INFO kablam! | Sep 01 08:15:05.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.841 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.841 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.841 INFO kablam! Sep 01 08:15:05.841 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.841 INFO kablam! --> src/arrays/Array256.rs:162:8 Sep 01 08:15:05.841 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.842 INFO kablam! | ^^^^^^ Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.842 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.842 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.842 INFO kablam! Sep 01 08:15:05.842 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.842 INFO kablam! --> src/arrays/Array512.rs:28:3 Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.842 INFO kablam! | ^^^^^^ Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.842 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.842 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.842 INFO kablam! Sep 01 08:15:05.842 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.842 INFO kablam! --> src/arrays/Array512.rs:34:3 Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.842 INFO kablam! | ^^^^^^ Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.842 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.842 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.842 INFO kablam! Sep 01 08:15:05.842 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.842 INFO kablam! --> src/arrays/Array512.rs:56:3 Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.842 INFO kablam! | ^^^^^^ Sep 01 08:15:05.842 INFO kablam! | Sep 01 08:15:05.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.842 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.842 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.842 INFO kablam! Sep 01 08:15:05.842 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.843 INFO kablam! --> src/arrays/Array512.rs:65:3 Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.843 INFO kablam! | ^^^^^^ Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.843 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.843 INFO kablam! Sep 01 08:15:05.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.843 INFO kablam! --> src/arrays/Array512.rs:65:18 Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.843 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.843 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.843 INFO kablam! Sep 01 08:15:05.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.843 INFO kablam! --> src/arrays/Array512.rs:78:29 Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.843 INFO kablam! | ^^^^^^ Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.843 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.843 INFO kablam! Sep 01 08:15:05.843 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.843 INFO kablam! --> src/arrays/Array512.rs:78:43 Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.843 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.843 INFO kablam! | Sep 01 08:15:05.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.843 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.843 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.844 INFO kablam! Sep 01 08:15:05.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.844 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 01 08:15:05.844 INFO kablam! | Sep 01 08:15:05.844 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.844 INFO kablam! | ^^^^^^ Sep 01 08:15:05.844 INFO kablam! | Sep 01 08:15:05.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.844 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.844 INFO kablam! Sep 01 08:15:05.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.844 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 01 08:15:05.844 INFO kablam! | Sep 01 08:15:05.844 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.844 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.844 INFO kablam! | Sep 01 08:15:05.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.844 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.844 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.844 INFO kablam! Sep 01 08:15:05.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.845 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 01 08:15:05.845 INFO kablam! | Sep 01 08:15:05.845 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.845 INFO kablam! | ^^^^^^ Sep 01 08:15:05.845 INFO kablam! | Sep 01 08:15:05.845 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.845 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.845 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.845 INFO kablam! Sep 01 08:15:05.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.845 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 01 08:15:05.846 INFO kablam! | Sep 01 08:15:05.846 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.846 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.846 INFO kablam! | Sep 01 08:15:05.846 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.846 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.846 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.846 INFO kablam! Sep 01 08:15:05.846 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.846 INFO kablam! --> src/arrays/Array512.rs:96:20 Sep 01 08:15:05.846 INFO kablam! | Sep 01 08:15:05.847 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.847 INFO kablam! | ^^^^^^ Sep 01 08:15:05.847 INFO kablam! | Sep 01 08:15:05.847 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.847 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.847 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.847 INFO kablam! Sep 01 08:15:05.847 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.847 INFO kablam! --> src/arrays/Array512.rs:96:34 Sep 01 08:15:05.847 INFO kablam! | Sep 01 08:15:05.847 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.848 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.848 INFO kablam! | Sep 01 08:15:05.848 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.848 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.848 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.848 INFO kablam! Sep 01 08:15:05.848 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.848 INFO kablam! --> src/arrays/Array512.rs:102:20 Sep 01 08:15:05.848 INFO kablam! | Sep 01 08:15:05.848 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.848 INFO kablam! | ^^^^^^ Sep 01 08:15:05.849 INFO kablam! | Sep 01 08:15:05.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.849 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.849 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.849 INFO kablam! Sep 01 08:15:05.849 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.849 INFO kablam! --> src/arrays/Array512.rs:102:34 Sep 01 08:15:05.849 INFO kablam! | Sep 01 08:15:05.849 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.849 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.849 INFO kablam! | Sep 01 08:15:05.849 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.850 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.850 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.850 INFO kablam! Sep 01 08:15:05.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.850 INFO kablam! --> src/arrays/Array512.rs:111:14 Sep 01 08:15:05.850 INFO kablam! | Sep 01 08:15:05.850 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.850 INFO kablam! | ^^^^^^ Sep 01 08:15:05.850 INFO kablam! | Sep 01 08:15:05.850 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.850 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.851 INFO kablam! Sep 01 08:15:05.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.851 INFO kablam! --> src/arrays/Array512.rs:111:28 Sep 01 08:15:05.851 INFO kablam! | Sep 01 08:15:05.851 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.851 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.851 INFO kablam! | Sep 01 08:15:05.851 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.851 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.851 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.852 INFO kablam! Sep 01 08:15:05.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.852 INFO kablam! --> src/arrays/Array512.rs:120:15 Sep 01 08:15:05.852 INFO kablam! | Sep 01 08:15:05.852 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.852 INFO kablam! | ^^^^^^ Sep 01 08:15:05.852 INFO kablam! | Sep 01 08:15:05.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.852 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.852 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.852 INFO kablam! Sep 01 08:15:05.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.853 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 01 08:15:05.853 INFO kablam! | Sep 01 08:15:05.853 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.853 INFO kablam! | ^^^^^^ Sep 01 08:15:05.853 INFO kablam! | Sep 01 08:15:05.853 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.853 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.853 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.853 INFO kablam! Sep 01 08:15:05.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.854 INFO kablam! --> src/arrays/Array512.rs:144:3 Sep 01 08:15:05.854 INFO kablam! | Sep 01 08:15:05.854 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.854 INFO kablam! | ^^^^^^ Sep 01 08:15:05.854 INFO kablam! | Sep 01 08:15:05.854 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.854 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.854 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.854 INFO kablam! Sep 01 08:15:05.855 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.855 INFO kablam! --> src/arrays/Array512.rs:153:4 Sep 01 08:15:05.855 INFO kablam! | Sep 01 08:15:05.855 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.855 INFO kablam! | ^^^^^^ Sep 01 08:15:05.855 INFO kablam! | Sep 01 08:15:05.855 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.855 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.855 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.855 INFO kablam! Sep 01 08:15:05.856 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.856 INFO kablam! --> src/arrays/Array512.rs:162:8 Sep 01 08:15:05.856 INFO kablam! | Sep 01 08:15:05.856 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.856 INFO kablam! | ^^^^^^ Sep 01 08:15:05.856 INFO kablam! | Sep 01 08:15:05.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.856 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.856 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.857 INFO kablam! Sep 01 08:15:05.857 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.857 INFO kablam! --> src/arrays/Array1024.rs:28:3 Sep 01 08:15:05.857 INFO kablam! | Sep 01 08:15:05.857 INFO kablam! 28 | self.0.as_ptr() Sep 01 08:15:05.857 INFO kablam! | ^^^^^^ Sep 01 08:15:05.857 INFO kablam! | Sep 01 08:15:05.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.857 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.857 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.858 INFO kablam! Sep 01 08:15:05.858 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.858 INFO kablam! --> src/arrays/Array1024.rs:34:3 Sep 01 08:15:05.858 INFO kablam! | Sep 01 08:15:05.858 INFO kablam! 34 | self.0.as_mut_ptr() Sep 01 08:15:05.858 INFO kablam! | ^^^^^^ Sep 01 08:15:05.858 INFO kablam! | Sep 01 08:15:05.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.858 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.858 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.859 INFO kablam! Sep 01 08:15:05.859 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.859 INFO kablam! --> src/arrays/Array1024.rs:56:3 Sep 01 08:15:05.859 INFO kablam! | Sep 01 08:15:05.859 INFO kablam! 56 | self.0[..].fmt(formatter) Sep 01 08:15:05.859 INFO kablam! | ^^^^^^ Sep 01 08:15:05.859 INFO kablam! | Sep 01 08:15:05.859 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.859 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.860 INFO kablam! Sep 01 08:15:05.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.860 INFO kablam! --> src/arrays/Array1024.rs:65:3 Sep 01 08:15:05.860 INFO kablam! | Sep 01 08:15:05.860 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.860 INFO kablam! | ^^^^^^ Sep 01 08:15:05.860 INFO kablam! | Sep 01 08:15:05.860 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.860 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.861 INFO kablam! Sep 01 08:15:05.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.861 INFO kablam! --> src/arrays/Array1024.rs:65:18 Sep 01 08:15:05.861 INFO kablam! | Sep 01 08:15:05.861 INFO kablam! 65 | self.0[..].eq(&other.0[..]) Sep 01 08:15:05.861 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.861 INFO kablam! | Sep 01 08:15:05.861 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.861 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.862 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.862 INFO kablam! Sep 01 08:15:05.862 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.862 INFO kablam! --> src/arrays/Array1024.rs:78:29 Sep 01 08:15:05.862 INFO kablam! | Sep 01 08:15:05.862 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.862 INFO kablam! | ^^^^^^ Sep 01 08:15:05.862 INFO kablam! | Sep 01 08:15:05.862 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.863 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.863 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.863 INFO kablam! Sep 01 08:15:05.863 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.863 INFO kablam! --> src/arrays/Array1024.rs:78:43 Sep 01 08:15:05.863 INFO kablam! | Sep 01 08:15:05.863 INFO kablam! 78 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.863 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.863 INFO kablam! | Sep 01 08:15:05.863 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.863 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.864 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.864 INFO kablam! Sep 01 08:15:05.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.864 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 01 08:15:05.864 INFO kablam! | Sep 01 08:15:05.864 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.864 INFO kablam! | ^^^^^^ Sep 01 08:15:05.864 INFO kablam! | Sep 01 08:15:05.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.865 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.865 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.865 INFO kablam! Sep 01 08:15:05.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.865 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 01 08:15:05.865 INFO kablam! | Sep 01 08:15:05.865 INFO kablam! 84 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.865 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.865 INFO kablam! | Sep 01 08:15:05.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.865 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.866 INFO kablam! Sep 01 08:15:05.866 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.866 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 01 08:15:05.866 INFO kablam! | Sep 01 08:15:05.866 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.866 INFO kablam! | ^^^^^^ Sep 01 08:15:05.866 INFO kablam! | Sep 01 08:15:05.866 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.866 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.866 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.867 INFO kablam! Sep 01 08:15:05.867 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.867 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 01 08:15:05.867 INFO kablam! | Sep 01 08:15:05.867 INFO kablam! 90 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.867 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.867 INFO kablam! | Sep 01 08:15:05.867 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.867 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.867 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.867 INFO kablam! Sep 01 08:15:05.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.868 INFO kablam! --> src/arrays/Array1024.rs:96:20 Sep 01 08:15:05.868 INFO kablam! | Sep 01 08:15:05.868 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.868 INFO kablam! | ^^^^^^ Sep 01 08:15:05.868 INFO kablam! | Sep 01 08:15:05.868 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.868 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.868 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.868 INFO kablam! Sep 01 08:15:05.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.869 INFO kablam! --> src/arrays/Array1024.rs:96:34 Sep 01 08:15:05.869 INFO kablam! | Sep 01 08:15:05.869 INFO kablam! 96 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.869 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.869 INFO kablam! | Sep 01 08:15:05.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.869 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.869 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.869 INFO kablam! Sep 01 08:15:05.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.870 INFO kablam! --> src/arrays/Array1024.rs:102:20 Sep 01 08:15:05.870 INFO kablam! | Sep 01 08:15:05.870 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.870 INFO kablam! | ^^^^^^ Sep 01 08:15:05.870 INFO kablam! | Sep 01 08:15:05.870 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.870 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.870 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.870 INFO kablam! Sep 01 08:15:05.870 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.870 INFO kablam! --> src/arrays/Array1024.rs:102:34 Sep 01 08:15:05.871 INFO kablam! | Sep 01 08:15:05.871 INFO kablam! 102 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.871 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.871 INFO kablam! | Sep 01 08:15:05.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.871 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.871 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.871 INFO kablam! Sep 01 08:15:05.871 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.871 INFO kablam! --> src/arrays/Array1024.rs:111:14 Sep 01 08:15:05.872 INFO kablam! | Sep 01 08:15:05.872 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.872 INFO kablam! | ^^^^^^ Sep 01 08:15:05.872 INFO kablam! | Sep 01 08:15:05.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.872 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.872 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.872 INFO kablam! Sep 01 08:15:05.872 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.872 INFO kablam! --> src/arrays/Array1024.rs:111:28 Sep 01 08:15:05.872 INFO kablam! | Sep 01 08:15:05.873 INFO kablam! 111 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 01 08:15:05.873 INFO kablam! | ^^^^^^^ Sep 01 08:15:05.873 INFO kablam! | Sep 01 08:15:05.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.873 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.873 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.873 INFO kablam! Sep 01 08:15:05.873 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.873 INFO kablam! --> src/arrays/Array1024.rs:120:15 Sep 01 08:15:05.873 INFO kablam! | Sep 01 08:15:05.873 INFO kablam! 120 | Hash::hash(&self.0[..], state) Sep 01 08:15:05.874 INFO kablam! | ^^^^^^ Sep 01 08:15:05.874 INFO kablam! | Sep 01 08:15:05.874 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.874 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.874 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.874 INFO kablam! Sep 01 08:15:05.874 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.874 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 01 08:15:05.874 INFO kablam! | Sep 01 08:15:05.874 INFO kablam! 132 | self.0.iter() Sep 01 08:15:05.874 INFO kablam! | ^^^^^^ Sep 01 08:15:05.875 INFO kablam! | Sep 01 08:15:05.875 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.875 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.875 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.875 INFO kablam! Sep 01 08:15:05.875 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.875 INFO kablam! --> src/arrays/Array1024.rs:144:3 Sep 01 08:15:05.875 INFO kablam! | Sep 01 08:15:05.875 INFO kablam! 144 | self.0.iter_mut() Sep 01 08:15:05.875 INFO kablam! | ^^^^^^ Sep 01 08:15:05.875 INFO kablam! | Sep 01 08:15:05.876 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.876 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.876 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.876 INFO kablam! Sep 01 08:15:05.876 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.876 INFO kablam! --> src/arrays/Array1024.rs:153:4 Sep 01 08:15:05.876 INFO kablam! | Sep 01 08:15:05.876 INFO kablam! 153 | &self.0[..] Sep 01 08:15:05.876 INFO kablam! | ^^^^^^ Sep 01 08:15:05.876 INFO kablam! | Sep 01 08:15:05.877 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.877 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.877 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.877 INFO kablam! Sep 01 08:15:05.877 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 08:15:05.877 INFO kablam! --> src/arrays/Array1024.rs:162:8 Sep 01 08:15:05.877 INFO kablam! | Sep 01 08:15:05.877 INFO kablam! 162 | &mut self.0[..] Sep 01 08:15:05.877 INFO kablam! | ^^^^^^ Sep 01 08:15:05.877 INFO kablam! | Sep 01 08:15:05.877 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 08:15:05.878 INFO kablam! = note: for more information, see issue #46043 Sep 01 08:15:05.878 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 01 08:15:05.878 INFO kablam! Sep 01 08:15:05.878 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 01 08:15:05.878 INFO kablam! --> src/lib.rs:8:12 Sep 01 08:15:05.878 INFO kablam! | Sep 01 08:15:05.878 INFO kablam! 8 | #![feature(associated_consts)] Sep 01 08:15:05.878 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 08:15:05.878 INFO kablam! | Sep 01 08:15:05.878 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 08:15:05.878 INFO kablam! Sep 01 08:15:05.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Sep 01 08:15:05.879 INFO kablam! su: No module specific data is present Sep 01 08:15:06.418 INFO running `"docker" "rm" "-f" "0014cbbee0f7c345bfac65593a9aa6d71a32f12159f41bbb5b3e57aad702ef46"` Sep 01 08:15:06.504 INFO blam! 0014cbbee0f7c345bfac65593a9aa6d71a32f12159f41bbb5b3e57aad702ef46