Sep 19 21:09:28.414 INFO checking rust-extra-0.0.13 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:09:28.414 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:09:28.414 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:09:28.602 INFO blam! 0e93a21bc9b93d2e7043a21871c17434c5647b2a32c924be96611636f68f1a52 Sep 19 21:09:28.604 INFO running `"docker" "start" "-a" "0e93a21bc9b93d2e7043a21871c17434c5647b2a32c924be96611636f68f1a52"` Sep 19 21:09:29.514 INFO kablam! usermod: no changes Sep 19 21:09:29.565 INFO kablam! Checking rust-extra v0.0.13 (/source) Sep 19 21:09:29.814 INFO kablam! warning: unused macro definition Sep 19 21:09:29.814 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 19 21:09:29.814 INFO kablam! | Sep 19 21:09:29.814 INFO kablam! 5 | / macro_rules! do_while_loop Sep 19 21:09:29.814 INFO kablam! 6 | | { Sep 19 21:09:29.814 INFO kablam! 7 | | ( Sep 19 21:09:29.814 INFO kablam! 8 | | do Sep 19 21:09:29.814 INFO kablam! ... | Sep 19 21:09:29.814 INFO kablam! 21 | | }; Sep 19 21:09:29.814 INFO kablam! 22 | | } Sep 19 21:09:29.814 INFO kablam! | |_^ Sep 19 21:09:29.814 INFO kablam! | Sep 19 21:09:29.814 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 21:09:29.814 INFO kablam! Sep 19 21:09:29.850 INFO kablam! warning: unused macro definition Sep 19 21:09:29.850 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 19 21:09:29.850 INFO kablam! | Sep 19 21:09:29.850 INFO kablam! 5 | / macro_rules! do_while_loop Sep 19 21:09:29.850 INFO kablam! 6 | | { Sep 19 21:09:29.850 INFO kablam! 7 | | ( Sep 19 21:09:29.850 INFO kablam! 8 | | do Sep 19 21:09:29.850 INFO kablam! ... | Sep 19 21:09:29.850 INFO kablam! 21 | | }; Sep 19 21:09:29.850 INFO kablam! 22 | | } Sep 19 21:09:29.850 INFO kablam! | |_^ Sep 19 21:09:29.850 INFO kablam! | Sep 19 21:09:29.850 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 21:09:29.850 INFO kablam! Sep 19 21:09:30.231 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.232 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 19 21:09:30.232 INFO kablam! | Sep 19 21:09:30.232 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.232 INFO kablam! | ^^^^^^ Sep 19 21:09:30.232 INFO kablam! | Sep 19 21:09:30.232 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 21:09:30.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.232 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.232 INFO kablam! Sep 19 21:09:30.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.232 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 19 21:09:30.232 INFO kablam! | Sep 19 21:09:30.232 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.232 INFO kablam! | ^^^^^^ Sep 19 21:09:30.232 INFO kablam! | Sep 19 21:09:30.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.232 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.232 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.232 INFO kablam! Sep 19 21:09:30.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.237 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.237 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.237 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.237 INFO kablam! Sep 19 21:09:30.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.237 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.237 INFO kablam! | ^^^^^^ Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.237 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.237 INFO kablam! Sep 19 21:09:30.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.237 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.237 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.237 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.237 INFO kablam! Sep 19 21:09:30.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.237 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.237 INFO kablam! | ^^^^^^ Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.237 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.237 INFO kablam! Sep 19 21:09:30.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.237 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.237 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.237 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.237 INFO kablam! Sep 19 21:09:30.237 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.237 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.237 INFO kablam! | ^^^^^^ Sep 19 21:09:30.237 INFO kablam! | Sep 19 21:09:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.237 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.237 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.238 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.238 INFO kablam! Sep 19 21:09:30.238 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.238 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.238 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.238 INFO kablam! | Sep 19 21:09:30.238 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.238 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.239 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.239 INFO kablam! Sep 19 21:09:30.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.239 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.239 INFO kablam! | ^^^^^^ Sep 19 21:09:30.239 INFO kablam! | Sep 19 21:09:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.239 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.240 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.240 INFO kablam! Sep 19 21:09:30.240 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.240 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 19 21:09:30.240 INFO kablam! | Sep 19 21:09:30.240 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.240 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.240 INFO kablam! | Sep 19 21:09:30.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.240 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.240 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.240 INFO kablam! Sep 19 21:09:30.240 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.240 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 19 21:09:30.240 INFO kablam! | Sep 19 21:09:30.240 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.240 INFO kablam! | ^^^^^^ Sep 19 21:09:30.240 INFO kablam! | Sep 19 21:09:30.240 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.240 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.240 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.240 INFO kablam! Sep 19 21:09:30.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.241 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.241 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.241 INFO kablam! Sep 19 21:09:30.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.241 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.241 INFO kablam! | ^^^^^^ Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.241 INFO kablam! Sep 19 21:09:30.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.241 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.241 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.241 INFO kablam! Sep 19 21:09:30.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.241 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.241 INFO kablam! | ^^^^^^ Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.241 INFO kablam! Sep 19 21:09:30.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.241 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.241 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.241 INFO kablam! | Sep 19 21:09:30.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.241 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.241 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.241 INFO kablam! Sep 19 21:09:30.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.241 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.242 INFO kablam! | ^^^^^^ Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.242 INFO kablam! Sep 19 21:09:30.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.242 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.242 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.242 INFO kablam! Sep 19 21:09:30.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.242 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.242 INFO kablam! | ^^^^^^ Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.242 INFO kablam! Sep 19 21:09:30.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.242 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.242 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.242 INFO kablam! Sep 19 21:09:30.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.242 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.242 INFO kablam! | ^^^^^^ Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.242 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.242 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.242 INFO kablam! Sep 19 21:09:30.242 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.242 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 19 21:09:30.242 INFO kablam! | Sep 19 21:09:30.242 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.242 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.243 INFO kablam! Sep 19 21:09:30.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.243 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.243 INFO kablam! | ^^^^^^ Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.243 INFO kablam! Sep 19 21:09:30.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.243 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.243 INFO kablam! | ^^^^^^ Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.243 INFO kablam! Sep 19 21:09:30.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.243 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.243 INFO kablam! | ^^^^^^ Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.243 INFO kablam! Sep 19 21:09:30.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.243 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.243 INFO kablam! | ^^^^^^ Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.243 INFO kablam! Sep 19 21:09:30.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.243 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.243 INFO kablam! | ^^^^^^ Sep 19 21:09:30.243 INFO kablam! | Sep 19 21:09:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.243 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.243 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.244 INFO kablam! Sep 19 21:09:30.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.244 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.244 INFO kablam! | ^^^^^^ Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.244 INFO kablam! Sep 19 21:09:30.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.244 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.244 INFO kablam! | ^^^^^^ Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.244 INFO kablam! Sep 19 21:09:30.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.244 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.244 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.244 INFO kablam! Sep 19 21:09:30.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.244 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.244 INFO kablam! | ^^^^^^ Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.244 INFO kablam! Sep 19 21:09:30.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.244 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.244 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.244 INFO kablam! | Sep 19 21:09:30.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.244 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.244 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.244 INFO kablam! Sep 19 21:09:30.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.244 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.245 INFO kablam! | ^^^^^^ Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.245 INFO kablam! Sep 19 21:09:30.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.245 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.245 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.245 INFO kablam! Sep 19 21:09:30.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.245 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.245 INFO kablam! | ^^^^^^ Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.245 INFO kablam! Sep 19 21:09:30.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.245 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.245 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.245 INFO kablam! Sep 19 21:09:30.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.245 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.245 INFO kablam! | ^^^^^^ Sep 19 21:09:30.245 INFO kablam! | Sep 19 21:09:30.245 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.245 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.245 INFO kablam! Sep 19 21:09:30.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.245 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 21:09:30.246 INFO kablam! | Sep 19 21:09:30.246 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.246 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.246 INFO kablam! | Sep 19 21:09:30.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.246 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.246 INFO kablam! Sep 19 21:09:30.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.246 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 21:09:30.246 INFO kablam! | Sep 19 21:09:30.246 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.246 INFO kablam! | ^^^^^^ Sep 19 21:09:30.246 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.247 INFO kablam! Sep 19 21:09:30.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.247 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.247 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.247 INFO kablam! Sep 19 21:09:30.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.247 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.247 INFO kablam! | ^^^^^^ Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.247 INFO kablam! Sep 19 21:09:30.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.247 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.247 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.247 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.247 INFO kablam! Sep 19 21:09:30.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.247 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 19 21:09:30.247 INFO kablam! | Sep 19 21:09:30.247 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.248 INFO kablam! | ^^^^^^ Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.248 INFO kablam! Sep 19 21:09:30.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.248 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.248 INFO kablam! | ^^^^^^ Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.248 INFO kablam! Sep 19 21:09:30.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.248 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.248 INFO kablam! | ^^^^^^ Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.248 INFO kablam! Sep 19 21:09:30.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.248 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.248 INFO kablam! | ^^^^^^ Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.248 INFO kablam! Sep 19 21:09:30.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.248 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.248 INFO kablam! | ^^^^^^ Sep 19 21:09:30.248 INFO kablam! | Sep 19 21:09:30.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.248 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.248 INFO kablam! Sep 19 21:09:30.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.249 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.249 INFO kablam! | ^^^^^^ Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.249 INFO kablam! Sep 19 21:09:30.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.249 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.249 INFO kablam! | ^^^^^^ Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.249 INFO kablam! Sep 19 21:09:30.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.249 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.249 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.249 INFO kablam! Sep 19 21:09:30.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.249 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.249 INFO kablam! | ^^^^^^ Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.249 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.249 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.249 INFO kablam! Sep 19 21:09:30.249 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.249 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.249 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.249 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.249 INFO kablam! | Sep 19 21:09:30.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.253 INFO kablam! Sep 19 21:09:30.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.253 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.253 INFO kablam! | ^^^^^^ Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.253 INFO kablam! Sep 19 21:09:30.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.253 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.253 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.253 INFO kablam! Sep 19 21:09:30.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.253 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.253 INFO kablam! | ^^^^^^ Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.253 INFO kablam! Sep 19 21:09:30.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.253 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.253 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.253 INFO kablam! Sep 19 21:09:30.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.253 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.253 INFO kablam! | ^^^^^^ Sep 19 21:09:30.253 INFO kablam! | Sep 19 21:09:30.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.253 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.253 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.253 INFO kablam! Sep 19 21:09:30.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.254 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.254 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.254 INFO kablam! Sep 19 21:09:30.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.254 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.254 INFO kablam! | ^^^^^^ Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.254 INFO kablam! Sep 19 21:09:30.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.254 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.254 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.254 INFO kablam! Sep 19 21:09:30.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.254 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.254 INFO kablam! | ^^^^^^ Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.254 INFO kablam! Sep 19 21:09:30.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.254 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.254 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.254 INFO kablam! | Sep 19 21:09:30.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.254 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.254 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.254 INFO kablam! Sep 19 21:09:30.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.255 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.255 INFO kablam! | ^^^^^^ Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.255 INFO kablam! Sep 19 21:09:30.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.255 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.255 INFO kablam! | ^^^^^^ Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.255 INFO kablam! Sep 19 21:09:30.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.255 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.255 INFO kablam! | ^^^^^^ Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.255 INFO kablam! Sep 19 21:09:30.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.255 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.255 INFO kablam! | ^^^^^^ Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.255 INFO kablam! Sep 19 21:09:30.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.255 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.255 INFO kablam! | ^^^^^^ Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.255 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.255 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.255 INFO kablam! Sep 19 21:09:30.255 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.255 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.255 INFO kablam! | ^^^^^^ Sep 19 21:09:30.255 INFO kablam! | Sep 19 21:09:30.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.256 INFO kablam! Sep 19 21:09:30.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.256 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.256 INFO kablam! | ^^^^^^ Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.256 INFO kablam! Sep 19 21:09:30.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.256 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.256 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.256 INFO kablam! Sep 19 21:09:30.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.256 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.256 INFO kablam! | ^^^^^^ Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.256 INFO kablam! Sep 19 21:09:30.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.256 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.256 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.256 INFO kablam! Sep 19 21:09:30.256 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.256 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.256 INFO kablam! | ^^^^^^ Sep 19 21:09:30.256 INFO kablam! | Sep 19 21:09:30.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.256 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.256 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.256 INFO kablam! Sep 19 21:09:30.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.257 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.257 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.257 INFO kablam! Sep 19 21:09:30.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.257 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.257 INFO kablam! | ^^^^^^ Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.257 INFO kablam! Sep 19 21:09:30.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.257 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.257 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.257 INFO kablam! Sep 19 21:09:30.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.257 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.257 INFO kablam! | ^^^^^^ Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.257 INFO kablam! Sep 19 21:09:30.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.257 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.257 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.257 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.257 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.257 INFO kablam! Sep 19 21:09:30.257 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.257 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 21:09:30.257 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.258 INFO kablam! | ^^^^^^ Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.258 INFO kablam! Sep 19 21:09:30.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.258 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.258 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.258 INFO kablam! Sep 19 21:09:30.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.258 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.258 INFO kablam! | ^^^^^^ Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.258 INFO kablam! Sep 19 21:09:30.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.258 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.258 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.258 INFO kablam! Sep 19 21:09:30.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.258 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.258 INFO kablam! | ^^^^^^ Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.258 INFO kablam! Sep 19 21:09:30.258 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.258 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.258 INFO kablam! | ^^^^^^ Sep 19 21:09:30.258 INFO kablam! | Sep 19 21:09:30.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.258 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.258 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.258 INFO kablam! Sep 19 21:09:30.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.259 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.259 INFO kablam! | ^^^^^^ Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.259 INFO kablam! Sep 19 21:09:30.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.259 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.259 INFO kablam! | ^^^^^^ Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.259 INFO kablam! Sep 19 21:09:30.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.259 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.259 INFO kablam! | ^^^^^^ Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.259 INFO kablam! Sep 19 21:09:30.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.259 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.259 INFO kablam! | ^^^^^^ Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.259 INFO kablam! Sep 19 21:09:30.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.259 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.259 INFO kablam! | ^^^^^^ Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.259 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.259 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.259 INFO kablam! Sep 19 21:09:30.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.259 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 19 21:09:30.259 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.260 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.260 INFO kablam! Sep 19 21:09:30.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.260 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.260 INFO kablam! | ^^^^^^ Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.260 INFO kablam! Sep 19 21:09:30.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.260 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.260 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.260 INFO kablam! Sep 19 21:09:30.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.260 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.260 INFO kablam! | ^^^^^^ Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.260 INFO kablam! Sep 19 21:09:30.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.260 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.260 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.260 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.260 INFO kablam! Sep 19 21:09:30.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.260 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.260 INFO kablam! | ^^^^^^ Sep 19 21:09:30.260 INFO kablam! | Sep 19 21:09:30.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.260 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.261 INFO kablam! Sep 19 21:09:30.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.261 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.261 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.261 INFO kablam! Sep 19 21:09:30.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.261 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.261 INFO kablam! | ^^^^^^ Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.261 INFO kablam! Sep 19 21:09:30.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.261 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.261 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.261 INFO kablam! Sep 19 21:09:30.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.261 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.261 INFO kablam! | ^^^^^^ Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.261 INFO kablam! Sep 19 21:09:30.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.261 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.261 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.261 INFO kablam! | Sep 19 21:09:30.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.261 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.261 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.261 INFO kablam! Sep 19 21:09:30.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.262 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.262 INFO kablam! | ^^^^^^ Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.262 INFO kablam! Sep 19 21:09:30.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.262 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.262 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.262 INFO kablam! Sep 19 21:09:30.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.262 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.262 INFO kablam! | ^^^^^^ Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.262 INFO kablam! Sep 19 21:09:30.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.262 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.262 INFO kablam! | ^^^^^^ Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.262 INFO kablam! Sep 19 21:09:30.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.262 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.262 INFO kablam! | ^^^^^^ Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.262 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.262 INFO kablam! Sep 19 21:09:30.262 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.262 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.262 INFO kablam! | ^^^^^^ Sep 19 21:09:30.262 INFO kablam! | Sep 19 21:09:30.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.262 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.263 INFO kablam! Sep 19 21:09:30.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.263 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.263 INFO kablam! | ^^^^^^ Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.263 INFO kablam! Sep 19 21:09:30.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.263 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.263 INFO kablam! | ^^^^^^ Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.263 INFO kablam! Sep 19 21:09:30.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.263 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.263 INFO kablam! | ^^^^^^ Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.263 INFO kablam! Sep 19 21:09:30.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.263 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.263 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.263 INFO kablam! Sep 19 21:09:30.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.263 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.263 INFO kablam! | ^^^^^^ Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.263 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.263 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.263 INFO kablam! Sep 19 21:09:30.263 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.263 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 19 21:09:30.263 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.264 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.264 INFO kablam! Sep 19 21:09:30.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.264 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.264 INFO kablam! | ^^^^^^ Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.264 INFO kablam! Sep 19 21:09:30.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.264 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.264 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.264 INFO kablam! Sep 19 21:09:30.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.264 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.264 INFO kablam! | ^^^^^^ Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.264 INFO kablam! Sep 19 21:09:30.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.264 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.264 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.264 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.264 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.264 INFO kablam! Sep 19 21:09:30.264 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.264 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 21:09:30.264 INFO kablam! | Sep 19 21:09:30.264 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.264 INFO kablam! | ^^^^^^ Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.265 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.265 INFO kablam! Sep 19 21:09:30.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.265 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.265 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.265 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.265 INFO kablam! Sep 19 21:09:30.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.265 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.265 INFO kablam! | ^^^^^^ Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.265 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.265 INFO kablam! Sep 19 21:09:30.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.265 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.265 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.265 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.265 INFO kablam! Sep 19 21:09:30.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.265 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.265 INFO kablam! | ^^^^^^ Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.265 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.265 INFO kablam! Sep 19 21:09:30.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.265 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.265 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.265 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.265 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.265 INFO kablam! Sep 19 21:09:30.265 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.265 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 19 21:09:30.265 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.266 INFO kablam! | ^^^^^^ Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.266 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.266 INFO kablam! Sep 19 21:09:30.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.266 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.266 INFO kablam! | ^^^^^^ Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.266 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.266 INFO kablam! Sep 19 21:09:30.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.266 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.266 INFO kablam! | ^^^^^^ Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.266 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.266 INFO kablam! Sep 19 21:09:30.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.266 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.266 INFO kablam! | ^^^^^^ Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.266 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.266 INFO kablam! Sep 19 21:09:30.266 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.266 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.266 INFO kablam! | ^^^^^^ Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.266 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.266 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.266 INFO kablam! Sep 19 21:09:30.266 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 21:09:30.266 INFO kablam! --> src/lib.rs:8:12 Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.266 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 21:09:30.266 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 21:09:30.266 INFO kablam! | Sep 19 21:09:30.267 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:09:30.267 INFO kablam! Sep 19 21:09:30.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.275 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 19 21:09:30.275 INFO kablam! | Sep 19 21:09:30.275 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.275 INFO kablam! | ^^^^^^ Sep 19 21:09:30.275 INFO kablam! | Sep 19 21:09:30.275 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 21:09:30.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.275 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.275 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.275 INFO kablam! Sep 19 21:09:30.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.275 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 19 21:09:30.275 INFO kablam! | Sep 19 21:09:30.275 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.275 INFO kablam! | ^^^^^^ Sep 19 21:09:30.275 INFO kablam! | Sep 19 21:09:30.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.275 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.275 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.275 INFO kablam! Sep 19 21:09:30.275 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.275 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 19 21:09:30.275 INFO kablam! | Sep 19 21:09:30.275 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.275 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.275 INFO kablam! | Sep 19 21:09:30.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.275 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.275 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.276 INFO kablam! Sep 19 21:09:30.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.276 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.276 INFO kablam! | ^^^^^^ Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.276 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.276 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.276 INFO kablam! Sep 19 21:09:30.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.276 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.276 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.276 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.276 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.276 INFO kablam! Sep 19 21:09:30.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.276 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.276 INFO kablam! | ^^^^^^ Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.276 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.276 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.276 INFO kablam! Sep 19 21:09:30.276 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.276 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 19 21:09:30.276 INFO kablam! | Sep 19 21:09:30.276 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.276 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.277 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.277 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.277 INFO kablam! Sep 19 21:09:30.277 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.277 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.277 INFO kablam! | ^^^^^^ Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.277 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.277 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.277 INFO kablam! Sep 19 21:09:30.277 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.277 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.277 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.277 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.277 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.277 INFO kablam! Sep 19 21:09:30.277 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.277 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.277 INFO kablam! | ^^^^^^ Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.277 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.277 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.277 INFO kablam! Sep 19 21:09:30.277 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.277 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.277 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.277 INFO kablam! | Sep 19 21:09:30.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.277 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.277 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.278 INFO kablam! Sep 19 21:09:30.278 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.278 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.278 INFO kablam! | ^^^^^^ Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.278 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.278 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.278 INFO kablam! Sep 19 21:09:30.278 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.278 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.278 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.278 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.278 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.278 INFO kablam! Sep 19 21:09:30.278 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.278 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.278 INFO kablam! | ^^^^^^ Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.278 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.278 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.278 INFO kablam! Sep 19 21:09:30.278 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.278 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.278 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.278 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.278 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.278 INFO kablam! Sep 19 21:09:30.278 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.278 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.278 INFO kablam! | ^^^^^^ Sep 19 21:09:30.278 INFO kablam! | Sep 19 21:09:30.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.278 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.278 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.278 INFO kablam! Sep 19 21:09:30.278 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.278 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.279 INFO kablam! | ^^^^^^ Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.279 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.279 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.279 INFO kablam! Sep 19 21:09:30.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.279 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.279 INFO kablam! | ^^^^^^ Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.279 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.279 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.279 INFO kablam! Sep 19 21:09:30.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.279 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.279 INFO kablam! | ^^^^^^ Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.279 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.279 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.279 INFO kablam! Sep 19 21:09:30.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.279 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.279 INFO kablam! | ^^^^^^ Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.279 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.279 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.279 INFO kablam! Sep 19 21:09:30.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.279 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.279 INFO kablam! | ^^^^^^ Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.279 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.279 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.279 INFO kablam! Sep 19 21:09:30.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.279 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 19 21:09:30.279 INFO kablam! | Sep 19 21:09:30.279 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.279 INFO kablam! | ^^^^^^ Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.280 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.280 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.280 INFO kablam! Sep 19 21:09:30.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.280 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.280 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.280 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.280 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.280 INFO kablam! Sep 19 21:09:30.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.280 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.280 INFO kablam! | ^^^^^^ Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.280 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.280 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.280 INFO kablam! Sep 19 21:09:30.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.280 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.280 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.280 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.280 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.280 INFO kablam! Sep 19 21:09:30.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.280 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.280 INFO kablam! | ^^^^^^ Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.280 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.280 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.280 INFO kablam! Sep 19 21:09:30.280 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.280 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.280 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.280 INFO kablam! | Sep 19 21:09:30.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.280 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.281 INFO kablam! Sep 19 21:09:30.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.281 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.281 INFO kablam! | ^^^^^^ Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.281 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.281 INFO kablam! Sep 19 21:09:30.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.281 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.281 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.281 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.281 INFO kablam! Sep 19 21:09:30.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.281 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.281 INFO kablam! | ^^^^^^ Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.281 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.281 INFO kablam! Sep 19 21:09:30.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.281 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.281 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.281 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.281 INFO kablam! Sep 19 21:09:30.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.281 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.281 INFO kablam! | ^^^^^^ Sep 19 21:09:30.281 INFO kablam! | Sep 19 21:09:30.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.281 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.281 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.281 INFO kablam! Sep 19 21:09:30.281 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.282 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.282 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.282 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.282 INFO kablam! Sep 19 21:09:30.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.282 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.282 INFO kablam! | ^^^^^^ Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.282 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.282 INFO kablam! Sep 19 21:09:30.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.282 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.282 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.282 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.282 INFO kablam! Sep 19 21:09:30.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.282 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.282 INFO kablam! | ^^^^^^ Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.282 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.282 INFO kablam! Sep 19 21:09:30.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.282 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.282 INFO kablam! | ^^^^^^ Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.282 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.282 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.282 INFO kablam! Sep 19 21:09:30.282 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.282 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 19 21:09:30.282 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.283 INFO kablam! | ^^^^^^ Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.283 INFO kablam! Sep 19 21:09:30.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.283 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.283 INFO kablam! | ^^^^^^ Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.283 INFO kablam! Sep 19 21:09:30.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.283 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.283 INFO kablam! | ^^^^^^ Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.283 INFO kablam! Sep 19 21:09:30.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.283 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.283 INFO kablam! | ^^^^^^ Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.283 INFO kablam! Sep 19 21:09:30.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.283 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.283 INFO kablam! | ^^^^^^ Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.283 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.283 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.283 INFO kablam! Sep 19 21:09:30.283 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.283 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 19 21:09:30.283 INFO kablam! | Sep 19 21:09:30.283 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.283 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.284 INFO kablam! Sep 19 21:09:30.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.284 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.284 INFO kablam! | ^^^^^^ Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.284 INFO kablam! Sep 19 21:09:30.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.284 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.284 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.284 INFO kablam! Sep 19 21:09:30.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.284 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.284 INFO kablam! | ^^^^^^ Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.284 INFO kablam! Sep 19 21:09:30.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.284 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.284 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.284 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.284 INFO kablam! Sep 19 21:09:30.284 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.284 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.284 INFO kablam! | ^^^^^^ Sep 19 21:09:30.284 INFO kablam! | Sep 19 21:09:30.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.284 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.285 INFO kablam! Sep 19 21:09:30.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.285 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.285 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.285 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.285 INFO kablam! Sep 19 21:09:30.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.285 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.285 INFO kablam! | ^^^^^^ Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.285 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.285 INFO kablam! Sep 19 21:09:30.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.285 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.285 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.285 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.285 INFO kablam! Sep 19 21:09:30.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.285 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.285 INFO kablam! | ^^^^^^ Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.285 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.285 INFO kablam! Sep 19 21:09:30.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.285 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.285 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.285 INFO kablam! | Sep 19 21:09:30.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.285 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.285 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.285 INFO kablam! Sep 19 21:09:30.285 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.286 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.286 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.286 INFO kablam! | ^^^^^^ Sep 19 21:09:30.286 INFO kablam! | Sep 19 21:09:30.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.286 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.286 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.286 INFO kablam! Sep 19 21:09:30.286 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.287 INFO kablam! Sep 19 21:09:30.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.287 INFO kablam! Sep 19 21:09:30.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.287 INFO kablam! Sep 19 21:09:30.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.287 INFO kablam! Sep 19 21:09:30.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.287 INFO kablam! Sep 19 21:09:30.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.287 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.287 INFO kablam! Sep 19 21:09:30.287 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.287 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.287 INFO kablam! | ^^^^^^ Sep 19 21:09:30.287 INFO kablam! | Sep 19 21:09:30.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.287 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.290 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.290 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.290 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.290 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.290 INFO kablam! | ^^^^^^ Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.290 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.290 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.290 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.290 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.290 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.290 INFO kablam! | ^^^^^^ Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.290 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.290 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.290 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.290 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.290 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.290 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.290 INFO kablam! | ^^^^^^ Sep 19 21:09:30.290 INFO kablam! | Sep 19 21:09:30.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.290 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.290 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.290 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.291 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.291 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.291 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.291 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.291 INFO kablam! | ^^^^^^ Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.291 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.291 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.291 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.291 INFO kablam! | ^^^^^^ Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.291 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.291 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.291 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.291 INFO kablam! | ^^^^^^ Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.291 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.291 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.291 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.291 INFO kablam! | ^^^^^^ Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.291 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.291 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.291 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.291 INFO kablam! | ^^^^^^ Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.291 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.291 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.291 INFO kablam! Sep 19 21:09:30.291 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.291 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 19 21:09:30.291 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.292 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.292 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.292 INFO kablam! Sep 19 21:09:30.292 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.292 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.292 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.292 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.292 INFO kablam! Sep 19 21:09:30.292 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.292 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.292 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.292 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.292 INFO kablam! Sep 19 21:09:30.292 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.292 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.292 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.292 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.292 INFO kablam! Sep 19 21:09:30.292 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.292 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.292 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.292 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.292 INFO kablam! Sep 19 21:09:30.292 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.292 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.292 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.292 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.292 INFO kablam! Sep 19 21:09:30.292 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.292 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.292 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.292 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.292 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.293 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.293 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.293 INFO kablam! Sep 19 21:09:30.293 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.293 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.293 INFO kablam! | ^^^^^^ Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.293 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.293 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.293 INFO kablam! Sep 19 21:09:30.293 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.293 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.293 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.293 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.293 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.293 INFO kablam! Sep 19 21:09:30.293 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.293 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.293 INFO kablam! | ^^^^^^ Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.293 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.293 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.293 INFO kablam! Sep 19 21:09:30.293 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.293 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.293 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.293 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.293 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.293 INFO kablam! Sep 19 21:09:30.293 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.293 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.293 INFO kablam! | ^^^^^^ Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.293 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.293 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.293 INFO kablam! Sep 19 21:09:30.293 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.293 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 19 21:09:30.293 INFO kablam! | Sep 19 21:09:30.293 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.293 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.294 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.294 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.294 INFO kablam! Sep 19 21:09:30.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.294 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.294 INFO kablam! | ^^^^^^ Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.294 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.294 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.294 INFO kablam! Sep 19 21:09:30.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.294 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.294 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.294 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.294 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.294 INFO kablam! Sep 19 21:09:30.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.294 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.294 INFO kablam! | ^^^^^^ Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.294 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.294 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.294 INFO kablam! Sep 19 21:09:30.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.294 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.294 INFO kablam! | ^^^^^^ Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.294 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.294 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.294 INFO kablam! Sep 19 21:09:30.294 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.294 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.294 INFO kablam! | ^^^^^^ Sep 19 21:09:30.294 INFO kablam! | Sep 19 21:09:30.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.294 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.294 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.294 INFO kablam! Sep 19 21:09:30.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.295 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.295 INFO kablam! | ^^^^^^ Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.295 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.295 INFO kablam! Sep 19 21:09:30.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.295 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.295 INFO kablam! | ^^^^^^ Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.295 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.295 INFO kablam! Sep 19 21:09:30.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.295 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.295 INFO kablam! | ^^^^^^ Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.295 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.295 INFO kablam! Sep 19 21:09:30.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.295 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.295 INFO kablam! | ^^^^^^ Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.295 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.295 INFO kablam! Sep 19 21:09:30.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.295 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.295 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.295 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.295 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.295 INFO kablam! Sep 19 21:09:30.295 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.295 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 19 21:09:30.295 INFO kablam! | Sep 19 21:09:30.295 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.295 INFO kablam! | ^^^^^^ Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.296 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.296 INFO kablam! Sep 19 21:09:30.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.296 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.296 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.296 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.296 INFO kablam! Sep 19 21:09:30.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.296 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.296 INFO kablam! | ^^^^^^ Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.296 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.296 INFO kablam! Sep 19 21:09:30.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.296 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.296 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.296 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.296 INFO kablam! Sep 19 21:09:30.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.296 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.296 INFO kablam! | ^^^^^^ Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.296 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.296 INFO kablam! Sep 19 21:09:30.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.296 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.296 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.296 INFO kablam! | Sep 19 21:09:30.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.296 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.296 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.296 INFO kablam! Sep 19 21:09:30.296 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.296 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.297 INFO kablam! | ^^^^^^ Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.297 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.297 INFO kablam! Sep 19 21:09:30.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.297 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.297 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.297 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.297 INFO kablam! Sep 19 21:09:30.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.297 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.297 INFO kablam! | ^^^^^^ Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.297 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.297 INFO kablam! Sep 19 21:09:30.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.297 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.297 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.297 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.297 INFO kablam! Sep 19 21:09:30.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.297 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.297 INFO kablam! | ^^^^^^ Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.297 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.297 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.297 INFO kablam! Sep 19 21:09:30.297 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.297 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.297 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.297 INFO kablam! | Sep 19 21:09:30.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.298 INFO kablam! Sep 19 21:09:30.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.298 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.298 INFO kablam! | ^^^^^^ Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.298 INFO kablam! Sep 19 21:09:30.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.298 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.298 INFO kablam! | ^^^^^^ Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.298 INFO kablam! Sep 19 21:09:30.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.298 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.298 INFO kablam! | ^^^^^^ Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.298 INFO kablam! Sep 19 21:09:30.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.298 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.298 INFO kablam! | ^^^^^^ Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.298 INFO kablam! Sep 19 21:09:30.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.298 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.298 INFO kablam! | ^^^^^^ Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.298 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.298 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.298 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.298 INFO kablam! Sep 19 21:09:30.298 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.298 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 19 21:09:30.298 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.299 INFO kablam! | ^^^^^^ Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.299 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.299 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.299 INFO kablam! Sep 19 21:09:30.299 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.299 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 19 21:09:30.299 INFO kablam! | Sep 19 21:09:30.299 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 19 21:09:30.300 INFO kablam! | ^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.300 INFO kablam! Sep 19 21:09:30.300 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.300 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! 120 | self.0.iter() Sep 19 21:09:30.300 INFO kablam! | ^^^^^^ Sep 19 21:09:30.300 INFO kablam! | Sep 19 21:09:30.300 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.300 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.300 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.301 INFO kablam! Sep 19 21:09:30.301 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.301 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! 132 | self.0.iter_mut() Sep 19 21:09:30.301 INFO kablam! | ^^^^^^ Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.301 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.301 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.301 INFO kablam! Sep 19 21:09:30.301 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.301 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! 141 | &self.0[..] Sep 19 21:09:30.301 INFO kablam! | ^^^^^^ Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.301 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.301 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.301 INFO kablam! Sep 19 21:09:30.301 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 21:09:30.301 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! 150 | &mut self.0[..] Sep 19 21:09:30.301 INFO kablam! | ^^^^^^ Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 21:09:30.301 INFO kablam! = note: for more information, see issue #46043 Sep 19 21:09:30.301 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 19 21:09:30.301 INFO kablam! Sep 19 21:09:30.301 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 19 21:09:30.301 INFO kablam! --> src/lib.rs:8:12 Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! 8 | #![feature(associated_consts)] Sep 19 21:09:30.301 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 21:09:30.301 INFO kablam! | Sep 19 21:09:30.301 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:09:30.301 INFO kablam! Sep 19 21:09:30.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Sep 19 21:09:30.322 INFO kablam! su: No module specific data is present Sep 19 21:09:30.771 INFO running `"docker" "rm" "-f" "0e93a21bc9b93d2e7043a21871c17434c5647b2a32c924be96611636f68f1a52"` Sep 19 21:09:30.846 INFO blam! 0e93a21bc9b93d2e7043a21871c17434c5647b2a32c924be96611636f68f1a52