Sep 06 00:52:45.963 INFO checking rust-extra-0.0.13 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:52:45.963 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:52:45.963 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:52:46.220 INFO blam! 2b61ecb632c4342bd3835afc6b22027680cb7a9251f51b40ae8bd498127ea294 Sep 06 00:52:46.224 INFO running `"docker" "start" "-a" "2b61ecb632c4342bd3835afc6b22027680cb7a9251f51b40ae8bd498127ea294"` Sep 06 00:52:47.171 INFO kablam! usermod: no changes Sep 06 00:52:47.245 INFO kablam! Checking rust-extra v0.0.13 (file:///source) Sep 06 00:52:47.594 INFO kablam! warning: unused macro definition Sep 06 00:52:47.594 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 06 00:52:47.594 INFO kablam! | Sep 06 00:52:47.594 INFO kablam! 5 | / macro_rules! do_while_loop Sep 06 00:52:47.594 INFO kablam! 6 | | { Sep 06 00:52:47.594 INFO kablam! 7 | | ( Sep 06 00:52:47.594 INFO kablam! 8 | | do Sep 06 00:52:47.594 INFO kablam! ... | Sep 06 00:52:47.594 INFO kablam! 21 | | }; Sep 06 00:52:47.594 INFO kablam! 22 | | } Sep 06 00:52:47.594 INFO kablam! | |_^ Sep 06 00:52:47.594 INFO kablam! | Sep 06 00:52:47.594 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 06 00:52:47.594 INFO kablam! Sep 06 00:52:47.594 INFO kablam! warning: unused macro definition Sep 06 00:52:47.594 INFO kablam! --> src/do_while_loop.rs:5:1 Sep 06 00:52:47.594 INFO kablam! | Sep 06 00:52:47.594 INFO kablam! 5 | / macro_rules! do_while_loop Sep 06 00:52:47.594 INFO kablam! 6 | | { Sep 06 00:52:47.594 INFO kablam! 7 | | ( Sep 06 00:52:47.594 INFO kablam! 8 | | do Sep 06 00:52:47.594 INFO kablam! ... | Sep 06 00:52:47.594 INFO kablam! 21 | | }; Sep 06 00:52:47.594 INFO kablam! 22 | | } Sep 06 00:52:47.594 INFO kablam! | |_^ Sep 06 00:52:47.614 INFO kablam! | Sep 06 00:52:47.614 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 06 00:52:47.614 INFO kablam! Sep 06 00:52:48.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.042 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.042 INFO kablam! | ^^^^^^ Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 00:52:48.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.042 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.042 INFO kablam! Sep 06 00:52:48.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.042 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.042 INFO kablam! | ^^^^^^ Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.042 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.042 INFO kablam! Sep 06 00:52:48.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.042 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.042 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.042 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.042 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.042 INFO kablam! Sep 06 00:52:48.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.042 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 06 00:52:48.042 INFO kablam! | Sep 06 00:52:48.042 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.043 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.043 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.043 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.043 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.043 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.043 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.043 INFO kablam! | ^^^^^^ Sep 06 00:52:48.043 INFO kablam! | Sep 06 00:52:48.043 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.043 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.043 INFO kablam! Sep 06 00:52:48.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.044 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.044 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.044 INFO kablam! Sep 06 00:52:48.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.044 INFO kablam! | ^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.044 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.044 INFO kablam! Sep 06 00:52:48.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.044 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.044 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.044 INFO kablam! Sep 06 00:52:48.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.044 INFO kablam! | ^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.044 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.044 INFO kablam! Sep 06 00:52:48.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.044 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.044 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.044 INFO kablam! Sep 06 00:52:48.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.044 INFO kablam! | ^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.044 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.044 INFO kablam! Sep 06 00:52:48.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.044 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.044 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.044 INFO kablam! | ^^^^^^ Sep 06 00:52:48.044 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.045 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.045 INFO kablam! Sep 06 00:52:48.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.045 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.045 INFO kablam! | ^^^^^^ Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.045 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.045 INFO kablam! Sep 06 00:52:48.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.045 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.045 INFO kablam! | ^^^^^^ Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.045 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.045 INFO kablam! Sep 06 00:52:48.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.045 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.045 INFO kablam! | ^^^^^^ Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.045 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.045 INFO kablam! Sep 06 00:52:48.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.045 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 06 00:52:48.045 INFO kablam! | Sep 06 00:52:48.045 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.046 INFO kablam! | ^^^^^^ Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.046 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.046 INFO kablam! Sep 06 00:52:48.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.046 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.046 INFO kablam! | ^^^^^^ Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.046 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.046 INFO kablam! Sep 06 00:52:48.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.046 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.046 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.046 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.046 INFO kablam! Sep 06 00:52:48.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.046 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.046 INFO kablam! | ^^^^^^ Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.046 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.046 INFO kablam! Sep 06 00:52:48.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.046 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.046 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.046 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.046 INFO kablam! Sep 06 00:52:48.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.046 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 06 00:52:48.046 INFO kablam! | Sep 06 00:52:48.046 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.047 INFO kablam! | ^^^^^^ Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.047 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.047 INFO kablam! Sep 06 00:52:48.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.047 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.047 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.047 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.047 INFO kablam! Sep 06 00:52:48.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.047 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.047 INFO kablam! | ^^^^^^ Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.047 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.047 INFO kablam! Sep 06 00:52:48.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.047 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.047 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.047 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.047 INFO kablam! Sep 06 00:52:48.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.047 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.047 INFO kablam! | ^^^^^^ Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.047 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.047 INFO kablam! Sep 06 00:52:48.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.047 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.047 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.047 INFO kablam! | Sep 06 00:52:48.047 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.047 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.047 INFO kablam! Sep 06 00:52:48.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.048 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.048 INFO kablam! | ^^^^^^ Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.048 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.048 INFO kablam! Sep 06 00:52:48.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.048 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.048 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.048 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.048 INFO kablam! Sep 06 00:52:48.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.048 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.048 INFO kablam! | ^^^^^^ Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.048 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.048 INFO kablam! Sep 06 00:52:48.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.048 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.048 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.048 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.048 INFO kablam! Sep 06 00:52:48.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.048 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.048 INFO kablam! | ^^^^^^ Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.048 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.048 INFO kablam! Sep 06 00:52:48.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.048 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.048 INFO kablam! | ^^^^^^ Sep 06 00:52:48.048 INFO kablam! | Sep 06 00:52:48.048 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.048 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.049 INFO kablam! Sep 06 00:52:48.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.049 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.049 INFO kablam! | ^^^^^^ Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.049 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.049 INFO kablam! Sep 06 00:52:48.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.049 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.049 INFO kablam! | ^^^^^^ Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.049 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.049 INFO kablam! Sep 06 00:52:48.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.049 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.049 INFO kablam! | ^^^^^^ Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.049 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.049 INFO kablam! Sep 06 00:52:48.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.049 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.049 INFO kablam! | ^^^^^^ Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.049 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.049 INFO kablam! Sep 06 00:52:48.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.049 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.049 INFO kablam! | ^^^^^^ Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.049 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.049 INFO kablam! Sep 06 00:52:48.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.049 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.049 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.049 INFO kablam! | Sep 06 00:52:48.049 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.049 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.050 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.050 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.050 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.050 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.050 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.050 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.050 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.050 INFO kablam! Sep 06 00:52:48.050 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.050 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.050 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.050 INFO kablam! | ^^^^^^ Sep 06 00:52:48.050 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.051 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.051 INFO kablam! Sep 06 00:52:48.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.051 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.051 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.051 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.051 INFO kablam! Sep 06 00:52:48.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.051 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.051 INFO kablam! | ^^^^^^ Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.051 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.051 INFO kablam! Sep 06 00:52:48.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.051 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.051 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.051 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.051 INFO kablam! Sep 06 00:52:48.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.051 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.051 INFO kablam! | ^^^^^^ Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.051 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.051 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.051 INFO kablam! Sep 06 00:52:48.051 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.051 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.051 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.051 INFO kablam! | Sep 06 00:52:48.051 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.051 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.052 INFO kablam! | ^^^^^^ Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.052 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.052 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.052 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.052 INFO kablam! Sep 06 00:52:48.052 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.052 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 06 00:52:48.052 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.053 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.053 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.053 INFO kablam! Sep 06 00:52:48.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.053 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.053 INFO kablam! | ^^^^^^ Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.053 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.053 INFO kablam! Sep 06 00:52:48.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.053 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.053 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.053 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.053 INFO kablam! Sep 06 00:52:48.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.053 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.053 INFO kablam! | ^^^^^^ Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.053 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.053 INFO kablam! Sep 06 00:52:48.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.053 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.053 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.053 INFO kablam! | Sep 06 00:52:48.053 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.053 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.053 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.053 INFO kablam! Sep 06 00:52:48.053 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.053 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.054 INFO kablam! | ^^^^^^ Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.054 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.054 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.054 INFO kablam! Sep 06 00:52:48.054 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.054 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.054 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.054 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.054 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.054 INFO kablam! Sep 06 00:52:48.054 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.054 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.054 INFO kablam! | ^^^^^^ Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.054 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.054 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.054 INFO kablam! Sep 06 00:52:48.054 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.054 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.054 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.054 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.054 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.054 INFO kablam! Sep 06 00:52:48.054 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.054 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.054 INFO kablam! | ^^^^^^ Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.054 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.054 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.054 INFO kablam! Sep 06 00:52:48.054 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.054 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.054 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.054 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.054 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.055 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.055 INFO kablam! Sep 06 00:52:48.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.055 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.055 INFO kablam! | ^^^^^^ Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.055 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.055 INFO kablam! Sep 06 00:52:48.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.055 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.055 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.055 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.055 INFO kablam! Sep 06 00:52:48.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.055 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.055 INFO kablam! | ^^^^^^ Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.055 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.055 INFO kablam! Sep 06 00:52:48.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.055 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.055 INFO kablam! | ^^^^^^ Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.055 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.055 INFO kablam! Sep 06 00:52:48.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.055 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.055 INFO kablam! | ^^^^^^ Sep 06 00:52:48.055 INFO kablam! | Sep 06 00:52:48.055 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.055 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.055 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.055 INFO kablam! Sep 06 00:52:48.055 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.056 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.056 INFO kablam! | ^^^^^^ Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.056 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.056 INFO kablam! Sep 06 00:52:48.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.056 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.056 INFO kablam! | ^^^^^^ Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.056 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.056 INFO kablam! Sep 06 00:52:48.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.056 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.056 INFO kablam! | ^^^^^^ Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.056 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.056 INFO kablam! Sep 06 00:52:48.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.056 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.056 INFO kablam! | ^^^^^^ Sep 06 00:52:48.056 INFO kablam! | Sep 06 00:52:48.056 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.056 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.056 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.056 INFO kablam! Sep 06 00:52:48.056 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.057 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.057 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.057 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.057 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.057 INFO kablam! Sep 06 00:52:48.057 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.057 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.057 INFO kablam! | ^^^^^^ Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.057 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.057 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.057 INFO kablam! Sep 06 00:52:48.057 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.057 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.057 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.057 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.057 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.057 INFO kablam! Sep 06 00:52:48.057 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.057 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.057 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.057 INFO kablam! | ^^^^^^ Sep 06 00:52:48.057 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.058 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.058 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.058 INFO kablam! Sep 06 00:52:48.058 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.058 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.058 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.058 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.058 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.058 INFO kablam! Sep 06 00:52:48.058 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.058 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.058 INFO kablam! | ^^^^^^ Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.058 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.058 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.058 INFO kablam! Sep 06 00:52:48.058 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.058 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.058 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.058 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.058 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.058 INFO kablam! Sep 06 00:52:48.058 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.058 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.058 INFO kablam! | ^^^^^^ Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.058 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.058 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.058 INFO kablam! Sep 06 00:52:48.058 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.058 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.058 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.058 INFO kablam! | Sep 06 00:52:48.058 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.058 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.058 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.058 INFO kablam! Sep 06 00:52:48.058 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.059 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.059 INFO kablam! | ^^^^^^ Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.059 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.059 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.059 INFO kablam! Sep 06 00:52:48.059 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.059 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.059 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.059 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.059 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.059 INFO kablam! Sep 06 00:52:48.059 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.059 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.059 INFO kablam! | ^^^^^^ Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.059 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.059 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.059 INFO kablam! Sep 06 00:52:48.059 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.059 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.059 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.059 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.059 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.059 INFO kablam! Sep 06 00:52:48.059 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.059 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.059 INFO kablam! | ^^^^^^ Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.059 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.059 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.059 INFO kablam! Sep 06 00:52:48.059 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.059 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.059 INFO kablam! | ^^^^^^ Sep 06 00:52:48.059 INFO kablam! | Sep 06 00:52:48.059 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.059 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.059 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.060 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.060 INFO kablam! | ^^^^^^ Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.060 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.060 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.060 INFO kablam! | ^^^^^^ Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.060 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.060 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.060 INFO kablam! | ^^^^^^ Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.060 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.060 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.060 INFO kablam! | ^^^^^^ Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.060 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.060 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.060 INFO kablam! | ^^^^^^ Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.060 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.060 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.060 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.060 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.060 INFO kablam! | Sep 06 00:52:48.060 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.060 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.060 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.060 INFO kablam! Sep 06 00:52:48.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.061 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.061 INFO kablam! | ^^^^^^ Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.061 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.061 INFO kablam! Sep 06 00:52:48.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.061 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.061 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.061 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.061 INFO kablam! Sep 06 00:52:48.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.061 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.061 INFO kablam! | ^^^^^^ Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.061 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.061 INFO kablam! Sep 06 00:52:48.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.061 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.061 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.061 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.061 INFO kablam! Sep 06 00:52:48.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.061 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.061 INFO kablam! | ^^^^^^ Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.061 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.061 INFO kablam! Sep 06 00:52:48.061 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.061 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.061 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.061 INFO kablam! | Sep 06 00:52:48.061 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.061 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.061 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.062 INFO kablam! Sep 06 00:52:48.062 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.062 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 06 00:52:48.062 INFO kablam! | Sep 06 00:52:48.062 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.062 INFO kablam! | ^^^^^^ Sep 06 00:52:48.062 INFO kablam! | Sep 06 00:52:48.062 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.062 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.067 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.067 INFO kablam! Sep 06 00:52:48.067 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.067 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.067 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.067 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.067 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.067 INFO kablam! Sep 06 00:52:48.067 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.067 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.067 INFO kablam! | ^^^^^^ Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.067 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.067 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.067 INFO kablam! Sep 06 00:52:48.067 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.067 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.067 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.067 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.067 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.067 INFO kablam! Sep 06 00:52:48.067 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.067 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.067 INFO kablam! | ^^^^^^ Sep 06 00:52:48.067 INFO kablam! | Sep 06 00:52:48.067 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.067 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.067 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.068 INFO kablam! Sep 06 00:52:48.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.068 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.068 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.068 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.068 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.068 INFO kablam! Sep 06 00:52:48.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.068 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.068 INFO kablam! | ^^^^^^ Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.068 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.068 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.068 INFO kablam! Sep 06 00:52:48.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.068 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.068 INFO kablam! | ^^^^^^ Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.068 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.068 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.068 INFO kablam! Sep 06 00:52:48.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.068 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.068 INFO kablam! | ^^^^^^ Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.068 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.068 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.068 INFO kablam! Sep 06 00:52:48.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.068 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.068 INFO kablam! | ^^^^^^ Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.068 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.068 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.068 INFO kablam! Sep 06 00:52:48.068 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.068 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 06 00:52:48.068 INFO kablam! | Sep 06 00:52:48.068 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.069 INFO kablam! | ^^^^^^ Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.069 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.069 INFO kablam! Sep 06 00:52:48.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.069 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.069 INFO kablam! | ^^^^^^ Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.069 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.069 INFO kablam! Sep 06 00:52:48.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.069 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.069 INFO kablam! | ^^^^^^ Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.069 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.069 INFO kablam! Sep 06 00:52:48.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.069 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.069 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.069 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.069 INFO kablam! Sep 06 00:52:48.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.069 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.069 INFO kablam! | ^^^^^^ Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.069 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.069 INFO kablam! Sep 06 00:52:48.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.069 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.069 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.069 INFO kablam! | Sep 06 00:52:48.069 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.069 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.069 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.070 INFO kablam! Sep 06 00:52:48.070 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.070 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.070 INFO kablam! | ^^^^^^ Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.070 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.070 INFO kablam! Sep 06 00:52:48.070 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.070 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.070 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.070 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.070 INFO kablam! Sep 06 00:52:48.070 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.070 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.070 INFO kablam! | ^^^^^^ Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.070 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.070 INFO kablam! Sep 06 00:52:48.070 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.070 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.070 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.070 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.070 INFO kablam! Sep 06 00:52:48.070 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.070 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.070 INFO kablam! | ^^^^^^ Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.070 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.070 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.070 INFO kablam! Sep 06 00:52:48.070 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.070 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.070 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.070 INFO kablam! | Sep 06 00:52:48.070 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.070 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.071 INFO kablam! Sep 06 00:52:48.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.071 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.071 INFO kablam! | ^^^^^^ Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.071 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.071 INFO kablam! Sep 06 00:52:48.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.071 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.071 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.071 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.071 INFO kablam! Sep 06 00:52:48.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.071 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.071 INFO kablam! | ^^^^^^ Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.071 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.071 INFO kablam! Sep 06 00:52:48.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.071 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.071 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.071 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.071 INFO kablam! Sep 06 00:52:48.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.071 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.071 INFO kablam! | ^^^^^^ Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.071 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.071 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.071 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.071 INFO kablam! Sep 06 00:52:48.071 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.071 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 06 00:52:48.071 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.072 INFO kablam! | ^^^^^^ Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.072 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.072 INFO kablam! Sep 06 00:52:48.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.072 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.072 INFO kablam! | ^^^^^^ Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.072 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.072 INFO kablam! Sep 06 00:52:48.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.072 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.072 INFO kablam! | ^^^^^^ Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.072 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.072 INFO kablam! Sep 06 00:52:48.072 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.072 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.072 INFO kablam! | ^^^^^^ Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.072 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.072 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.072 INFO kablam! Sep 06 00:52:48.072 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 06 00:52:48.072 INFO kablam! --> src/lib.rs:8:12 Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! 8 | #![feature(associated_consts)] Sep 06 00:52:48.072 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 00:52:48.072 INFO kablam! | Sep 06 00:52:48.072 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 00:52:48.072 INFO kablam! Sep 06 00:52:48.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.117 INFO kablam! --> src/arrays/Array40.rs:44:3 Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.117 INFO kablam! | ^^^^^^ Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 00:52:48.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.117 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.117 INFO kablam! Sep 06 00:52:48.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.117 INFO kablam! --> src/arrays/Array40.rs:53:3 Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.117 INFO kablam! | ^^^^^^ Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.117 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.117 INFO kablam! Sep 06 00:52:48.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.117 INFO kablam! --> src/arrays/Array40.rs:53:18 Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.117 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.117 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.117 INFO kablam! Sep 06 00:52:48.117 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.117 INFO kablam! --> src/arrays/Array40.rs:66:29 Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.117 INFO kablam! | ^^^^^^ Sep 06 00:52:48.117 INFO kablam! | Sep 06 00:52:48.117 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.117 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.117 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:66:43 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:72:20 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^ Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:72:34 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:78:20 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^ Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:78:34 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:84:20 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^ Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.118 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.118 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.118 INFO kablam! Sep 06 00:52:48.118 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.118 INFO kablam! --> src/arrays/Array40.rs:84:34 Sep 06 00:52:48.118 INFO kablam! | Sep 06 00:52:48.118 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.118 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.119 INFO kablam! Sep 06 00:52:48.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.119 INFO kablam! --> src/arrays/Array40.rs:90:20 Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.119 INFO kablam! | ^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.119 INFO kablam! Sep 06 00:52:48.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.119 INFO kablam! --> src/arrays/Array40.rs:90:34 Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.119 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.119 INFO kablam! Sep 06 00:52:48.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.119 INFO kablam! --> src/arrays/Array40.rs:99:14 Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.119 INFO kablam! | ^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.119 INFO kablam! Sep 06 00:52:48.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.119 INFO kablam! --> src/arrays/Array40.rs:99:28 Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.119 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.119 INFO kablam! Sep 06 00:52:48.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.119 INFO kablam! --> src/arrays/Array40.rs:108:15 Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.119 INFO kablam! | ^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.119 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.119 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.119 INFO kablam! Sep 06 00:52:48.119 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.119 INFO kablam! --> src/arrays/Array40.rs:120:3 Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.119 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.119 INFO kablam! | ^^^^^^ Sep 06 00:52:48.119 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.120 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.120 INFO kablam! Sep 06 00:52:48.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.120 INFO kablam! --> src/arrays/Array40.rs:132:3 Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.120 INFO kablam! | ^^^^^^ Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.120 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.120 INFO kablam! Sep 06 00:52:48.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.120 INFO kablam! --> src/arrays/Array40.rs:141:4 Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.120 INFO kablam! | ^^^^^^ Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.120 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.120 INFO kablam! Sep 06 00:52:48.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.120 INFO kablam! --> src/arrays/Array40.rs:150:8 Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.120 INFO kablam! | ^^^^^^ Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.120 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.120 INFO kablam! Sep 06 00:52:48.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.120 INFO kablam! --> src/arrays/Array52.rs:44:3 Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.120 INFO kablam! | ^^^^^^ Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.120 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.120 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.120 INFO kablam! Sep 06 00:52:48.120 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.120 INFO kablam! --> src/arrays/Array52.rs:53:3 Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.120 INFO kablam! | ^^^^^^ Sep 06 00:52:48.120 INFO kablam! | Sep 06 00:52:48.120 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:53:18 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.121 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:66:29 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.121 INFO kablam! | ^^^^^^ Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:66:43 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.121 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:72:20 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.121 INFO kablam! | ^^^^^^ Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:72:34 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.121 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:78:20 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.121 INFO kablam! | ^^^^^^ Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.121 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.121 INFO kablam! Sep 06 00:52:48.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.121 INFO kablam! --> src/arrays/Array52.rs:78:34 Sep 06 00:52:48.121 INFO kablam! | Sep 06 00:52:48.121 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.122 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.122 INFO kablam! | Sep 06 00:52:48.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.122 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.122 INFO kablam! Sep 06 00:52:48.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.122 INFO kablam! --> src/arrays/Array52.rs:84:20 Sep 06 00:52:48.122 INFO kablam! | Sep 06 00:52:48.122 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.122 INFO kablam! | ^^^^^^ Sep 06 00:52:48.122 INFO kablam! | Sep 06 00:52:48.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.122 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.122 INFO kablam! Sep 06 00:52:48.122 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.122 INFO kablam! --> src/arrays/Array52.rs:84:34 Sep 06 00:52:48.122 INFO kablam! | Sep 06 00:52:48.122 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.122 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.122 INFO kablam! | Sep 06 00:52:48.122 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.122 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.122 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.122 INFO kablam! Sep 06 00:52:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.125 INFO kablam! --> src/arrays/Array52.rs:90:20 Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.125 INFO kablam! | ^^^^^^ Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.125 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.125 INFO kablam! Sep 06 00:52:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.125 INFO kablam! --> src/arrays/Array52.rs:90:34 Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.125 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.125 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.125 INFO kablam! Sep 06 00:52:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.125 INFO kablam! --> src/arrays/Array52.rs:99:14 Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.125 INFO kablam! | ^^^^^^ Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.125 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.125 INFO kablam! Sep 06 00:52:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.125 INFO kablam! --> src/arrays/Array52.rs:99:28 Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.125 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.125 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.125 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.125 INFO kablam! Sep 06 00:52:48.125 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.125 INFO kablam! --> src/arrays/Array52.rs:108:15 Sep 06 00:52:48.125 INFO kablam! | Sep 06 00:52:48.125 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.126 INFO kablam! | ^^^^^^ Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.126 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.126 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.126 INFO kablam! Sep 06 00:52:48.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.126 INFO kablam! --> src/arrays/Array52.rs:120:3 Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.126 INFO kablam! | ^^^^^^ Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.126 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.126 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.126 INFO kablam! Sep 06 00:52:48.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.126 INFO kablam! --> src/arrays/Array52.rs:132:3 Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.126 INFO kablam! | ^^^^^^ Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.126 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.126 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.126 INFO kablam! Sep 06 00:52:48.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.126 INFO kablam! --> src/arrays/Array52.rs:141:4 Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.126 INFO kablam! | ^^^^^^ Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.126 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.126 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.126 INFO kablam! Sep 06 00:52:48.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.126 INFO kablam! --> src/arrays/Array52.rs:150:8 Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.126 INFO kablam! | ^^^^^^ Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.126 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.126 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.126 INFO kablam! Sep 06 00:52:48.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.126 INFO kablam! --> src/arrays/Array64.rs:44:3 Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.126 INFO kablam! | ^^^^^^ Sep 06 00:52:48.126 INFO kablam! | Sep 06 00:52:48.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.127 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.127 INFO kablam! Sep 06 00:52:48.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.127 INFO kablam! --> src/arrays/Array64.rs:53:3 Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.127 INFO kablam! | ^^^^^^ Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.127 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.127 INFO kablam! Sep 06 00:52:48.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.127 INFO kablam! --> src/arrays/Array64.rs:53:18 Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.127 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.127 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.127 INFO kablam! Sep 06 00:52:48.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.127 INFO kablam! --> src/arrays/Array64.rs:66:29 Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.127 INFO kablam! | ^^^^^^ Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.127 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.127 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.127 INFO kablam! Sep 06 00:52:48.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.127 INFO kablam! --> src/arrays/Array64.rs:66:43 Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.127 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.127 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.127 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.130 INFO kablam! Sep 06 00:52:48.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.130 INFO kablam! --> src/arrays/Array64.rs:72:20 Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.130 INFO kablam! | ^^^^^^ Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.130 INFO kablam! Sep 06 00:52:48.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.130 INFO kablam! --> src/arrays/Array64.rs:72:34 Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.130 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.130 INFO kablam! Sep 06 00:52:48.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.130 INFO kablam! --> src/arrays/Array64.rs:78:20 Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.130 INFO kablam! | ^^^^^^ Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.130 INFO kablam! Sep 06 00:52:48.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.130 INFO kablam! --> src/arrays/Array64.rs:78:34 Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.130 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.130 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.130 INFO kablam! Sep 06 00:52:48.130 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.130 INFO kablam! --> src/arrays/Array64.rs:84:20 Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.130 INFO kablam! | ^^^^^^ Sep 06 00:52:48.130 INFO kablam! | Sep 06 00:52:48.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.130 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.131 INFO kablam! Sep 06 00:52:48.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.131 INFO kablam! --> src/arrays/Array64.rs:84:34 Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.131 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.131 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.131 INFO kablam! Sep 06 00:52:48.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.131 INFO kablam! --> src/arrays/Array64.rs:90:20 Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.131 INFO kablam! | ^^^^^^ Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.131 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.131 INFO kablam! Sep 06 00:52:48.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.131 INFO kablam! --> src/arrays/Array64.rs:90:34 Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.131 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.131 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.131 INFO kablam! Sep 06 00:52:48.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.131 INFO kablam! --> src/arrays/Array64.rs:99:14 Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.131 INFO kablam! | ^^^^^^ Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.131 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.131 INFO kablam! Sep 06 00:52:48.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.131 INFO kablam! --> src/arrays/Array64.rs:99:28 Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.131 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.131 INFO kablam! | Sep 06 00:52:48.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.131 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.131 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.131 INFO kablam! Sep 06 00:52:48.131 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.131 INFO kablam! --> src/arrays/Array64.rs:108:15 Sep 06 00:52:48.132 INFO kablam! | Sep 06 00:52:48.132 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.132 INFO kablam! | ^^^^^^ Sep 06 00:52:48.132 INFO kablam! | Sep 06 00:52:48.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.132 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.132 INFO kablam! Sep 06 00:52:48.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.132 INFO kablam! --> src/arrays/Array64.rs:120:3 Sep 06 00:52:48.132 INFO kablam! | Sep 06 00:52:48.132 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.132 INFO kablam! | ^^^^^^ Sep 06 00:52:48.132 INFO kablam! | Sep 06 00:52:48.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.132 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.132 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.132 INFO kablam! Sep 06 00:52:48.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.132 INFO kablam! --> src/arrays/Array64.rs:132:3 Sep 06 00:52:48.132 INFO kablam! | Sep 06 00:52:48.132 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.132 INFO kablam! | ^^^^^^ Sep 06 00:52:48.132 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.135 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.135 INFO kablam! Sep 06 00:52:48.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.135 INFO kablam! --> src/arrays/Array64.rs:141:4 Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.135 INFO kablam! | ^^^^^^ Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.135 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.135 INFO kablam! Sep 06 00:52:48.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.135 INFO kablam! --> src/arrays/Array64.rs:150:8 Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.135 INFO kablam! | ^^^^^^ Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.135 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.135 INFO kablam! Sep 06 00:52:48.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.135 INFO kablam! --> src/arrays/Array128.rs:44:3 Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.135 INFO kablam! | ^^^^^^ Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.135 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.135 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.135 INFO kablam! Sep 06 00:52:48.135 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.135 INFO kablam! --> src/arrays/Array128.rs:53:3 Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.135 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.135 INFO kablam! | ^^^^^^ Sep 06 00:52:48.135 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.136 INFO kablam! Sep 06 00:52:48.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.136 INFO kablam! --> src/arrays/Array128.rs:53:18 Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.136 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.136 INFO kablam! Sep 06 00:52:48.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.136 INFO kablam! --> src/arrays/Array128.rs:66:29 Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.136 INFO kablam! | ^^^^^^ Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.136 INFO kablam! Sep 06 00:52:48.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.136 INFO kablam! --> src/arrays/Array128.rs:66:43 Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.136 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.136 INFO kablam! Sep 06 00:52:48.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.136 INFO kablam! --> src/arrays/Array128.rs:72:20 Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.136 INFO kablam! | ^^^^^^ Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.136 INFO kablam! Sep 06 00:52:48.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.136 INFO kablam! --> src/arrays/Array128.rs:72:34 Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.136 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.136 INFO kablam! | Sep 06 00:52:48.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.136 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.136 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.136 INFO kablam! Sep 06 00:52:48.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.137 INFO kablam! --> src/arrays/Array128.rs:78:20 Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.137 INFO kablam! | ^^^^^^ Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.137 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.137 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.137 INFO kablam! Sep 06 00:52:48.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.137 INFO kablam! --> src/arrays/Array128.rs:78:34 Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.137 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.137 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.137 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.137 INFO kablam! Sep 06 00:52:48.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.137 INFO kablam! --> src/arrays/Array128.rs:84:20 Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.137 INFO kablam! | ^^^^^^ Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.137 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.137 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.137 INFO kablam! Sep 06 00:52:48.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.137 INFO kablam! --> src/arrays/Array128.rs:84:34 Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.137 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.137 INFO kablam! | Sep 06 00:52:48.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.137 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.137 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.137 INFO kablam! Sep 06 00:52:48.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.138 INFO kablam! --> src/arrays/Array128.rs:90:20 Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.138 INFO kablam! | ^^^^^^ Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.138 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.138 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.138 INFO kablam! Sep 06 00:52:48.138 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.138 INFO kablam! --> src/arrays/Array128.rs:90:34 Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.138 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.138 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.138 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.138 INFO kablam! Sep 06 00:52:48.138 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.138 INFO kablam! --> src/arrays/Array128.rs:99:14 Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.138 INFO kablam! | ^^^^^^ Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.138 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.138 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.138 INFO kablam! Sep 06 00:52:48.138 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.138 INFO kablam! --> src/arrays/Array128.rs:99:28 Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.138 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.138 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.138 INFO kablam! | Sep 06 00:52:48.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.141 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.141 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.141 INFO kablam! Sep 06 00:52:48.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.141 INFO kablam! --> src/arrays/Array128.rs:108:15 Sep 06 00:52:48.141 INFO kablam! | Sep 06 00:52:48.141 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.141 INFO kablam! | ^^^^^^ Sep 06 00:52:48.141 INFO kablam! | Sep 06 00:52:48.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.141 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.141 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.141 INFO kablam! Sep 06 00:52:48.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.141 INFO kablam! --> src/arrays/Array128.rs:120:3 Sep 06 00:52:48.141 INFO kablam! | Sep 06 00:52:48.141 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.142 INFO kablam! | ^^^^^^ Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.142 INFO kablam! Sep 06 00:52:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.142 INFO kablam! --> src/arrays/Array128.rs:132:3 Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.142 INFO kablam! | ^^^^^^ Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.142 INFO kablam! Sep 06 00:52:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.142 INFO kablam! --> src/arrays/Array128.rs:141:4 Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.142 INFO kablam! | ^^^^^^ Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.142 INFO kablam! Sep 06 00:52:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.142 INFO kablam! --> src/arrays/Array128.rs:150:8 Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.142 INFO kablam! | ^^^^^^ Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.142 INFO kablam! Sep 06 00:52:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.142 INFO kablam! --> src/arrays/Array256.rs:44:3 Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.142 INFO kablam! | ^^^^^^ Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.142 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.142 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.142 INFO kablam! Sep 06 00:52:48.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.142 INFO kablam! --> src/arrays/Array256.rs:53:3 Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.142 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.142 INFO kablam! | ^^^^^^ Sep 06 00:52:48.142 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.143 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.143 INFO kablam! Sep 06 00:52:48.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.143 INFO kablam! --> src/arrays/Array256.rs:53:18 Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.143 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.143 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.143 INFO kablam! Sep 06 00:52:48.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.143 INFO kablam! --> src/arrays/Array256.rs:66:29 Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.143 INFO kablam! | ^^^^^^ Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.143 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.143 INFO kablam! Sep 06 00:52:48.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.143 INFO kablam! --> src/arrays/Array256.rs:66:43 Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.143 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.143 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.143 INFO kablam! Sep 06 00:52:48.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.143 INFO kablam! --> src/arrays/Array256.rs:72:20 Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.143 INFO kablam! | ^^^^^^ Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.143 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.143 INFO kablam! Sep 06 00:52:48.143 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.143 INFO kablam! --> src/arrays/Array256.rs:72:34 Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.143 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.143 INFO kablam! | Sep 06 00:52:48.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.143 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.143 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.143 INFO kablam! Sep 06 00:52:48.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.144 INFO kablam! --> src/arrays/Array256.rs:78:20 Sep 06 00:52:48.144 INFO kablam! | Sep 06 00:52:48.144 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.144 INFO kablam! | ^^^^^^ Sep 06 00:52:48.144 INFO kablam! | Sep 06 00:52:48.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.144 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.144 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.144 INFO kablam! Sep 06 00:52:48.144 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.146 INFO kablam! --> src/arrays/Array256.rs:78:34 Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.146 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.146 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.146 INFO kablam! Sep 06 00:52:48.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.146 INFO kablam! --> src/arrays/Array256.rs:84:20 Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.146 INFO kablam! | ^^^^^^ Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.146 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.146 INFO kablam! Sep 06 00:52:48.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.146 INFO kablam! --> src/arrays/Array256.rs:84:34 Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.146 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.146 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.146 INFO kablam! Sep 06 00:52:48.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.146 INFO kablam! --> src/arrays/Array256.rs:90:20 Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.146 INFO kablam! | ^^^^^^ Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.146 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.146 INFO kablam! Sep 06 00:52:48.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.146 INFO kablam! --> src/arrays/Array256.rs:90:34 Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.146 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.146 INFO kablam! | Sep 06 00:52:48.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.146 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.146 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.146 INFO kablam! Sep 06 00:52:48.146 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.146 INFO kablam! --> src/arrays/Array256.rs:99:14 Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.147 INFO kablam! | ^^^^^^ Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.147 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.147 INFO kablam! Sep 06 00:52:48.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.147 INFO kablam! --> src/arrays/Array256.rs:99:28 Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.147 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.147 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.147 INFO kablam! Sep 06 00:52:48.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.147 INFO kablam! --> src/arrays/Array256.rs:108:15 Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.147 INFO kablam! | ^^^^^^ Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.147 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.147 INFO kablam! Sep 06 00:52:48.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.147 INFO kablam! --> src/arrays/Array256.rs:120:3 Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.147 INFO kablam! | ^^^^^^ Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.147 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.147 INFO kablam! Sep 06 00:52:48.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.147 INFO kablam! --> src/arrays/Array256.rs:132:3 Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.147 INFO kablam! | ^^^^^^ Sep 06 00:52:48.147 INFO kablam! | Sep 06 00:52:48.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.147 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.147 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.147 INFO kablam! Sep 06 00:52:48.147 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.150 INFO kablam! --> src/arrays/Array256.rs:141:4 Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.150 INFO kablam! | ^^^^^^ Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.150 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.150 INFO kablam! Sep 06 00:52:48.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.150 INFO kablam! --> src/arrays/Array256.rs:150:8 Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.150 INFO kablam! | ^^^^^^ Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.150 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.150 INFO kablam! Sep 06 00:52:48.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.150 INFO kablam! --> src/arrays/Array512.rs:44:3 Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.150 INFO kablam! | ^^^^^^ Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.150 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.150 INFO kablam! Sep 06 00:52:48.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.150 INFO kablam! --> src/arrays/Array512.rs:53:3 Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.150 INFO kablam! | ^^^^^^ Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.150 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.150 INFO kablam! Sep 06 00:52:48.150 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.150 INFO kablam! --> src/arrays/Array512.rs:53:18 Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.150 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.150 INFO kablam! | Sep 06 00:52:48.150 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.150 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.150 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.151 INFO kablam! Sep 06 00:52:48.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.151 INFO kablam! --> src/arrays/Array512.rs:66:29 Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.151 INFO kablam! | ^^^^^^ Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.151 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.151 INFO kablam! Sep 06 00:52:48.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.151 INFO kablam! --> src/arrays/Array512.rs:66:43 Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.151 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.151 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.151 INFO kablam! Sep 06 00:52:48.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.151 INFO kablam! --> src/arrays/Array512.rs:72:20 Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.151 INFO kablam! | ^^^^^^ Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.151 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.151 INFO kablam! Sep 06 00:52:48.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.151 INFO kablam! --> src/arrays/Array512.rs:72:34 Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.151 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.151 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.151 INFO kablam! Sep 06 00:52:48.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.151 INFO kablam! --> src/arrays/Array512.rs:78:20 Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.151 INFO kablam! | ^^^^^^ Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.151 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.151 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.151 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.151 INFO kablam! Sep 06 00:52:48.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.151 INFO kablam! --> src/arrays/Array512.rs:78:34 Sep 06 00:52:48.151 INFO kablam! | Sep 06 00:52:48.152 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.152 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.152 INFO kablam! | Sep 06 00:52:48.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.152 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.152 INFO kablam! Sep 06 00:52:48.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.152 INFO kablam! --> src/arrays/Array512.rs:84:20 Sep 06 00:52:48.152 INFO kablam! | Sep 06 00:52:48.152 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.152 INFO kablam! | ^^^^^^ Sep 06 00:52:48.152 INFO kablam! | Sep 06 00:52:48.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.152 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.152 INFO kablam! Sep 06 00:52:48.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.152 INFO kablam! --> src/arrays/Array512.rs:84:34 Sep 06 00:52:48.152 INFO kablam! | Sep 06 00:52:48.152 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.152 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.152 INFO kablam! | Sep 06 00:52:48.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.152 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.152 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.152 INFO kablam! Sep 06 00:52:48.152 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.155 INFO kablam! --> src/arrays/Array512.rs:90:20 Sep 06 00:52:48.155 INFO kablam! | Sep 06 00:52:48.155 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.155 INFO kablam! | ^^^^^^ Sep 06 00:52:48.155 INFO kablam! | Sep 06 00:52:48.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.155 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.155 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.155 INFO kablam! Sep 06 00:52:48.155 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.155 INFO kablam! --> src/arrays/Array512.rs:90:34 Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.156 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.156 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.156 INFO kablam! Sep 06 00:52:48.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.156 INFO kablam! --> src/arrays/Array512.rs:99:14 Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.156 INFO kablam! | ^^^^^^ Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.156 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.156 INFO kablam! Sep 06 00:52:48.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.156 INFO kablam! --> src/arrays/Array512.rs:99:28 Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.156 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.156 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.156 INFO kablam! Sep 06 00:52:48.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.156 INFO kablam! --> src/arrays/Array512.rs:108:15 Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.156 INFO kablam! | ^^^^^^ Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.156 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.156 INFO kablam! Sep 06 00:52:48.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.156 INFO kablam! --> src/arrays/Array512.rs:120:3 Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.156 INFO kablam! | ^^^^^^ Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.156 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.156 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.156 INFO kablam! Sep 06 00:52:48.156 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.156 INFO kablam! --> src/arrays/Array512.rs:132:3 Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.156 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.156 INFO kablam! | ^^^^^^ Sep 06 00:52:48.156 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.157 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.157 INFO kablam! Sep 06 00:52:48.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.157 INFO kablam! --> src/arrays/Array512.rs:141:4 Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.157 INFO kablam! | ^^^^^^ Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.157 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.157 INFO kablam! Sep 06 00:52:48.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.157 INFO kablam! --> src/arrays/Array512.rs:150:8 Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.157 INFO kablam! | ^^^^^^ Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.157 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.157 INFO kablam! Sep 06 00:52:48.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.157 INFO kablam! --> src/arrays/Array1024.rs:44:3 Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! 44 | self.0[..].fmt(formatter) Sep 06 00:52:48.157 INFO kablam! | ^^^^^^ Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.157 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.157 INFO kablam! Sep 06 00:52:48.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.157 INFO kablam! --> src/arrays/Array1024.rs:53:3 Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.157 INFO kablam! | ^^^^^^ Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.157 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.157 INFO kablam! Sep 06 00:52:48.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.157 INFO kablam! --> src/arrays/Array1024.rs:53:18 Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! 53 | self.0[..].eq(&other.0[..]) Sep 06 00:52:48.157 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.157 INFO kablam! | Sep 06 00:52:48.157 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.157 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.157 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.157 INFO kablam! Sep 06 00:52:48.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.158 INFO kablam! --> src/arrays/Array1024.rs:66:29 Sep 06 00:52:48.158 INFO kablam! | Sep 06 00:52:48.158 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.158 INFO kablam! | ^^^^^^ Sep 06 00:52:48.158 INFO kablam! | Sep 06 00:52:48.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.158 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.158 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.158 INFO kablam! Sep 06 00:52:48.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.158 INFO kablam! --> src/arrays/Array1024.rs:66:43 Sep 06 00:52:48.158 INFO kablam! | Sep 06 00:52:48.158 INFO kablam! 66 | PartialOrd::partial_cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.158 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.158 INFO kablam! | Sep 06 00:52:48.160 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.160 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.160 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.160 INFO kablam! Sep 06 00:52:48.160 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.160 INFO kablam! --> src/arrays/Array1024.rs:72:20 Sep 06 00:52:48.160 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.161 INFO kablam! | ^^^^^^ Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.161 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.161 INFO kablam! Sep 06 00:52:48.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.161 INFO kablam! --> src/arrays/Array1024.rs:72:34 Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! 72 | PartialOrd::lt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.161 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.161 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.161 INFO kablam! Sep 06 00:52:48.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.161 INFO kablam! --> src/arrays/Array1024.rs:78:20 Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.161 INFO kablam! | ^^^^^^ Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.161 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.161 INFO kablam! Sep 06 00:52:48.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.161 INFO kablam! --> src/arrays/Array1024.rs:78:34 Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! 78 | PartialOrd::le(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.161 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.161 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.161 INFO kablam! Sep 06 00:52:48.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.161 INFO kablam! --> src/arrays/Array1024.rs:84:20 Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.161 INFO kablam! | ^^^^^^ Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.161 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.161 INFO kablam! Sep 06 00:52:48.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.161 INFO kablam! --> src/arrays/Array1024.rs:84:34 Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! 84 | PartialOrd::ge(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.161 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.161 INFO kablam! | Sep 06 00:52:48.161 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.161 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.162 INFO kablam! Sep 06 00:52:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.162 INFO kablam! --> src/arrays/Array1024.rs:90:20 Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.162 INFO kablam! | ^^^^^^ Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.162 INFO kablam! Sep 06 00:52:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.162 INFO kablam! --> src/arrays/Array1024.rs:90:34 Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! 90 | PartialOrd::gt(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.162 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.162 INFO kablam! Sep 06 00:52:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.162 INFO kablam! --> src/arrays/Array1024.rs:99:14 Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.162 INFO kablam! | ^^^^^^ Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.162 INFO kablam! Sep 06 00:52:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.162 INFO kablam! --> src/arrays/Array1024.rs:99:28 Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! 99 | Ord::cmp(&&self.0[..], &&other.0[..]) Sep 06 00:52:48.162 INFO kablam! | ^^^^^^^ Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.162 INFO kablam! Sep 06 00:52:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.162 INFO kablam! --> src/arrays/Array1024.rs:108:15 Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! 108 | Hash::hash(&self.0[..], state) Sep 06 00:52:48.162 INFO kablam! | ^^^^^^ Sep 06 00:52:48.162 INFO kablam! | Sep 06 00:52:48.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.162 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.162 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.162 INFO kablam! Sep 06 00:52:48.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.162 INFO kablam! --> src/arrays/Array1024.rs:120:3 Sep 06 00:52:48.163 INFO kablam! | Sep 06 00:52:48.163 INFO kablam! 120 | self.0.iter() Sep 06 00:52:48.163 INFO kablam! | ^^^^^^ Sep 06 00:52:48.163 INFO kablam! | Sep 06 00:52:48.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.163 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.163 INFO kablam! Sep 06 00:52:48.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.163 INFO kablam! --> src/arrays/Array1024.rs:132:3 Sep 06 00:52:48.163 INFO kablam! | Sep 06 00:52:48.163 INFO kablam! 132 | self.0.iter_mut() Sep 06 00:52:48.163 INFO kablam! | ^^^^^^ Sep 06 00:52:48.163 INFO kablam! | Sep 06 00:52:48.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.163 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.163 INFO kablam! Sep 06 00:52:48.163 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.165 INFO kablam! --> src/arrays/Array1024.rs:141:4 Sep 06 00:52:48.165 INFO kablam! | Sep 06 00:52:48.165 INFO kablam! 141 | &self.0[..] Sep 06 00:52:48.165 INFO kablam! | ^^^^^^ Sep 06 00:52:48.165 INFO kablam! | Sep 06 00:52:48.165 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.165 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.165 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.165 INFO kablam! Sep 06 00:52:48.165 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:52:48.166 INFO kablam! --> src/arrays/Array1024.rs:150:8 Sep 06 00:52:48.166 INFO kablam! | Sep 06 00:52:48.166 INFO kablam! 150 | &mut self.0[..] Sep 06 00:52:48.166 INFO kablam! | ^^^^^^ Sep 06 00:52:48.166 INFO kablam! | Sep 06 00:52:48.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:52:48.166 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:52:48.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:52:48.166 INFO kablam! Sep 06 00:52:48.166 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 06 00:52:48.166 INFO kablam! --> src/lib.rs:8:12 Sep 06 00:52:48.166 INFO kablam! | Sep 06 00:52:48.166 INFO kablam! 8 | #![feature(associated_consts)] Sep 06 00:52:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 00:52:48.166 INFO kablam! | Sep 06 00:52:48.166 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 00:52:48.166 INFO kablam! Sep 06 00:52:48.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Sep 06 00:52:48.181 INFO kablam! su: No module specific data is present Sep 06 00:52:48.836 INFO running `"docker" "rm" "-f" "2b61ecb632c4342bd3835afc6b22027680cb7a9251f51b40ae8bd498127ea294"` Sep 06 00:52:48.972 INFO blam! 2b61ecb632c4342bd3835afc6b22027680cb7a9251f51b40ae8bd498127ea294